Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c149 static void cwd_globals_ctor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_ctor() argument
151 CWD_STATE_COPY(&cwd_g->cwd, &main_cwd_state); in cwd_globals_ctor()
152 cwd_g->realpath_cache_size = 0; in cwd_globals_ctor()
153 cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; in cwd_globals_ctor()
154 cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL; in cwd_globals_ctor()
155 memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); in cwd_globals_ctor()
175 static void cwd_globals_dtor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_dtor() argument
177 …alpath_cache_clean_helper(sizeof(cwd_g->realpath_cache)/sizeof(cwd_g->realpath_cache[0]), cwd_g->r… in cwd_globals_dtor()

Completed in 9 milliseconds