Home
last modified time | relevance | path

Searched refs:dllpos (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/misc/
Dlws-struct-lejp.c581 p = j->dllpos = lws_dll2_get_head(o); in lws_struct_json_serialize()
670 p = j->dllpos = lws_dll2_get_head(o); in lws_struct_json_serialize()
672 if (!j->dllpos) { in lws_struct_json_serialize()
743 j->dllpos = NULL; in lws_struct_json_serialize()
859 p = j->dllpos = j->dllpos->next; in lws_struct_json_serialize()
860 if (j->dllpos) { in lws_struct_json_serialize()
/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h211 const struct lws_dll2 *dllpos; member