Searched refs:clistream (Results 1 – 1 of 1) sorted by relevance
252 php_stream *stream = NULL, *clistream = NULL; in PHP_FUNCTION() local275 if (0 == php_stream_xport_accept(stream, &clistream, in PHP_FUNCTION()279 ) && clistream) { in PHP_FUNCTION()284 php_stream_to_zval(clistream, return_value); in PHP_FUNCTION()
Completed in 7 milliseconds