Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c391 static void cwd_globals_ctor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_ctor() argument
393 CWD_STATE_COPY(&cwd_g->cwd, &main_cwd_state); in cwd_globals_ctor()
394 cwd_g->realpath_cache_size = 0; in cwd_globals_ctor()
395 cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; in cwd_globals_ctor()
396 cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL; in cwd_globals_ctor()
397 memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); in cwd_globals_ctor()
401 static void cwd_globals_dtor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_dtor() argument

Completed in 9 milliseconds