HomeSort by: relevance | last modified time | path
    Searched refs:ovfl_point (Results 1 - 2 of 2) 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);

Completed in 14 milliseconds