Home
last modified time | relevance | path

Searched refs:LWS_EWOULDBLOCK (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Doutput.c292 en == LWS_EWOULDBLOCK || in lws_ssl_capable_read_no_ssl()
361 LWS_ERRNO == LWS_EWOULDBLOCK || in lws_ssl_capable_write_no_ssl()
363 if (LWS_ERRNO == LWS_EWOULDBLOCK) { in lws_ssl_capable_write_no_ssl()
/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h37 #define LWS_EWOULDBLOCK EWOULDBLOCK macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h94 #define LWS_EWOULDBLOCK EWOULDBLOCK macro
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h95 #define LWS_EWOULDBLOCK EWOULDBLOCK macro
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h151 #define LWS_EWOULDBLOCK EWOULDBLOCK macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h46 #define LWS_EWOULDBLOCK WSAEWOULDBLOCK macro
Dwindows-sockets.c231 optVal != LWS_EWOULDBLOCK && optVal != WSAEINVAL) { in lws_plat_check_connection_error()
/third_party/libwebsockets/lib/roles/listen/
Dops-listen.c89 LWS_ERRNO == LWS_EWOULDBLOCK) { in rops_handle_POLLIN_listen()
/third_party/libwebsockets/lib/tls/
Dtls-server.c296 LWS_ERRNO == LWS_EWOULDBLOCK)) { in lws_server_socket_service_ssl()
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c523 errno_copy != LWS_EWOULDBLOCK