Lines Matching refs:str_table
175 free(tp->str_table); in _nc_wrap_entry()
199 TYPE_MALLOC(char, next_free, tp->str_table); in _nc_wrap_entry()
200 (void) memcpy(tp->str_table, stringbuf, next_free); in _nc_wrap_entry()
202 tp->term_names = tp->str_table + n; in _nc_wrap_entry()
210 tp->Strings[i] = tp->str_table + offsets[i]; in _nc_wrap_entry()
242 ep->uses[i].name = strdup(tp->str_table + useoffsets[i]); in _nc_wrap_entry()
257 char *str_table; in _nc_merge_entry() local
287 if ((str_table = malloc(str_size)) == NULL) in _nc_merge_entry()
289 str_copied = str_table; in _nc_merge_entry()
313 free(to->str_table); in _nc_merge_entry()
314 to->str_table = str_table; in _nc_merge_entry()
315 free(from->str_table); in _nc_merge_entry()
336 if ((str_table = malloc(str_size)) == NULL) in _nc_merge_entry()
338 str_copied = str_table; in _nc_merge_entry()
358 to->ext_str_table = str_table; in _nc_merge_entry()