Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c620 int tmp_fd; in stream_array_to_fd_set() local
631 …ream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&tmp_fd, 1) && tmp_fd != -1) { in stream_array_to_fd_set()
633 php_socket_t this_fd = (php_socket_t)tmp_fd; in stream_array_to_fd_set()
670 int tmp_fd; in stream_array_from_fd_set() local
689 …ream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL, (void*)&tmp_fd, 1) && tmp_fd != -1) { in stream_array_from_fd_set()
691 php_socket_t this_fd = (php_socket_t)tmp_fd; in stream_array_from_fd_set()

Completed in 13 milliseconds