Searched refs:clistream (Results 1 – 1 of 1) sorted by relevance
267 php_stream *stream = NULL, *clistream = NULL; in PHP_FUNCTION() local303 if (0 == php_stream_xport_accept(stream, &clistream, in PHP_FUNCTION()307 ) && clistream) { in PHP_FUNCTION()312 php_stream_to_zval(clistream, return_value); in PHP_FUNCTION()
Completed in 6 milliseconds