Home
last modified time | relevance | path

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

/php-src/main/
H A Dfastcgi.c1418 int fd_attrs = fcntl(req->fd, F_GETFD); local
1419 if (0 > fd_attrs) {
1422 if (0 > fcntl(req->fd, F_SETFD, fd_attrs | FD_CLOEXEC)) {

Completed in 8 milliseconds