Home
last modified time | relevance | path

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

/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c497 state = &CWDG(cwd); in virtual_getcwd_ex()
596 for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { in realpath_cache_clean()
616 unsigned long 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()
683 n = bucket->key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_add()
699 unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find()
738 return (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_max_buckets()
743 return CWDG(realpath_cache); in realpath_cache_get_buckets()
1853 VCWD_CHDIR(CWDG(cwd).cwd); in virtual_popen()
1876 dir = CWDG(cwd).cwd; in virtual_popen()
[all …]
H A Dtsrm_virtual_cwd.h238 # define CWDG(v) TSRMG(cwd_globals_id, virtual_cwd_globals *, v) macro
241 # define CWDG(v) (cwd_globals.v) macro
H A Dtsrm_win32.c280 if (CWDG(realpath_cache_size_limit)) { in tsrm_win32_access()
/PHP-5.4/sapi/litespeed/
H A Dlsapi_main.c509 if ( !CWDG(cwd).cwd || in lsapi_chdir_primary_script()
510 ( strcmp( file_handle->filename, CWDG(cwd).cwd ) != 0 ) ) { in lsapi_chdir_primary_script()
511 CWDG(cwd).cwd_length = p - file_handle->filename; in lsapi_chdir_primary_script()
512 CWDG(cwd).cwd = (char *) realloc(CWDG(cwd).cwd, CWDG(cwd).cwd_length+1); in lsapi_chdir_primary_script()
513 memmove( CWDG(cwd).cwd, file_handle->filename, CWDG(cwd).cwd_length+1 ); in lsapi_chdir_primary_script()
/PHP-5.4/main/
H A Dmain.c1572 CWDG(realpath_cache_size_limit) = 0; in php_request_startup()
2178 CWDG(realpath_cache_size_limit) = 0; in php_module_startup()

Completed in 25 milliseconds