Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FREE_PERSISTENT (Results 1 – 2 of 2) sorted by path

/PHP-5.4/main/
H A Dphp_streams.h279 #define PHP_STREAM_FREE_PERSISTENT 16 /* manually freeing a persistent connection */ macro
283 #define PHP_STREAM_FREE_CLOSE_PERSISTENT (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PERSISTENT)
/PHP-5.4/main/streams/
H A Dstreams.c367 if (close_options & PHP_STREAM_FREE_PERSISTENT) in _php_stream_pretty_free_options()
525 if (stream->is_persistent && (close_options & PHP_STREAM_FREE_PERSISTENT)) { in _php_stream_free()

Completed in 35 milliseconds