Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_signals.c196 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.c306 if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) {
H A Dfpm_log.c62 if (0 > fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)) { in fpm_log_open()
/PHP-5.5/ext/session/
H A Dmod_files.c173 # ifndef FD_CLOEXEC in ps_files_open()
174 # define FD_CLOEXEC 1 in ps_files_open() macro
176 if (fcntl(data->fd, F_SETFD, FD_CLOEXEC)) { in ps_files_open()
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c95 val |= FD_CLOEXEC; in zend_shared_alloc_create_lock()
/PHP-5.5/ext/standard/
H A Dproc_open.c965 # if defined(F_SETFD) && defined(FD_CLOEXEC) in PHP_FUNCTION()
967 fcntl(descriptors[i].parentend, F_SETFD, FD_CLOEXEC); in PHP_FUNCTION()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c2268 fcntl( fd, F_SETFD, FD_CLOEXEC ); in LSAPI_CreateListenSock2()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c26054 #if defined(FD_CLOEXEC) && (!defined(O_CLOEXEC) || O_CLOEXEC==0)
26055 osFcntl(fd, F_SETFD, osFcntl(fd, F_GETFD, 0) | FD_CLOEXEC);

Completed in 290 milliseconds