Lines Matching defs:cpy_bytes
416 int item_num, int cpy_bytes)
421 RFALSE(cpy_bytes == -1,
432 item_num, 0, cpy_bytes);
439 * 'cpy_bytes'; create new item header; change old
443 put_ih_item_len(&n_ih, cpy_bytes);
445 RFALSE(cpy_bytes == ih_item_len(ih)
467 ih_entry_count(ih) - cpy_bytes,
468 cpy_bytes);
475 * 'cpy_bytes'; create new item header;
486 ih_item_len(ih) - cpy_bytes);
491 RFALSE(!cpy_bytes && get_ih_free_space(ih),
496 cpy_bytes) / UNFM_P_SIZE *
503 put_ih_item_len(&n_ih, cpy_bytes);
510 ih_item_len(ih) - cpy_bytes, 0);
516 * If cpy_bytes equals minus one than copy cpy_num whole items from SOURCE
517 * to DEST. If cpy_bytes not equal to minus one than copy cpy_num-1 whole
522 int last_first, int cpy_num, int cpy_bytes)
543 bytes = cpy_bytes;
556 if (cpy_bytes == -1)
576 cpy_num + pos - 1, cpy_bytes);
582 bytes = cpy_bytes;
598 if (cpy_bytes == -1) {
618 cpy_bytes);