this_fd 1310 ext/mysqlnd/mysqlnd.c php_socket_t this_fd; this_fd 1325 ext/mysqlnd/mysqlnd.c (void*)&this_fd, 1) && this_fd >= 0) { this_fd 1327 ext/mysqlnd/mysqlnd.c PHP_SAFE_FD_SET(this_fd, fds); this_fd 1329 ext/mysqlnd/mysqlnd.c if (this_fd > *max_fd) { this_fd 1330 ext/mysqlnd/mysqlnd.c *max_fd = this_fd; this_fd 1344 ext/mysqlnd/mysqlnd.c php_socket_t this_fd; this_fd 1355 ext/mysqlnd/mysqlnd.c (void*)&this_fd, 1) && this_fd >= 0) { this_fd 1356 ext/mysqlnd/mysqlnd.c if (PHP_SAFE_FD_ISSET(this_fd, fds)) { this_fd 619 ext/standard/streamsfuncs.c php_socket_t this_fd; this_fd 630 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 632 ext/standard/streamsfuncs.c PHP_SAFE_FD_SET(this_fd, fds); this_fd 634 ext/standard/streamsfuncs.c if (this_fd > *max_fd) { this_fd 635 ext/standard/streamsfuncs.c *max_fd = this_fd; this_fd 664 ext/standard/streamsfuncs.c php_socket_t this_fd; this_fd 683 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 684 ext/standard/streamsfuncs.c if (PHP_SAFE_FD_ISSET(this_fd, fds)) {