Home
last modified time | relevance | path

Searched refs:pcce (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/core-net/
Dsocks5-client.c220 lws_socks5c_greet(struct lws *wsi, const char **pcce) in lws_socks5c_greet() argument
231 *pcce = "socks msg too large"; in lws_socks5c_greet()
239 *pcce = "socks write failed"; in lws_socks5c_greet()
253 const char **pcce) in lws_socks5c_handle_state() argument
265 *pcce = "socks conn dead"; in lws_socks5c_handle_state()
277 *pcce = "socks recv fail"; in lws_socks5c_handle_state()
325 *pcce = "socks gen msg fail"; in lws_socks5c_handle_state()
337 *pcce = "socks write fail"; in lws_socks5c_handle_state()
349 *pcce = "socks reply fail"; in lws_socks5c_handle_state()
363 *pcce = "socks connect fail"; in lws_socks5c_handle_state()
Dprivate-lib-core-net.h1406 const char **pcce);
1409 lws_socks5c_greet(struct lws *wsi, const char **pcce);
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c29 lws_client_create_tls(struct lws *wsi, const char **pcce, int do_c1) in lws_client_create_tls() argument
39 *pcce = "bio_create failed"; in lws_client_create_tls()
45 *pcce = "tls restriction limit"; in lws_client_create_tls()
57 *pcce = "lws_ssl_client_connect1 failed"; in lws_client_create_tls()
78 *pcce = "error sending h2 preface"; in lws_client_create_tls()
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h331 lws_client_create_tls(struct lws *wsi, const char **pcce, int do_c1);