Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h33 #define LWS_EINPROGRESS EINPROGRESS macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h90 #define LWS_EINPROGRESS EINPROGRESS macro
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h91 #define LWS_EINPROGRESS EINPROGRESS macro
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h147 #define LWS_EINPROGRESS EINPROGRESS macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h42 #define LWS_EINPROGRESS WSAEINPROGRESS macro
Dwindows-sockets.c230 optVal != LWS_EALREADY && optVal != LWS_EINPROGRESS && in lws_plat_check_connection_error()
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c522 errno_copy != LWS_EINPROGRESS &&