/AliOS-Things-master/components/linkkit/iot_coap/server/ |
A D | CoAPObserve.c | 32 CoapObserver *node = NULL, *next = NULL; in CoAPObsServer_deinit() local 130 CoapObserver *node = NULL, *next = NULL; in CoapObsServer_delete() local 155 CoapObserver *node = NULL, *next = NULL; in CoapObsServerAll_delete() local 260 CoAPObservable *node = NULL, *next = NULL; in CoAPObsClient_deinit() local 282 CoAPObservable *node = NULL, *next = NULL; in CoAPObsClient_add() local 370 CoAPObservable *node = NULL, *next = NULL; in CoAPObsClient_delete() local
|
A D | CoAPMessage.c | 238 CoAPSendNode *node = NULL, *next = NULL; in CoAPMessage_cancel() local 264 CoAPSendNode *node = NULL, *next = NULL; in CoAPMessageId_cancel() local 293 CoAPSendNode *node = NULL, *next; in CoAPAckMessage_handle() local 383 CoAPSendNode *node = NULL, *next = NULL; in CoAPRespMessage_handle() local 604 CoAPSendNode *node = NULL, *next = NULL, *timeout_node = NULL; in Check_timeout() local 647 CoAPSendNode *node = NULL, *next = NULL; in Retansmit() local
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | pairheap.c | 35 #define NEXT_IS_RIGHTMOST_PARENT(next) ((uintptr_t)(next) & 1) argument 36 #define NEXT_GET_RIGHTMOST_PARENT(next) ((void *)((uintptr_t)(next) & ~1)) argument 110 mp_pairheap_t *next; in mp_pairheap_delete() local
|
A D | objdict.c | 87 mp_map_elem_t *next = NULL; in dict_print() local 176 mp_map_elem_t *next = NULL; in dict_binary_op() local 267 mp_obj_t next = MP_OBJ_NULL; in dict_fromkeys() local 352 mp_map_elem_t *next = dict_iter_next(self, &cur); in dict_popitem() local 386 mp_obj_t next = MP_OBJ_NULL; in dict_update() local 445 mp_map_elem_t *next = dict_iter_next(MP_OBJ_TO_PTR(self->dict), &self->cur); in dict_view_it_iternext() local 492 mp_obj_t next = MP_OBJ_NULL; in dict_view_print() local
|
/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_bus.c | 41 dlist_t *next = NULL; in u_bus_dump_all() local 66 struct dlist_s *next = NULL; in u_bus_dump() local 273 struct dlist_s *next = NULL; in u_bus_try_init_device() local 334 dlist_t *next = NULL; in u_bus_attach_driver() local 367 dlist_t *next = NULL; in u_bus_get_by_name() local 621 dlist_t *next = NULL; in u_bus_detach_driver() local
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_list.h | 11 struct uvoice_list *next; member 30 uvoice_list_t *next = head->next; in uvoice_list_add() local 67 uvoice_list_t *next = node->next; in uvoice_list_del() local
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_message_cache.c | 53 dm_msg_cache_node_t *next = NULL; in dm_msg_cache_deinit() local 135 dm_msg_cache_node_t *next = NULL; in dm_msg_cache_remove() local 162 dm_msg_cache_node_t *next = NULL; in dm_msg_cache_tick() local
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/ |
A D | settings.c | 72 int settings_name_steq(const char *name, const char *key, const char **next) in settings_name_steq() 111 int settings_name_next(const char *name, const char **next) in settings_name_next() 144 const char **next) in settings_parse_and_lookup()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | list.h | 33 struct list_head *next; member 50 struct list_head *prev, struct list_head *next) in __list_add() 72 struct list_head *prev, *next; in list_del() local
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_mm_debug.c | 133 k_mm_list_t *next; in dump_kmm_free_map() local 156 k_mm_list_t *next, *cur; in dump_kmm_map() local 256 k_mm_list_t *next, *cur; in dump_kmm_task_info() local 403 k_mm_list_t *next, *cur; in dump_kmm_chk() local
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_events.c | 72 struct _SDL_EventEntry *next; member 78 struct _SDL_SysWMEntry *next; member 367 SDL_EventEntry *next = entry->next; in SDL_StopEventLoop() local 372 SDL_EventEntry *next = entry->next; in SDL_StopEventLoop() local 377 SDL_SysWMEntry *next = wmmsg->next; in SDL_StopEventLoop() local 382 SDL_SysWMEntry *next = wmmsg->next; in SDL_StopEventLoop() local 564 SDL_EventEntry *entry, *next; in SDL_PeepEvents() local 660 SDL_EventEntry *entry, *next; in SDL_FlushEvents() local 899 SDL_EventEntry *entry, *next; in SDL_FilterEvents() local
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/ |
A D | infcover.c | 59 struct mem_item *next; /* pointer to next item in list, or NULL */ member 114 struct mem_item *item, *next; in mem_free() local 203 struct mem_item *item, *next; in mem_done() local 248 unsigned next, val; in h2b() local 449 static unsigned int next = 0; in pull() local 622 code *next, table[ENOUGH_DISTS]; in cover_trees() local
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_list.h | 15 struct core_list_head *next; member 53 struct core_list_head *next) in __core_list_add() 94 static inline void __core_list_del(struct core_list_head *prev, struct core_list_head *next) in __core_list_del()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/mem/ |
A D | mem_list.h | 38 struct list_node *next; member 57 list_node_t *next; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | avdtp.h | 38 struct bt_avdtp_seid_lsep *next; member 47 struct bt_avdtp_stream *next; member
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_hints.c | 34 struct SDL_HintWatch *next; member 42 struct SDL_Hint *next; member 72 SDL_HintWatch *next = entry->next; in SDL_SetHintWithPriority() local
|
/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftcmru.c | 83 FTC_MruNode prev, next, last; in FTC_MruNode_Up() local 126 FTC_MruNode prev, next; in FTC_MruNode_Remove() local 331 FTC_MruNode first, node, next; in FTC_MruList_RemoveSelection() local
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_client.c | 82 ctl_key_item *node = NULL, *next = NULL; in fillAccessKey() local 149 ctl_key_item *node = NULL, *next = NULL; in nego_cb() local 538 ctl_key_item *node = NULL, *next = NULL; in alcs_remove_client_key() local 574 session_item *node = NULL, *next = NULL; in heart_beat_cb() local 582 session_item *node = NULL, *next = NULL; in heart_beat_cb() local 619 session_item *node = NULL, *next = NULL; in on_client_auth_timer() local
|
A D | alcs_server.c | 74 svr_key_item *node = NULL, *next = NULL; in alcs_rec_auth_select() local 156 svr_key_item *node = NULL, *next = NULL; in is_legal_key() local 355 svr_key_item *node = NULL, *next = NULL; in alcs_remove_low_priority_key() local 378 svr_key_item *node = NULL, *next = NULL; in add_svr_key() local 433 svr_key_item *node = NULL, *next = NULL; in alcs_remove_svr_key() local 514 secure_resource_cb_item *node, *next; in get_resource_by_path() local 694 session_item *node = NULL, *next = NULL; in alcs_rec_heart_beat() local 781 session_item *node = NULL, *next = NULL; in on_svr_auth_timer() local
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread_tsd.c | 19 struct pthread_key_value *next; member 25 pthread_key_value_t *next; member 32 struct pthread_key_list_s *next; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/ |
A D | skbuff.h | 20 struct list_head *next, *prev; member 30 struct sk_buff *next; /* Next buffer in list */ member
|
/AliOS-Things-master/components/uservice/src/ |
A D | internal.h | 23 slist_t next; member 30 slist_t next; member 60 slist_t next; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/ |
A D | dlist.h | 43 struct list_head *next, *prev; member 63 struct list_head *next) in __list_add() 104 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | token_enc.c | 58 VP8Tokens* const next = p->next_; in VP8TBufferClear() local 205 const VP8Tokens* const next = p->next_; in VP8EmitTokens() local 231 const VP8Tokens* const next = p->next_; in VP8EstimateTokenSize() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/ |
A D | iptcutil.c | 479 next; in main() local 504 next; in main() local 527 next; in main() local 822 int *next,char *quoted) in tokenizer()
|