stream_array_to_fd_set  728 ext/standard/streamsfuncs.c 		set_count = stream_array_to_fd_set(r_array, &rfds, &max_fd TSRMLS_CC);
stream_array_to_fd_set  735 ext/standard/streamsfuncs.c 		set_count = stream_array_to_fd_set(w_array, &wfds, &max_fd TSRMLS_CC);
stream_array_to_fd_set  742 ext/standard/streamsfuncs.c 		set_count = stream_array_to_fd_set(e_array, &efds, &max_fd TSRMLS_CC);