Home
last modified time | relevance | path

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

/php-src/main/
H A Drfc1867.c172 ZEND_HASH_MAP_FOREACH_VAL(SG(rfc1867_uploaded_files), el) { in destroy_uploaded_files_hash()
176 zend_hash_destroy(SG(rfc1867_uploaded_files)); in destroy_uploaded_files_hash()
177 FREE_HASHTABLE(SG(rfc1867_uploaded_files)); in destroy_uploaded_files_hash()
752 SG(rfc1867_uploaded_files) = uploaded_files;
1097 zend_hash_add_ptr(SG(rfc1867_uploaded_files), temp_filename, temp_filename);
H A DSAPI.h142 HashTable *rfc1867_uploaded_files; member
H A DSAPI.c459 SG(rfc1867_uploaded_files) = NULL; in sapi_activate()
534 if (SG(rfc1867_uploaded_files)) { in sapi_deactivate_destroy()
/php-src/ext/standard/
H A Dbasic_functions.c2333 if (!SG(rfc1867_uploaded_files)) {
2337 if (zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
2361 if (!SG(rfc1867_uploaded_files)) {
2365 if (!zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
2391 zend_hash_str_del(SG(rfc1867_uploaded_files), path, path_len);
/php-src/sapi/cli/
H A Dphp_cli_server.c2224 SG(rfc1867_uploaded_files) = NULL; in php_cli_server_request_shutdown()
2319 SG(rfc1867_uploaded_files) = NULL; in php_cli_server_dispatch()

Completed in 33 milliseconds