Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dcast.c238 stream->fclose_stdiocast = PHP_STREAM_FCLOSE_FOPENCOOKIE; in _php_stream_cast()
319 stream->fclose_stdiocast != PHP_STREAM_FCLOSE_FOPENCOOKIE && in _php_stream_cast()
H A Dstreams.c431 if (stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FOPENCOOKIE) { in _php_stream_free()
466 if (release_cast && stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FOPENCOOKIE) { in _php_stream_free()
1342 if (stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FOPENCOOKIE) { in _php_stream_seek()
/php-src/main/
H A Dphp_streams.h260 #define PHP_STREAM_FCLOSE_FOPENCOOKIE 2 macro

Completed in 15 milliseconds