Lines Matching refs:sz_key
1665 fentry.sz_key = i; in child_to_file()
1689 fentry.sz_key = bufsz - sizeof (fentry); in child_to_file()
1754 if (ntry.sz_key > s_strsz) { in file_to_parent()
1755 s = my_realloc(s, ntry.sz_key, NULL); in file_to_parent()
1756 s_strsz = ntry.sz_key; in file_to_parent()
1759 if (pread(sfd, s, ntry.sz_key, c_offset) != ntry.sz_key) in file_to_parent()
1762 c_offset += ntry.sz_key; in file_to_parent()
1775 if (ntry.sz_key != bfsz) in file_to_parent()
1778 ncp = my_malloc(ntry.sz_key, NULL); in file_to_parent()
1780 if (pread(sfd, ncp, ntry.sz_key, c_offset) != in file_to_parent()
1781 ntry.sz_key) in file_to_parent()
1784 c_offset += ntry.sz_key; in file_to_parent()