Searched refs:CWDG (Results 1 – 4 of 4) sorted by relevance
467 if (CWDG(cwd).cwd == NULL) { in virtual_cwd_activate()478 CWDG(cwd).cwd = NULL; in virtual_cwd_deactivate()488 state = &CWDG(cwd); in virtual_getcwd_ex()593 for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { in realpath_cache_clean()609 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del()645 if (CWDG(realpath_cache_size) + size <= CWDG(realpath_cache_size_limit)) { in realpath_cache_add()672 n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_add()683 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find()722 return (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_max_buckets()1864 dir = CWDG(cwd).cwd; in virtual_popen()[all …]
228 # define CWDG(v) ZEND_TSRMG(cwd_globals_id, virtual_cwd_globals *, v) macro231 # define CWDG(v) (cwd_globals.v) macro
294 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()
1671 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()2279 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()
Completed in 23 milliseconds