Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FCLOSE_FOPENCOOKIE (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/main/streams/
H A Dcast.c242 stream->fclose_stdiocast = PHP_STREAM_FCLOSE_FOPENCOOKIE; in _php_stream_cast()
323 stream->fclose_stdiocast != PHP_STREAM_FCLOSE_FOPENCOOKIE && in _php_stream_cast()
H A Dstreams.c430 if (stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FOPENCOOKIE) { in _php_stream_free()
465 if (release_cast && stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FOPENCOOKIE) { in _php_stream_free()
1300 if (stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FOPENCOOKIE) { in _php_stream_seek()
/PHP-7.4/main/
H A Dphp_streams.h243 #define PHP_STREAM_FCLOSE_FOPENCOOKIE 2 macro

Completed in 14 milliseconds