Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c542 CWDG(cwd).cwd = NULL; in virtual_cwd_deactivate()
552 state = &CWDG(cwd); in virtual_getcwd_ex()
660 for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { in realpath_cache_clean()
676 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del()
712 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
739 n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_add()
750 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find()
789 return (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_max_buckets()
1963 VCWD_CHDIR(CWDG(cwd).cwd); in virtual_popen()
1986 dir = CWDG(cwd).cwd; in virtual_popen()
[all …]
H A Dzend_virtual_cwd.h241 # define CWDG(v) ZEND_TSRMG(cwd_globals_id, virtual_cwd_globals *, v) macro
244 # define CWDG(v) (cwd_globals.v) macro
/PHP-7.1/TSRM/
H A Dtsrm_win32.c296 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()
/PHP-7.1/main/
H A Dmain.c1675 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()
2265 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()

Completed in 23 milliseconds