Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds