Searched refs:lws_dll2_add_sorted (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-dll2.h | 247 lws_dll2_add_sorted(lws_dll2_t *d, lws_dll2_owner_t *own,
|
/third_party/libwebsockets/lib/core/ |
D | lws_dll2.c | 237 lws_dll2_add_sorted(lws_dll2_t *d, lws_dll2_owner_t *own, in lws_dll2_add_sorted() function
|
/third_party/libwebsockets/lib/core-net/ |
D | sorted-usec-list.c | 62 lws_dll2_add_sorted(&sul->list, own, sul_compare); in __lws_sul_insert()
|
D | lws-dsh.c | 316 lws_dll2_add_sorted(&_o->list, &_o->dsh->oha[0].owner, buf_compare); in lws_dsh_free()
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/ |
D | wifi-esp32.c | 163 lws_dll2_add_sorted(&w->list, &wnd->scan, in lws_esp32_scan_update()
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
D | heap.c | 409 lws_dll2_add_sorted(&item->list_expiry, &cache->items_expiry, in lws_cache_heap_write()
|
/third_party/libwebsockets/lib/core-net/client/ |
D | sort-dns.c | 754 lws_dll2_add_sorted(&ds->list, &wsi->dns_sorted_list, in lws_sort_dns()
|