Home
last modified time | relevance | path

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

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_sockets.h40 flags &= ~O_NONBLOCK; in fd_set_blocked()
42 flags |= O_NONBLOCK; in fd_set_blocked()
/PHP-5.3/main/
H A Dnetwork.c273 #ifndef O_NONBLOCK
274 #define O_NONBLOCK O_NDELAY macro
289 fcntl(sock, F_SETFL, save | O_NONBLOCK)
1088 #ifdef O_NONBLOCK
1089 myflag = O_NONBLOCK; /* POSIX version */
/PHP-5.3/main/streams/
H A Dplain_wrapper.c76 #if defined(O_NONBLOCK) in php_stream_parse_fopen_modes()
78 flags |= O_NONBLOCK; in php_stream_parse_fopen_modes()
551 #ifdef O_NONBLOCK in php_stdiop_set_option()
563 #ifdef O_NONBLOCK in php_stdiop_set_option()
565 oldval = (flags & O_NONBLOCK) ? 0 : 1; in php_stdiop_set_option()
567 flags &= ~O_NONBLOCK; in php_stdiop_set_option()
569 flags |= O_NONBLOCK; in php_stdiop_set_option()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dmagic.c441 #ifdef O_NONBLOCK in file_or_stream()
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c188 if (!( val & O_NONBLOCK )) in lsapi_set_nblock()
190 return fcntl( fd, F_SETFL, val | O_NONBLOCK ); in lsapi_set_nblock()
195 if ( val & O_NONBLOCK ) in lsapi_set_nblock()
197 return fcntl( fd, F_SETFL, val &(~O_NONBLOCK) ); in lsapi_set_nblock()
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2224 -#ifdef O_NONBLOCK
2225 - flags |= O_NONBLOCK;
2250 #ifdef O_NONBLOCK
2252 - flags &= ~O_NONBLOCK;
/PHP-5.3/
H A DUPGRADING105 - And new mode option for fopen: 'n' (O_NONBLOCK)
H A DNEWS2975 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
/PHP-5.3/ext/sockets/
H A Dsockets.c433 nonblock = (m & O_NONBLOCK);
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch707 + fcntl(hc->conn_fd, F_SETFL, O_NONBLOCK);

Completed in 65 milliseconds