Home
last modified time | relevance | path

Searched refs:this_fd (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c633 php_socket_t this_fd = (php_socket_t)tmp_fd; in stream_array_to_fd_set() local
635 PHP_SAFE_FD_SET(this_fd, fds); in stream_array_to_fd_set()
637 if (this_fd > *max_fd) { in stream_array_to_fd_set()
638 *max_fd = this_fd; in stream_array_to_fd_set()
691 php_socket_t this_fd = (php_socket_t)tmp_fd; in stream_array_from_fd_set() local
693 if (PHP_SAFE_FD_ISSET(this_fd, fds)) { in stream_array_from_fd_set()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1282 php_socket_t this_fd; local
1297 (void*)&this_fd, 1) && this_fd >= 0) {
1299 PHP_SAFE_FD_SET(this_fd, fds);
1301 if (this_fd > *max_fd) {
1302 *max_fd = this_fd;
1316 php_socket_t this_fd; local
1327 (void*)&this_fd, 1) && this_fd >= 0) {
1328 if (PHP_SAFE_FD_ISSET(this_fd, fds)) {

Completed in 28 milliseconds