Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/optee/
H A Dlws-plat-optee.c62 int lws_plat_apply_FD_CLOEXEC(int n) in lws_plat_apply_FD_CLOEXEC() function
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-file.c38 int lws_plat_apply_FD_CLOEXEC(int n) in lws_plat_apply_FD_CLOEXEC() function
H A Dunix-spawn.c367 lws_plat_apply_FD_CLOEXEC(lsp->pipe_fds[n][n == 0]); in lws_spawn_piped()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-file.c27 int lws_plat_apply_FD_CLOEXEC(int n) in lws_plat_apply_FD_CLOEXEC() function
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-file.c30 int lws_plat_apply_FD_CLOEXEC(int n) in lws_plat_apply_FD_CLOEXEC() function
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h920 lws_plat_apply_FD_CLOEXEC(int n);
H A Dlibwebsockets.c228 if (n != -1 && lws_plat_apply_FD_CLOEXEC(n)) { in lws_open()

Completed in 6 milliseconds