Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_streams.h306 #define PHP_STREAM_FREE_PERSISTENT 16 /* manually freeing a persistent connection */ macro
311 #define PHP_STREAM_FREE_CLOSE_PERSISTENT (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PERSISTENT)
/php-src/main/streams/
H A Dstreams.c348 if (close_options & PHP_STREAM_FREE_PERSISTENT) in _php_stream_pretty_free_options()
518 if (stream->is_persistent && (close_options & PHP_STREAM_FREE_PERSISTENT)) { in _php_stream_free()

Completed in 24 milliseconds