Home
last modified time | relevance | path

Searched refs:virtual_cwd_globals (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_virtual_cwd.h239 } virtual_cwd_globals; typedef
244 # define CWDG(v) ZEND_TSRMG_FAST(cwd_globals_offset, virtual_cwd_globals *, v)
246 extern virtual_cwd_globals cwd_globals;
H A Dzend_virtual_cwd.c89 virtual_cwd_globals cwd_globals;
143 static void cwd_globals_ctor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_ctor()
169 static void cwd_globals_dtor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_dtor()
209 …ts_allocate_fast_id(&cwd_globals_id, &cwd_globals_offset, sizeof(virtual_cwd_globals), (ts_allocat… in virtual_cwd_startup()
/php-src/main/
H A Dmain.c815 …"4096K", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_size_limit, virtual_cwd_globals, cwd_global…
816 …tl", "120", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_ttl, virtual_cwd_globals, cwd_global…
2741 TSRM_ALIGNED_SIZE(sizeof(virtual_cwd_globals)) + in php_reserve_tsrm_memory()

Completed in 17 milliseconds