Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-protocols-plugins.h176 lws_vhd_find_by_pvo(struct lws_context *cx, const char *protname,
/external/libwebsockets/lib/core-net/
Dvhost.c317 lws_vhd_find_by_pvo(struct lws_context *cx, const char *protname, in lws_vhd_find_by_pvo() argument
333 if (strcmp(vh->protocols[n].name, protname)) in lws_vhd_find_by_pvo()
338 pv = lws_pvo_search(vh->pvo, protname); in lws_vhd_find_by_pvo()