stream_array_from_fd_set  852 standard/streamsfuncs.c 	if (r_array != NULL) stream_array_from_fd_set(r_array, &rfds TSRMLS_CC);
stream_array_from_fd_set  853 standard/streamsfuncs.c 	if (w_array != NULL) stream_array_from_fd_set(w_array, &wfds TSRMLS_CC);
stream_array_from_fd_set  854 standard/streamsfuncs.c 	if (e_array != NULL) stream_array_from_fd_set(e_array, &efds TSRMLS_CC);