Home
last modified time | relevance | path

Searched refs:wrapper_errors (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/main/streams/
H A Dstreams.c154 if (!FG(wrapper_errors)) { in php_get_wrapper_errors_list()
230 if (wrapper && FG(wrapper_errors)) { in php_stream_tidy_wrapper_error_log()
254 if (!FG(wrapper_errors)) { in php_stream_wrapper_log_error()
255 ALLOC_HASHTABLE(FG(wrapper_errors)); in php_stream_wrapper_log_error()
256 zend_hash_init(FG(wrapper_errors), 8, NULL, in php_stream_wrapper_log_error()
259 zend_hash_find(FG(wrapper_errors), (const char*)&wrapper, in php_stream_wrapper_log_error()
266 zend_hash_update(FG(wrapper_errors), (const char*)&wrapper, in php_stream_wrapper_log_error()
1569 if (FG(wrapper_errors)) { in php_shutdown_stream_hashes()
1570 zend_hash_destroy(FG(wrapper_errors)); in php_shutdown_stream_hashes()
1571 efree(FG(wrapper_errors)); in php_shutdown_stream_hashes()
[all …]
/PHP-5.3/ext/standard/
H A Dfile.h126 HashTable *wrapper_errors; /* key: wrapper address; value: linked list of char* */ member
H A Dfile.c165 FG(wrapper_errors) = NULL; in file_globals_ctor()
H A Dbasic_functions.c3754 FG(wrapper_errors) = NULL; in PHP_RINIT_FUNCTION()

Completed in 49 milliseconds