Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/optee/
H A Dprivate-lib-plat-optee.h36 #define LWS_ENOTCONN ENOTCONN macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h93 #define LWS_ENOTCONN ENOTCONN macro
/third_party/libwebsockets/lib/tls/mbedtls/
H A 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/
H A Dprivate-lib-plat-freertos.h98 #define LWS_ENOTCONN ENOTCONN macro
/third_party/libwebsockets/lib/plat/unix/
H A Dprivate-lib-plat-unix.h150 #define LWS_ENOTCONN ENOTCONN macro
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h45 #define LWS_ENOTCONN WSAENOTCONN macro
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-ssl.c214 if (!n && errno == LWS_ENOTCONN) { in lws_ssl_capable_read()
257 LWS_ERRNO == LWS_ENOTCONN) { in lws_ssl_capable_read()

Completed in 4 milliseconds