Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dphp_streams.h287 #define PHP_STREAM_FREE_PERSISTENT 16 /* manually freeing a persistent connection */ macro
292 #define PHP_STREAM_FREE_CLOSE_PERSISTENT (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PERSISTENT)
/PHP-7.0/main/streams/
H A Dstreams.c344 if (close_options & PHP_STREAM_FREE_PERSISTENT) in _php_stream_pretty_free_options()
501 if (stream->is_persistent && (close_options & PHP_STREAM_FREE_PERSISTENT)) { in _php_stream_free()

Completed in 46 milliseconds