Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_env.c130 table *new_table; in merge_env_dir_configs() local
147 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()
/mirbsd/src/lib/libc/db/hash/
Dhash.c102 int bpages, hdrsize, new_table, nsegs, save_errno; in __hash_open() local
125 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()