Searched refs:clistream (Results 1 – 1 of 1) sorted by relevance
270 php_stream *stream = NULL, *clistream = NULL; in PHP_FUNCTION() local306 if (0 == php_stream_xport_accept(stream, &clistream, in PHP_FUNCTION()310 ) && clistream) { in PHP_FUNCTION()315 php_stream_to_zval(clistream, return_value); in PHP_FUNCTION()
Completed in 9 milliseconds