Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h32 #define LWS_EALREADY EALREADY macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h89 #define LWS_EALREADY EALREADY macro
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h90 #define LWS_EALREADY EALREADY macro
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h146 #define LWS_EALREADY EALREADY macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h41 #define LWS_EALREADY WSAEALREADY macro
Dwindows-sockets.c230 optVal != LWS_EALREADY && optVal != LWS_EINPROGRESS && in lws_plat_check_connection_error()
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c521 errno_copy != LWS_EALREADY &&