Home
last modified time | relevance | path

Searched refs:list_head_t (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_mem_stats.c39 list_head_t func_head;
58 list_head_t list;
62 static int _mem_cmp_max_used(list_head_t *a, list_head_t *b) in _mem_cmp_max_used()
76 static void _mem_swap_module_pos(list_head_t *a, list_head_t *b) in _mem_swap_module_pos()
78 list_head_t temp = { NULL, NULL }; in _mem_swap_module_pos()
92 static void _mem_sort_module_pos(list_head_t *head) in _mem_sort_module_pos()
94 list_head_t *start = NULL; in _mem_sort_module_pos()
95 list_head_t *end = NULL; in _mem_sort_module_pos()
A Dinfra_json_parser.c370 static list_head_t *_LITE_json_keys_of(char *src, int src_len, char *prefix, in _LITE_json_keys_of()
458 list_head_t *LITE_json_keys_of(char *src, char *prefix, ...) in LITE_json_keys_of()
482 static list_head_t *_LITE_json_keys_of_ext(int type, char *src, int src_len, in _LITE_json_keys_of_ext()
774 void LITE_json_keys_release(list_head_t *keylist) in LITE_json_keys_release()
792 list_head_t *LITE_json_keys_of_ext(char *src, char *prefix, ...) in LITE_json_keys_of_ext()
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_upload_api.c399 if (!list_empty((list_head_t *)&g_http2_fs_ctx.file_list)) { in http_upload_file_func()
409 list_del((list_head_t *)&node->list); in http_upload_file_func()
426 INIT_LIST_HEAD((list_head_t *)&node->list); in _http2_fs_list_insert()
428 list_add_tail((list_head_t *)&node->list, in _http2_fs_list_insert()
429 (list_head_t *)&fs_ctx->file_list); in _http2_fs_list_insert()
520 INIT_LIST_HEAD((list_head_t *)&(g_http2_fs_ctx.file_list)); in IOT_HTTP2_UploadFile_Connect()
611 list_del((list_head_t *)&node->list); in IOT_HTTP2_UploadFile_Disconnect()
A Dhttp2_api.c448 INIT_LIST_HEAD((list_head_t *)&node->list); in http2_stream_node_insert()
449 list_add((list_head_t *)&node->list, (list_head_t *)&handle->stream_list); in http2_stream_node_insert()
471 list_del((list_head_t *)&search_node->list); in http2_stream_node_remove()
532 INIT_LIST_HEAD((list_head_t *)&(stream_handle->stream_list)); in IOT_HTTP2_Connect()
1112 list_del((list_head_t *)&node->list); in IOT_HTTP2_FS_Close()
1121 list_del((list_head_t *)&node->list); in IOT_HTTP2_FS_Close()
1190 list_del((list_head_t *)&node->list); in IOT_HTTP2_Stream_Close()
1199 list_del((list_head_t *)&node->list); in IOT_HTTP2_Stream_Close()
1230 list_del((list_head_t *)&node->list); in IOT_HTTP2_Disconnect()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_mem_stats.h24 list_head_t list;
A Dinfra_list.h346 #define list_head_t dlist_t macro

Completed in 13 milliseconds