cwd_globals        77 Zend/zend_virtual_cwd.c virtual_cwd_globals cwd_globals;
cwd_globals       482 Zend/zend_virtual_cwd.c 	cwd_globals_ctor(&cwd_globals);
cwd_globals       494 Zend/zend_virtual_cwd.c 	cwd_globals_dtor(&cwd_globals);
cwd_globals       242 Zend/zend_virtual_cwd.h extern virtual_cwd_globals cwd_globals;
cwd_globals       243 Zend/zend_virtual_cwd.h # define CWDG(v) (cwd_globals.v)
cwd_globals       570 main/main.c    	STD_PHP_INI_ENTRY("realpath_cache_size",	"16K",		PHP_INI_SYSTEM,		OnUpdateLong,	realpath_cache_size_limit,	virtual_cwd_globals,	cwd_globals)
cwd_globals       571 main/main.c    	STD_PHP_INI_ENTRY("realpath_cache_ttl",		"120",		PHP_INI_SYSTEM,		OnUpdateLong,	realpath_cache_ttl,			virtual_cwd_globals,	cwd_globals)