Home
last modified time | relevance | path

Searched refs:_next (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/oss/src/external/tinyxml2/
A Dtinyxml2.cpp752 _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 …]
A Dtinyxml2.h819 return _next; in NextSibling()
823 return _next; in NextSibling()
960 XMLNode* _next; variable
1152 return _next; in Next()
1230 XMLAttribute() : _name(), _value(),_parseLineNum( 0 ), _next( 0 ), _memPool( 0 ) {} in XMLAttribute()
1242 XMLAttribute* _next; variable
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Drfcomm.h87 struct bt_rfcomm_dlc *_next; member
118 struct bt_rfcomm_server *_next; member
A Dconn.h924 struct bt_conn_cb *_next; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Decc.h21 struct bt_pub_key_cb *_next; member
A Drfcomm.c141 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 …]
A Dconn.c139 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()
A Dhci_core.c4717 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()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/port/
A Dmesh_hal_sec.h24 struct bt_mesh_pub_key_cb *_next; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dprovisioner_prov.h130 struct bt_conn_cb *_next; member

Completed in 57 milliseconds