Lines Matching defs:new_entry_count
1311 * paste new_entry_count entries (new_dehs, records) into position
1317 int new_entry_count,
1328 if (new_entry_count == 0)
1358 (DEH_SIZE * new_entry_count));
1365 put_ih_entry_count(ih, ih_entry_count(ih) + new_entry_count);
1372 memcpy(insert_point + DEH_SIZE * new_entry_count, records,
1373 paste_size - DEH_SIZE * new_entry_count);
1377 memmove((char *)(deh + new_entry_count), deh,
1382 memcpy(deh, new_dehs, DEH_SIZE * new_entry_count);
1385 for (i = 0; i < new_entry_count; i++) {
1389 (&new_dehs[new_entry_count - 1]) +
1390 insert_point + DEH_SIZE * new_entry_count -