Home
last modified time | relevance | path

Searched refs:lws_ssl_capable_read (Results 1 - 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/tls/
H A Dprivate-network.h97 lws_ssl_capable_read(struct lws *wsi, unsigned char *buf, size_t len);
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-ssl.c45 lws_ssl_capable_read(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_read() function
/third_party/libwebsockets/lib/roles/mqtt/client/
H A Dclient-mqtt.c319 ebuf.len = lws_ssl_capable_read(wsi, ebuf.token, in lws_mqtt_client_socket_service()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h823 #define lws_ssl_capable_read lws_ssl_capable_read_no_ssl macro
/third_party/libwebsockets/lib/core-net/
H A Dservice.c419 ebuf->len = n = lws_ssl_capable_read(wsi, ep, (size_t)e); in lws_buflist_aware_read()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-ssl.c197 lws_ssl_capable_read(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_read() function
/third_party/libwebsockets/lib/roles/mqtt/
H A Dops-mqtt.c130 ebuf.len = lws_ssl_capable_read(wsi, ebuf.token, in rops_handle_POLLIN_mqtt()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c580 rlen = lws_ssl_capable_read(wsi, buf, sizeof(buf)); in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c231 ebuf.len = lws_ssl_capable_read(wsi, in rops_handle_POLLIN_h2()
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1133 ebuf.len = lws_ssl_capable_read(wsi, ebuf.token, in rops_handle_POLLIN_ws()

Completed in 11 milliseconds