Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FREE_CLOSE_PERSISTENT (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/main/
H A Dphp_streams.h294 #define PHP_STREAM_FREE_CLOSE_PERSISTENT (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PERSISTENT) macro
299 #define php_stream_pclose(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE_PERSISTENT)
/PHP-7.4/ext/dba/
H A Ddba.c975 …php_stream_free(info->lock.fp, persistent ? PHP_STREAM_FREE_CLOSE_PERSISTENT : PHP_STREAM_FREE_CLO… in php_dba_open()
977 … php_stream_free(info->fp, persistent ? PHP_STREAM_FREE_CLOSE_PERSISTENT : PHP_STREAM_FREE_CLOSE); in php_dba_open()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c656 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE_PERSISTENT | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
/PHP-7.4/ext/standard/
H A Dfile.c916 (stream->is_persistent ? PHP_STREAM_FREE_CLOSE_PERSISTENT : PHP_STREAM_FREE_CLOSE)); in PHP_FUNCTION()
/PHP-7.4/ext/sockets/
H A Dsockets.c1206 (stream->is_persistent?PHP_STREAM_FREE_CLOSE_PERSISTENT:0));

Completed in 26 milliseconds