Home
last modified time | relevance | path

Searched refs:LEJPCB_VAL_STR_END (Results 1 – 9 of 9) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-lejp.h104 LEJPCB_VAL_STR_END = LEJP_FLAG_CB_IS_VALUE | 13, enumerator
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c283 if (reason == LEJPCB_VAL_STR_END && in lejp_globals_cb()
487 if ((reason == LEJPCB_VAL_STR_END || reason == LEJPCB_VAL_STR_CHUNK) && in lejp_vhosts_cb()
922 if (reason == LEJPCB_VAL_STR_END) in lejp_vhosts_cb()
/third_party/libwebsockets/lib/misc/
Dlws-struct-lejp.c78 if (reason != LEJPCB_VAL_STR_END || ctx->path_match != 1) in lws_struct_schema_only_lejp_cb()
323 if (reason != LEJPCB_VAL_STR_END && reason != LEJPCB_VAL_NUM_INT && in lws_struct_default_lejp_cb()
Dlejp.c325 LEJPCB_VAL_STR_END) < 0) in lejp_parse()
/third_party/libwebsockets/READMEs/
DREADME.json-lejp.md53 |`LEJPCB_VAL_STR_END`|The last string chunk|`ctx->npos` bytes in `ctx->buf`|
/third_party/libwebsockets/lib/jose/jws/
Djose.c364 if (reason == LEJPCB_VAL_STR_END) { in lws_jws_jose_cb()
Djws.c118 if (reason == LEJPCB_VAL_STR_END) { in lws_jws_json_cb()
/third_party/libwebsockets/lib/jose/jwe/
Djwe.c116 if (reason == LEJPCB_VAL_STR_END) { in lws_jwe_json_cb()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c534 reason == LEJPCB_VAL_STR_END); in lws_ss_policy_parser_cb()