Searched defs:newstream (Results 1 – 3 of 3) sorted by relevance
269 php_stream *newstream; in _php_stream_cast() local368 PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STRE… in _php_stream_make_seekable()
2072 php_stream *newstream; local
84 #define php_stream_make_seekable_rel(origstream, newstream, flags) _php_stream_make_seekable((origs… argument587 #define php_stream_make_seekable(origstream, newstream, flags) _php_stream_make_seekable((origstrea… argument
Completed in 20 milliseconds