Searched refs:lejp_get_wildcard (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | lejp-conf.c | 298 n = lejp_get_wildcard(ctx, 0, a->p, lws_ptr_diff(a->end, a->p)); in lejp_globals_cb() 484 n = lejp_get_wildcard(ctx, 0, a->p, lws_ptr_diff(a->end, a->p)); in lejp_vhosts_cb() 504 n = lejp_get_wildcard(ctx, 0, a->p, in lejp_vhosts_cb() 742 n = lejp_get_wildcard(ctx, 0, a->p, lws_ptr_diff(a->end, a->p)); in lejp_vhosts_cb() 759 n = lejp_get_wildcard(ctx, 1, a->p, lws_ptr_diff(a->end, a->p)); in lejp_vhosts_cb() 773 n = lejp_get_wildcard(ctx, 0, a->p, lws_ptr_diff(a->end, a->p)); in lejp_vhosts_cb() 788 n = lejp_get_wildcard(ctx, 0, a->p, lws_ptr_diff(a->end, a->p)); in lejp_vhosts_cb()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-lejp.h | 297 lejp_get_wildcard(struct lejp_ctx *ctx, int wildcard, char *dest, int len);
|
/third_party/libwebsockets/lib/misc/ |
H A D | lejp.c | 198 lejp_get_wildcard(struct lejp_ctx *ctx, int wildcard, char *dest, int len) in lejp_get_wildcard() function
|
Completed in 3 milliseconds