Searched refs:lejp_cb (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-struct.h | 51 lejp_callback lejp_cb; member 145 #define LSM_LIST(ptype, pname, ctype, cname, lejp_cb, cmap, qname) \ argument 149 lejp_cb, \ 157 #define LSM_CHILD_PTR(ptype, pname, ctype, lejp_cb, cmap, qname) \ argument 161 lejp_cb, \ 169 #define LSM_SCHEMA(ctype, lejp_cb, map, schema_name) \ argument 173 lejp_cb, \ 181 #define LSM_SCHEMA_DLL2(ctype, cdll2mem, lejp_cb, map, schema_name) \ argument 185 lejp_cb, \
|
D | lws-lejp.h | 283 unsigned char paths_count, lejp_callback lejp_cb);
|
/third_party/libwebsockets/lib/misc/ |
D | lejp.c | 831 unsigned char paths_count, lejp_callback lejp_cb) 845 p->callback = lejp_cb;
|
D | lws-struct-lejp.c | 36 lejp_callback cb = map->lejp_cb; in lws_struct_schema_only_lejp_cb() 127 lejp_callback cb = map->lejp_cb; in lws_struct_lejp_push()
|