Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-lejp.h213 uint8_t count_paths; member
254 uint8_t count_paths; member
Dlws-lecp.h240 uint8_t count_paths; member
286 uint8_t count_paths; member
/third_party/libwebsockets/lib/misc/
Dlejp.c71 const char * const *paths, unsigned char count_paths) in lejp_construct() argument
89 ctx->pst[0].count_paths = count_paths; in lejp_construct()
158 n < ctx->pst[ctx->pst_sp].count_paths; n++) { in lejp_check_path_match()
847 p->count_paths = paths_count;
Dlecp.c56 const char * const *paths, unsigned char count_paths) in lecp_construct() argument
65 ctx->pst[0].count_paths = count_paths; in lecp_construct()
131 n < ctx->pst[ctx->pst_sp].count_paths; n++) { in lecp_check_path_match()
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c934 int count_paths, lejp_callback cb) in lwsws_get_config() argument
946 lejp_construct(&ctx, cb, user, paths, (uint8_t)(unsigned int)count_paths); in lwsws_get_config()
972 int count_paths; member
989 da->count_paths, da->cb); in lwsws_get_config_d_cb()
1034 da.count_paths = LWS_ARRAY_SIZE(paths_global), in lwsws_get_config_globals()
1078 da.count_paths = LWS_ARRAY_SIZE(paths_vhosts), in lwsws_get_config_vhosts()