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

  /src/lib/libc/db/hash/
hash_bigkey.c 436 hashp->cpage = NULL;
440 hashp->cpage = __get_buf(hashp,
442 if (!hashp->cpage)
446 hashp->cpage->page)[0]) {
448 hashp->cpage = NULL;
494 hashp->cpage = NULL;
497 hashp->cpage =
500 if (!hashp->cpage)
502 else if (!((uint16_t *)(void *)hashp->cpage->page)[0]) {
504 hashp->cpage = NULL
    [all...]
hash.c 699 if (ndx != hashp->cndx - 2 || rbufp != hashp->cpage)
711 hashp->cpage = NULL;
741 hashp->cpage = NULL;
746 if (!(bufp = hashp->cpage)) {
753 hashp->cpage = bufp;
776 hashp->cpage = NULL;
788 bufp = hashp->cpage =
797 hashp->cpage = NULL;
807 if (hashp->cpage == NULL)
809 key->data = (uint8_t *)hashp->cpage->page + bp[ndx]
    [all...]
hash.h 104 BUFHEAD *cpage; /* Current page */ member in struct:htab
106 int cndx; /* Index of next item on cpage */

Completed in 12 milliseconds