Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c626 int tmp_fd; in stream_array_to_fd_set() local
637 …ream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&tmp_fd, 1) && tmp_fd != -1) { in stream_array_to_fd_set()
639 php_socket_t this_fd = (php_socket_t)tmp_fd; in stream_array_to_fd_set()
672 int tmp_fd; in stream_array_from_fd_set() local
683 …ream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&tmp_fd, 1) && tmp_fd != -1) { in stream_array_from_fd_set()
685 php_socket_t this_fd = (php_socket_t)tmp_fd; in stream_array_from_fd_set()

Completed in 20 milliseconds