Searched refs:virtual_cwd_globals (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/TSRM/ |
H A D | tsrm_virtual_cwd.h | 234 } virtual_cwd_globals; typedef 238 # define CWDG(v) TSRMG(cwd_globals_id, virtual_cwd_globals *, v) 240 extern virtual_cwd_globals cwd_globals;
|
H A D | tsrm_virtual_cwd.c | 80 virtual_cwd_globals cwd_globals; 420 static void cwd_globals_ctor(virtual_cwd_globals *cwd_g TSRMLS_DC) /* {{{ */ in cwd_globals_ctor() 430 static void cwd_globals_dtor(virtual_cwd_globals *cwd_g TSRMLS_DC) /* {{{ */ in cwd_globals_dtor() 469 …ts_allocate_id(&cwd_globals_id, sizeof(virtual_cwd_globals), (ts_allocate_ctor) cwd_globals_ctor, … in virtual_cwd_startup()
|
/PHP-5.4/main/ |
H A D | main.c | 567 … "16K", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_size_limit, virtual_cwd_globals, cwd_global… 568 …tl", "120", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_ttl, virtual_cwd_globals, cwd_global…
|
Completed in 19 milliseconds