Searched refs:_next (Results 1 – 10 of 10) sorted by relevance
752 _prev( 0 ), _next( 0 ), in XMLNode()821 child->_prev->_next = child->_next; in Unlink()823 if ( child->_next ) { in Unlink()826 child->_next = 0; in Unlink()839 TIXMLASSERT(node->_next == 0); in DeleteChild()861 addThis->_next = 0; in InsertEndChild()868 addThis->_next = 0; in InsertEndChild()899 addThis->_next = 0; in InsertFirstChild()934 addThis->_next = afterThis->_next; in InsertAfterChild()970 for( const XMLNode* node = _next; node; node = node->_next ) { in NextSiblingElement()[all …]
819 return _next; in NextSibling()823 return _next; in NextSibling()960 XMLNode* _next; variable1152 return _next; in Next()1230 XMLAttribute() : _name(), _value(),_parseLineNum( 0 ), _next( 0 ), _memPool( 0 ) {} in XMLAttribute()1242 XMLAttribute* _next; variable
87 struct bt_rfcomm_dlc *_next; member118 struct bt_rfcomm_server *_next; member
924 struct bt_conn_cb *_next; member
21 struct bt_pub_key_cb *_next; member
141 for (; dlcs; dlcs = dlcs->_next) { in rfcomm_dlcs_lookup_dlci()161 dlcs->session->dlcs = dlcs->_next; in rfcomm_dlcs_remove_dlci()165 for (tmp = dlcs, dlcs = dlcs->_next; dlcs; dlcs = dlcs->_next) { in rfcomm_dlcs_remove_dlci()167 tmp->_next = dlcs->_next; in rfcomm_dlcs_remove_dlci()180 for (server = servers; server; server = server->_next) { in rfcomm_server_lookup_channel()220 server->_next = servers; in bt_rfcomm_server_register()298 next = dlc->_next; in rfcomm_session_disconnected()299 dlc->_next = NULL; in rfcomm_session_disconnected()452 dlc->_next = session->dlcs; in rfcomm_dlc_init()989 next = dlc->_next; in rfcomm_handle_ua()[all …]
139 for (cb = callback_list; cb; cb = cb->_next) { in notify_connected()154 for (cb = callback_list; cb; cb = cb->_next) { in notify_disconnected()174 for (cb = callback_list; cb; cb = cb->_next) { in notify_remote_info()197 for (cb = callback_list; cb; cb = cb->_next) { in notify_le_param_updated()211 for (cb = callback_list; cb; cb = cb->_next) { in notify_le_data_len_updated()224 for (cb = callback_list; cb; cb = cb->_next) { in notify_le_phy_updated()240 for (cb = callback_list; cb; cb = cb->_next) { in le_param_req()1007 for (cb = callback_list; cb; cb = cb->_next) { in bt_conn_identity_resolved()1100 for (cb = callback_list; cb; cb = cb->_next) { in bt_conn_security_changed()1190 cb->_next = callback_list; in bt_conn_cb_register()
4717 for (cb = pub_key_cb; cb; cb = cb->_next) { in le_pkey_complete()4749 for (cb = pub_key_cb; cb; cb = cb->_next) { in hci_api_le_event_pkey_complete()9822 new_cb->_next = pub_key_cb; in bt_pub_key_gen()
24 struct bt_mesh_pub_key_cb *_next; member
130 struct bt_conn_cb *_next; member
Completed in 57 milliseconds