Lines Matching refs:srcp
949 swap_header_copy(HASHHDR *srcp, HASHHDR *destp) in swap_header_copy() argument
953 P_32_COPY(srcp->magic, destp->magic); in swap_header_copy()
954 P_32_COPY(srcp->version, destp->version); in swap_header_copy()
955 P_32_COPY(srcp->lorder, destp->lorder); in swap_header_copy()
956 P_32_COPY(srcp->bsize, destp->bsize); in swap_header_copy()
957 P_32_COPY(srcp->bshift, destp->bshift); in swap_header_copy()
958 P_32_COPY(srcp->dsize, destp->dsize); in swap_header_copy()
959 P_32_COPY(srcp->ssize, destp->ssize); in swap_header_copy()
960 P_32_COPY(srcp->sshift, destp->sshift); in swap_header_copy()
961 P_32_COPY(srcp->ovfl_point, destp->ovfl_point); in swap_header_copy()
962 P_32_COPY(srcp->last_freed, destp->last_freed); in swap_header_copy()
963 P_32_COPY(srcp->max_bucket, destp->max_bucket); in swap_header_copy()
964 P_32_COPY(srcp->high_mask, destp->high_mask); in swap_header_copy()
965 P_32_COPY(srcp->low_mask, destp->low_mask); in swap_header_copy()
966 P_32_COPY(srcp->ffactor, destp->ffactor); in swap_header_copy()
967 P_32_COPY(srcp->nkeys, destp->nkeys); in swap_header_copy()
968 P_32_COPY(srcp->hdrpages, destp->hdrpages); in swap_header_copy()
969 P_32_COPY(srcp->h_charkey, destp->h_charkey); in swap_header_copy()
971 P_32_COPY(srcp->spares[i], destp->spares[i]); in swap_header_copy()
972 P_16_COPY(srcp->bitmaps[i], destp->bitmaps[i]); in swap_header_copy()