cwd_globals        81 Zend/zend_virtual_cwd.c virtual_cwd_globals cwd_globals;
cwd_globals       480 Zend/zend_virtual_cwd.c 	cwd_globals_ctor(&cwd_globals TSRMLS_CC);
cwd_globals       492 Zend/zend_virtual_cwd.c 	cwd_globals_dtor(&cwd_globals TSRMLS_CC);
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       637 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       638 main/main.c    	STD_PHP_INI_ENTRY("realpath_cache_ttl",		"120",		PHP_INI_SYSTEM,		OnUpdateLong,	realpath_cache_ttl,			virtual_cwd_globals,	cwd_globals)