Lines Matching refs:destp
912 swap_header_copy(HASHHDR *srcp, HASHHDR *destp) in swap_header_copy() argument
916 P_32_COPY(srcp->magic, destp->magic); in swap_header_copy()
917 P_32_COPY(srcp->version, destp->version); in swap_header_copy()
918 P_32_COPY(srcp->lorder, destp->lorder); in swap_header_copy()
919 P_32_COPY(srcp->bsize, destp->bsize); in swap_header_copy()
920 P_32_COPY(srcp->bshift, destp->bshift); in swap_header_copy()
921 P_32_COPY(srcp->dsize, destp->dsize); in swap_header_copy()
922 P_32_COPY(srcp->ssize, destp->ssize); in swap_header_copy()
923 P_32_COPY(srcp->sshift, destp->sshift); in swap_header_copy()
924 P_32_COPY(srcp->ovfl_point, destp->ovfl_point); in swap_header_copy()
925 P_32_COPY(srcp->last_freed, destp->last_freed); in swap_header_copy()
926 P_32_COPY(srcp->max_bucket, destp->max_bucket); in swap_header_copy()
927 P_32_COPY(srcp->high_mask, destp->high_mask); in swap_header_copy()
928 P_32_COPY(srcp->low_mask, destp->low_mask); in swap_header_copy()
929 P_32_COPY(srcp->ffactor, destp->ffactor); in swap_header_copy()
930 P_32_COPY(srcp->nkeys, destp->nkeys); in swap_header_copy()
931 P_32_COPY(srcp->hdrpages, destp->hdrpages); in swap_header_copy()
932 P_32_COPY(srcp->h_charkey, destp->h_charkey); in swap_header_copy()
934 P_32_COPY(srcp->spares[i], destp->spares[i]); in swap_header_copy()
935 P_16_COPY(srcp->bitmaps[i], destp->bitmaps[i]); in swap_header_copy()