Searched refs:new_table (Results 1 – 2 of 2) sorted by relevance
130 table *new_table; in merge_env_dir_configs() local147 new_table = ap_copy_table(p, base->vars); in merge_env_dir_configs()153 ap_table_setn(new_table, elts[i].key, elts[i].val); in merge_env_dir_configs()159 ap_table_unset(new_table, uenv); in merge_env_dir_configs()163 new->vars = new_table; in merge_env_dir_configs()
102 int bpages, hdrsize, new_table, nsegs, save_errno; in __hash_open() local125 new_table = fstat(hashp->fp, &statbuf) == 0 && in __hash_open()128 new_table = 1; in __hash_open()130 if (new_table) { in __hash_open()187 hashp->new_file = new_table; in __hash_open()