Searched defs:PHP_SAFE_FD_ISSET (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/main/ | ||
| H A D | php_network.h | 200 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) macro 205 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) macro |
Completed in 7 milliseconds