Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dsocks5-client.c223 lws_socks5c_greet(struct lws *wsi, const char **pcce) in lws_socks5c_greet() argument
234 *pcce = "socks msg too large"; in lws_socks5c_greet()
242 *pcce = "socks write failed"; in lws_socks5c_greet()
256 const char **pcce) in lws_socks5c_handle_state() argument
267 *pcce = "socks conn dead"; in lws_socks5c_handle_state()
279 *pcce = "socks recv fail"; in lws_socks5c_handle_state()
326 *pcce = "socks gen msg fail"; in lws_socks5c_handle_state()
338 *pcce = "socks write fail"; in lws_socks5c_handle_state()
350 *pcce = "socks reply fail"; in lws_socks5c_handle_state()
364 *pcce = "socks connect fail"; in lws_socks5c_handle_state()
Dprivate-lib-core-net.h1524 const char **pcce);
1527 lws_socks5c_greet(struct lws *wsi, const char **pcce);
/third_party/libwebsockets/lib/tls/
Dtls-client.c182 lws_client_create_tls(struct lws *wsi, const char **pcce, int do_c1) in lws_client_create_tls() argument
194 *pcce = "tls restriction limit"; in lws_client_create_tls()
199 *pcce = "bio_create failed"; in lws_client_create_tls()
220 *pcce = (const char *)wsi->a.context->pt[(int)wsi->tsi].serv_buf; in lws_client_create_tls()
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h351 lws_client_create_tls(struct lws *wsi, const char **pcce, int do_c1);