Home
last modified time | relevance | path

Searched refs:LEJPCB_VAL_STR_CHUNK (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-lejp.h103 LEJPCB_VAL_STR_CHUNK = LEJP_FLAG_CB_IS_VALUE | 12, enumerator
/third_party/libwebsockets/READMEs/
DREADME.json-lejp.md52 |`LEJPCB_VAL_STR_CHUNK`|The next string chunk|`ctx->npos` bytes in `ctx->buf`|
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c487 if ((reason == LEJPCB_VAL_STR_END || reason == LEJPCB_VAL_STR_CHUNK) && in lejp_vhosts_cb()
511 a->chunk = reason == LEJPCB_VAL_STR_CHUNK; in lejp_vhosts_cb()
/third_party/libwebsockets/lib/jose/jwk/
Djose_key.c359 if (reason == LEJPCB_VAL_STR_CHUNK) in cb_jwk()
/third_party/libwebsockets/lib/misc/
Dlws-struct-lejp.c293 if (reason == LEJPCB_VAL_STR_CHUNK) { in lws_struct_default_lejp_cb()
Dlejp.c777 LEJPCB_VAL_STR_CHUNK)) in lejp_parse()