Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Drfc1867.c171 ZEND_HASH_MAP_FOREACH_VAL(SG(rfc1867_uploaded_files), el) { in destroy_uploaded_files_hash()
175 zend_hash_destroy(SG(rfc1867_uploaded_files)); in destroy_uploaded_files_hash()
176 FREE_HASHTABLE(SG(rfc1867_uploaded_files)); in destroy_uploaded_files_hash()
177 SG(rfc1867_uploaded_files) = NULL; in destroy_uploaded_files_hash()
750 SG(rfc1867_uploaded_files) = uploaded_files;
1095 zend_hash_add_ptr(SG(rfc1867_uploaded_files), temp_filename, temp_filename);
H A DSAPI.h122 HashTable *rfc1867_uploaded_files; member
H A DSAPI.c459 SG(rfc1867_uploaded_files) = NULL; in sapi_activate()
532 if (SG(rfc1867_uploaded_files)) { in sapi_deactivate_destroy()
/PHP-8.3/ext/standard/
H A Dbasic_functions.c2372 if (!SG(rfc1867_uploaded_files)) {
2376 if (zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
2400 if (!SG(rfc1867_uploaded_files)) {
2404 if (!zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
2430 zend_hash_str_del(SG(rfc1867_uploaded_files), path, path_len);
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c2231 SG(rfc1867_uploaded_files) = NULL; in php_cli_server_request_shutdown()
2331 SG(rfc1867_uploaded_files) = NULL; in php_cli_server_dispatch()

Completed in 29 milliseconds