Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c474 if (CWDG(cwd).cwd == NULL) { in virtual_cwd_activate()
485 CWDG(cwd).cwd = NULL; in virtual_cwd_deactivate()
495 state = &CWDG(cwd); in virtual_getcwd_ex()
600 for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { in realpath_cache_clean()
616 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del()
652 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
679 n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_add()
690 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find()
729 return (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_max_buckets()
1904 dir = CWDG(cwd).cwd; in virtual_popen()
[all …]
H A Dzend_virtual_cwd.h211 # define CWDG(v) ZEND_TSRMG(cwd_globals_id, virtual_cwd_globals *, v) macro
214 # define CWDG(v) (cwd_globals.v) macro
/PHP-7.3/TSRM/
H A Dtsrm_win32.c275 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()
/PHP-7.3/main/
H A Dmain.c1804 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()
2303 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()

Completed in 34 milliseconds