Searched refs:cwd_g (Results 1 – 1 of 1) sorted by relevance
143 static void cwd_globals_ctor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_ctor() argument145 CWD_STATE_COPY(&cwd_g->cwd, &main_cwd_state); in cwd_globals_ctor()146 cwd_g->realpath_cache_size = 0; in cwd_globals_ctor()147 cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; in cwd_globals_ctor()148 cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL; in cwd_globals_ctor()149 memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); in cwd_globals_ctor()169 static void cwd_globals_dtor(virtual_cwd_globals *cwd_g) /* {{{ */ in cwd_globals_dtor() argument171 …alpath_cache_clean_helper(sizeof(cwd_g->realpath_cache)/sizeof(cwd_g->realpath_cache[0]), cwd_g->r… in cwd_globals_dtor()
Completed in 7 milliseconds