Home
last modified time | relevance | path

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

/external/libwebsockets/lib/misc/
Dlejp.c158 ctx->wildcount = 0; in lejp_check_path_match()
171 ctx->wild[ctx->wildcount++] = lws_ptr_diff(p, ctx->path); in lejp_check_path_match()
193 ctx->wildcount = 0; in lejp_check_path_match()
201 if (wildcard >= ctx->wildcount || !len) in lejp_get_wildcard()
/external/libwebsockets/include/libwebsockets/
Dlws-lejp.h256 uint8_t wildcount; member
/external/libwebsockets/lib/roles/http/server/
Dlejp-conf.c371 for (n = 0; n < ctx->wildcount; n++) in lejp_vhosts_cb()