Home
last modified time | relevance | path

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

/external/libwebsockets/lib/secure-streams/
Dpolicy.c589 (ctx->path_match_len - ctx->st[ctx->sp - 2].p + 1) + 2, in lws_ss_policy_parser_cb()
597 ctx->path_match_len - ctx->st[ctx->sp - 2].p); in lws_ss_policy_parser_cb()
599 q += ctx->path_match_len - ctx->st[ctx->sp - 2].p; in lws_ss_policy_parser_cb()
733 *pp = lwsac_use_backfill(&a->ac, ctx->path_match_len + 1 - n, in lws_ss_policy_parser_cb()
737 memcpy(*pp, ctx->path + n, ctx->path_match_len - n); in lws_ss_policy_parser_cb()
738 (*pp)[ctx->path_match_len - n] = '\0'; in lws_ss_policy_parser_cb()
/external/libwebsockets/lib/misc/
Dlejp.c188 ctx->path_match_len = ctx->pst[ctx->pst_sp].ppos; in lejp_check_path_match()
487 ctx->pst[ctx->pst_sp].ppos <= ctx->path_match_len) in lejp_parse()
639 ctx->pst[ctx->pst_sp].ppos <= ctx->path_match_len) in lejp_parse()
672 ctx->pst[ctx->pst_sp].ppos <= ctx->path_match_len) in lejp_parse()
707 ctx->path_match_len) in lejp_parse()
/external/libwebsockets/include/libwebsockets/
Dlws-lejp.h255 uint8_t path_match_len; member