Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dcast.c251 stream->fclose_stdiocast = PHP_STREAM_FCLOSE_FOPENCOOKIE; in _php_stream_cast()
330 stream->fclose_stdiocast != PHP_STREAM_FCLOSE_FOPENCOOKIE && in _php_stream_cast()
H A Dstreams.c442 if (stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FOPENCOOKIE) { in _php_stream_free()
474 if (release_cast && stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FOPENCOOKIE) { in _php_stream_free()
1275 if (stream->fclose_stdiocast == PHP_STREAM_FCLOSE_FOPENCOOKIE) { in _php_stream_seek()
/PHP-5.5/main/
H A Dphp_streams.h236 #define PHP_STREAM_FCLOSE_FOPENCOOKIE 2 macro

Completed in 25 milliseconds