Home
last modified time | relevance | path

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

/PHP-8.0/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.c398 if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) {
H A Dfpm_log.c60 if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) { in fpm_log_open()
/PHP-8.0/ext/session/
H A Dmod_files.c216 # ifndef FD_CLOEXEC in ps_files_open()
217 # define FD_CLOEXEC 1 in ps_files_open() macro
219 if (fcntl(data->fd, F_SETFD, FD_CLOEXEC)) { in ps_files_open()
/PHP-8.0/ext/standard/
H A Dproc_open.c712 #if defined(F_SETFD) && defined(FD_CLOEXEC) in make_descriptor_cloexec()
713 fcntl(fd, F_SETFD, FD_CLOEXEC); in make_descriptor_cloexec()
/PHP-8.0/ext/opcache/
H A Dzend_shared_alloc.c92 val |= FD_CLOEXEC; in zend_shared_alloc_create_lock()
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c2597 fcntl( fd, F_SETFD, FD_CLOEXEC ); in LSAPI_CreateListenSock2()

Completed in 24 milliseconds