Home
last modified time | relevance | path

Searched defs:PHP_SAFE_FD_CLR (Results 1 – 8 of 8) sorted by relevance

/dports/www/mod_php80/php-8.0.15/main/
H A Dphp_network.h211 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) macro
216 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) macro
/dports/lang/php73/php-7.3.33/main/
H A Dphp_network.h215 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) macro
220 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) macro
/dports/lang/php74/php-7.4.27/main/
H A Dphp_network.h213 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) macro
218 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) macro
/dports/lang/php80/php-8.0.15/main/
H A Dphp_network.h211 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) macro
216 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) macro
/dports/www/mod_php73/php-7.3.33/main/
H A Dphp_network.h215 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) macro
220 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) macro
/dports/www/mod_php74/php-7.4.27/main/
H A Dphp_network.h213 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) macro
218 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) macro
/dports/www/mod_php81/php-8.1.1/main/
H A Dphp_network.h218 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) macro
223 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) macro
/dports/lang/php81/php-8.1.1/main/
H A Dphp_network.h218 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) macro
223 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) macro