Searched refs:new_table (Results 1 – 3 of 3) sorted by relevance
534 char *new_table; in copy_termtype() local555 new_table = NULL; in copy_termtype()561 dst->term_names = new_table + str_size; in copy_termtype()571 _nc_STRCPY(new_table + str_size, in copy_termtype()574 dst->Strings[i] = new_table + str_size; in copy_termtype()580 dst->str_table = new_table; in copy_termtype()583 if ((new_table = malloc(str_size)) == NULL) in copy_termtype()637 new_table = NULL; in copy_termtype()647 _nc_STRCPY(new_table + str_size, in copy_termtype()659 _nc_STRCPY(new_table + str_size, in copy_termtype()[all …]
98 int bpages, hdrsize, new_table, nsegs, save_errno; in __hash_open() local120 new_table = fstat(hashp->fp, &statbuf) == 0 && in __hash_open()123 new_table = 1; in __hash_open()125 if (new_table) { in __hash_open()180 hashp->new_file = new_table; in __hash_open()
168 struct dc_dp_mst_stream_allocation_table new_table = { 0 }; in fill_dc_mst_payload_table_from_drm() 202 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm() 205 new_table.stream_count++; in fill_dc_mst_payload_table_from_drm() 210 *table = new_table; in dm_helpers_dp_update_branch_info() 164 struct dc_dp_mst_stream_allocation_table new_table = { 0 }; fill_dc_mst_payload_table_from_drm() local