Home
last modified time | relevance | path

Searched refs:path_match_len (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/misc/
Dlejp.c189 ctx->path_match_len = ctx->pst[ctx->pst_sp].ppos; in lejp_check_path_match()
505 ctx->pst[ctx->pst_sp].ppos <= ctx->path_match_len) in lejp_parse()
656 ctx->pst[ctx->pst_sp].ppos <= ctx->path_match_len) in lejp_parse()
691 ctx->pst[ctx->pst_sp].ppos <= ctx->path_match_len) in lejp_parse()
732 ctx->pst[ctx->pst_sp].ppos <= ctx->path_match_len) in lejp_parse()
Dlecp.c164 ctx->path_match_len = ctx->pst[ctx->pst_sp].ppos; in lecp_check_path_match()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c428 (unsigned int)(ctx->path_match_len - in lws_ss_policy_parser_cb()
877 (unsigned int)(ctx->path_match_len - ctx->st[ctx->sp - 2].p + 1) + 2, in lws_ss_policy_parser_cb()
885 (unsigned int)(ctx->path_match_len - ctx->st[ctx->sp - 2].p)); in lws_ss_policy_parser_cb()
887 q += ctx->path_match_len - ctx->st[ctx->sp - 2].p; in lws_ss_policy_parser_cb()
1114 *pp = lwsac_use_backfill(&a->ac, (size_t)ctx->path_match_len + (size_t)1 - (size_t)n, in lws_ss_policy_parser_cb()
1118 memcpy(*pp, ctx->path + n, ctx->path_match_len - (unsigned int)n); in lws_ss_policy_parser_cb()
1119 (*pp)[ctx->path_match_len - n] = '\0'; in lws_ss_policy_parser_cb()
/third_party/libwebsockets/include/libwebsockets/
Dlws-lejp.h256 uint8_t path_match_len; member
Dlws-lecp.h288 uint8_t path_match_len; member