Home
last modified time | relevance | path

Searched refs:lejp_cb (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h51 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, \
Dlws-lejp.h283 unsigned char paths_count, lejp_callback lejp_cb);
/third_party/libwebsockets/lib/misc/
Dlejp.c831 unsigned char paths_count, lejp_callback lejp_cb)
845 p->callback = lejp_cb;
Dlws-struct-lejp.c36 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()