Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c445 static void cwd_globals_ctor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_ctor() argument
447 CWD_STATE_COPY(&cwd_g->cwd, &main_cwd_state); in cwd_globals_ctor()
448 cwd_g->realpath_cache_size = 0; in cwd_globals_ctor()
449 cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; in cwd_globals_ctor()
450 cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL; in cwd_globals_ctor()
451 memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); in cwd_globals_ctor()
455 static void cwd_globals_dtor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_dtor() argument

Completed in 11 milliseconds