HomeSort by: relevance | last modified time | path
    Searched refs:OVFL_POINT (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/hash/
hash.h 76 int32_t ovfl_point; /* Where overflow pages are being member in struct:hashhdr
287 #define OVFL_POINT hdr.ovfl_point
hash.c 178 bpages = (hashp->SPARES[hashp->OVFL_POINT] +
223 "OVFL POINT ", hashp->OVFL_POINT,
361 hashp->OVFL_POINT = l2;
864 if (spare_ndx > hashp->OVFL_POINT) {
865 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT];
866 hashp->OVFL_POINT = spare_ndx;
961 P_32_COPY(srcp->ovfl_point, destp->ovfl_point);
992 M_32_SWAP(hdrp->ovfl_point);
hash_page.c 684 splitnum = hashp->OVFL_POINT;
728 hashp->OVFL_POINT = splitnum;
768 hashp->OVFL_POINT = splitnum;

Completed in 13 milliseconds