Home
last modified time | relevance | path

Searched refs:LWS_ENOTCONN (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h36 #define LWS_ENOTCONN ENOTCONN macro
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c57 if (!n && errno == LWS_ENOTCONN) { in lws_ssl_capable_read()
74 if (errno == LWS_ENOTCONN) in lws_ssl_capable_read()
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h94 #define LWS_ENOTCONN ENOTCONN macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h93 #define LWS_ENOTCONN ENOTCONN macro
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h150 #define LWS_ENOTCONN ENOTCONN macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h45 #define LWS_ENOTCONN WSAENOTCONN macro
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c216 if (!n && errno == LWS_ENOTCONN) { in lws_ssl_capable_read()
256 LWS_ERRNO == LWS_ENOTCONN) { in lws_ssl_capable_read()