Home
last modified time | relevance | path

Searched refs:lws_hdr_custom_fe_cb_t (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h497 typedef void (*lws_hdr_custom_fe_cb_t)(const char *name, int nlen, void *opaque); typedef
515 lws_hdr_custom_name_foreach(struct lws *wsi, lws_hdr_custom_fe_cb_t cb, void *opaque);
/third_party/libwebsockets/lib/roles/http/
Dparsers.c656 lws_hdr_custom_name_foreach(struct lws *wsi, lws_hdr_custom_fe_cb_t cb, in lws_hdr_custom_name_foreach()