Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c530 CWDG(cwd).cwd = NULL; in virtual_cwd_deactivate()
540 state = &CWDG(cwd); in virtual_getcwd_ex()
648 for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { in realpath_cache_clean()
664 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del()
700 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()
727 n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_add()
738 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find()
777 return (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_max_buckets()
1860 VCWD_CHDIR(CWDG(cwd).cwd); in virtual_popen()
1883 dir = CWDG(cwd).cwd; in virtual_popen()
[all …]
H A Dzend_virtual_cwd.h240 # define CWDG(v) ZEND_TSRMG(cwd_globals_id, virtual_cwd_globals *, v) macro
243 # define CWDG(v) (cwd_globals.v) macro
/PHP-7.0/TSRM/
H A Dtsrm_win32.c282 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()
/PHP-7.0/main/
H A Dmain.c1627 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()
2204 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()

Completed in 25 milliseconds