Home
last modified time | relevance | path

Searched refs:stream_wrappers (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/main/streams/
H A Dstreams.c59 return (FG(stream_wrappers) ? FG(stream_wrappers) : &url_stream_wrappers_hash); in _php_stream_get_url_stream_wrappers_hash()
1796 if (FG(stream_wrappers)) { in php_shutdown_stream_hashes()
1797 zend_hash_destroy(FG(stream_wrappers)); in php_shutdown_stream_hashes()
1798 efree(FG(stream_wrappers)); in php_shutdown_stream_hashes()
1799 FG(stream_wrappers) = NULL; in php_shutdown_stream_hashes()
1889 ALLOC_HASHTABLE(FG(stream_wrappers)); in clone_wrapper_hash()
1901 if (!FG(stream_wrappers)) { in php_register_url_stream_wrapper_volatile()
1910 if (!FG(stream_wrappers)) { in php_unregister_url_stream_wrapper_volatile()
1914 return zend_hash_del(FG(stream_wrappers), protocol); in php_unregister_url_stream_wrapper_volatile()
1921 HashTable *wrapper_hash = (FG(stream_wrappers) ? FG(stream_wrappers) : &url_stream_wrappers_hash);
[all …]
/PHP-8.2/ext/standard/
H A Dfile.h96 HashTable *stream_wrappers; /* per-request copy of url_stream_wrappers_hash */ member
H A Dbasic_functions.c434 FG(stream_wrappers) = NULL; in PHP_RINIT_FUNCTION()

Completed in 16 milliseconds