Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FREE_PERSISTENT (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.4/main/streams/
H A Dstreams.c348 if (close_options & PHP_STREAM_FREE_PERSISTENT) in _php_stream_pretty_free_options()
517 if (stream->is_persistent && (close_options & PHP_STREAM_FREE_PERSISTENT)) { in _php_stream_free()
/PHP-7.4/main/
H A Dphp_streams.h289 #define PHP_STREAM_FREE_PERSISTENT 16 /* manually freeing a persistent connection */ macro
294 #define PHP_STREAM_FREE_CLOSE_PERSISTENT (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PERSISTENT)

Completed in 20 milliseconds