this_fd 1308 ext/mysqlnd/mysqlnd.c php_socket_t this_fd; this_fd 1323 ext/mysqlnd/mysqlnd.c (void*)&this_fd, 1) && ZEND_VALID_SOCKET(this_fd)) { this_fd 1325 ext/mysqlnd/mysqlnd.c PHP_SAFE_FD_SET(this_fd, fds); this_fd 1327 ext/mysqlnd/mysqlnd.c if (this_fd > *max_fd) { this_fd 1328 ext/mysqlnd/mysqlnd.c *max_fd = this_fd; this_fd 1342 ext/mysqlnd/mysqlnd.c php_socket_t this_fd; this_fd 1353 ext/mysqlnd/mysqlnd.c (void*)&this_fd, 1) && ZEND_VALID_SOCKET(this_fd)) { this_fd 1354 ext/mysqlnd/mysqlnd.c if (PHP_SAFE_FD_ISSET(this_fd, fds)) { this_fd 614 ext/standard/streamsfuncs.c php_socket_t this_fd; this_fd 625 ext/standard/streamsfuncs.c if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&this_fd, 1) && this_fd != -1) { this_fd 627 ext/standard/streamsfuncs.c PHP_SAFE_FD_SET(this_fd, fds); this_fd 629 ext/standard/streamsfuncs.c if (this_fd > *max_fd) { this_fd 630 ext/standard/streamsfuncs.c *max_fd = this_fd; this_fd 653 ext/standard/streamsfuncs.c php_socket_t this_fd; this_fd 664 ext/standard/streamsfuncs.c if (SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&this_fd, 1) && this_fd != SOCK_ERR) { this_fd 665 ext/standard/streamsfuncs.c if (PHP_SAFE_FD_ISSET(this_fd, fds)) {