Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/newlib/
Dreent_init.c46 struct _Bigint *cur, *next; in esp_reent_cleanup() local
61 for (struct _glue* cur = _GLOBAL_REENT->__sglue._next; cur != NULL;) { in esp_reent_cleanup() local
/hal_espressif-latest/components/mbedtls/port/
Dnet_sockets.c62 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local
109 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c22 sys_snode_t *cur = NULL; in bt_mesh_client_pick_node() local
115 sys_snode_t *cur = NULL; in bt_mesh_client_check_node_in_list() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c101 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_clear_queued_at() local
207 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_send_queued_at() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfriend.c1355 sys_snode_t *cur = NULL, *prev = NULL; in friend_purge_old_ack() local
Dprovisioner_prov.c22 #define PROV_SVC_ADV_RX_CHECK(pre, cur) ((cur) < (pre) ? ((cur) + (UINT32_MAX - (pre)) >= 200) : … argument