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/lib/plat/freertos/
Dprivate-lib-plat-freertos.h81 #define LWS_EALREADY EALREADY macro
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h137 #define LWS_EALREADY EALREADY macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h41 #define LWS_EALREADY WSAEALREADY macro
Dwindows-service.c194 err && err != LWS_EALREADY && in _lws_plat_service_tsi()
Dwindows-sockets.c205 optVal != LWS_EALREADY && optVal != LWS_EINPROGRESS && in lws_plat_check_connection_error()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-handshake.c672 if (errno_copy != LWS_EALREADY &&