Home
last modified time | relevance | path

Searched refs:FD_CLOEXEC (Results 1 – 12 of 12) sorted by relevance

/php-src/sapi/fpm/fpm/
H A Dfpm_signals.c199 if (0 > fcntl(sp[0], F_SETFD, FD_CLOEXEC) || 0 > fcntl(sp[1], F_SETFD, FD_CLOEXEC)) { in fpm_signals_init_main()
H A Dfpm_stdio.c404 if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) {
H A Dfpm_log.c63 if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) { in fpm_log_open()
H A Dfpm_children.c180 if (0 > fcntl(fpm_globals.listening_socket, F_SETFD, attrs | FD_CLOEXEC)) { in fpm_child_cloexec()
/php-src/ext/session/
H A Dmod_files.c214 # ifndef FD_CLOEXEC in ps_files_open()
215 # define FD_CLOEXEC 1 in ps_files_open() macro
217 if (fcntl(data->fd, F_SETFD, FD_CLOEXEC)) { in ps_files_open()
/php-src/ext/fileinfo/libmagic/
H A Dfile.h147 #ifndef FD_CLOEXEC
148 # define FD_CLOEXEC 1 macro
H A Dfuncs.c826 (void)fcntl(fds[0], F_SETFD, FD_CLOEXEC);
827 (void)fcntl(fds[1], F_SETFD, FD_CLOEXEC);
/php-src/ext/opcache/
H A Dzend_shared_alloc.c121 val |= FD_CLOEXEC; in zend_shared_alloc_create_lock()
/php-src/ext/standard/
H A Dproc_open.c833 #if defined(F_SETFD) && defined(FD_CLOEXEC) in make_descriptor_cloexec()
834 fcntl(fd, F_SETFD, FD_CLOEXEC); in make_descriptor_cloexec()
/php-src/main/
H A Dfastcgi.c1417 #if defined(F_SETFD) && defined(FD_CLOEXEC)
1422 if (0 > fcntl(req->fd, F_SETFD, fd_attrs | FD_CLOEXEC)) {
/php-src/sapi/litespeed/
H A Dlsapilib.c2612 fcntl( fd, F_SETFD, FD_CLOEXEC ); in LSAPI_CreateListenSock2()
/php-src/ext/fileinfo/
H A Dlibmagic.patch2638 - (void)fcntl(fd, F_SETFD, FD_CLOEXEC);

Completed in 115 milliseconds