Searched refs:tempdir_allocated (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dclean-temp.c106 size_t tempdir_allocated; member in struct:__anon6466
278 if (cleanup_list.tempdir_count == cleanup_list.tempdir_allocated)
283 size_t old_allocated = cleanup_list.tempdir_allocated;
284 size_t new_allocated = 2 * cleanup_list.tempdir_allocated + 1;
303 cleanup_list.tempdir_allocated = new_allocated;

Completed in 67 milliseconds