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/
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/
Dunix-file.c38 int lws_plat_apply_FD_CLOEXEC(int n) in lws_plat_apply_FD_CLOEXEC() function
Dunix-spawn.c367 lws_plat_apply_FD_CLOEXEC(lsp->pipe_fds[n][n == 0]); in lws_spawn_piped()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-file.c30 int lws_plat_apply_FD_CLOEXEC(int n) in lws_plat_apply_FD_CLOEXEC() function
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-file.c27 int lws_plat_apply_FD_CLOEXEC(int n) in lws_plat_apply_FD_CLOEXEC() function
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h914 lws_plat_apply_FD_CLOEXEC(int n);
Dlibwebsockets.c228 if (n != -1 && lws_plat_apply_FD_CLOEXEC(n)) { in lws_open()