Home
last modified time | relevance | path

Searched refs:lws_dll2_add_sorted (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-dll2.h247 lws_dll2_add_sorted(lws_dll2_t *d, lws_dll2_owner_t *own,
/third_party/libwebsockets/lib/core/
Dlws_dll2.c237 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/
Dsorted-usec-list.c62 lws_dll2_add_sorted(&sul->list, own, sul_compare); in __lws_sul_insert()
Dlws-dsh.c316 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/
Dwifi-esp32.c163 lws_dll2_add_sorted(&w->list, &wnd->scan, in lws_esp32_scan_update()
/third_party/libwebsockets/lib/misc/cache-ttl/
Dheap.c409 lws_dll2_add_sorted(&item->list_expiry, &cache->items_expiry, in lws_cache_heap_write()
/third_party/libwebsockets/lib/core-net/client/
Dsort-dns.c754 lws_dll2_add_sorted(&ds->list, &wsi->dns_sorted_list, in lws_sort_dns()