Lines Matching refs:rootent
567 fileid, pgno, pgdbt, nrec, rootent, rootlsn) in __bam_rsplit_log() argument
576 const DBT *rootent;
598 + sizeof(u_int32_t) + (rootent == NULL ? 0 : rootent->size)
626 if (rootent == NULL) {
631 memcpy(bp, &rootent->size, sizeof(rootent->size));
632 bp += sizeof(rootent->size);
633 memcpy(bp, rootent->data, rootent->size);
634 bp += rootent->size;
697 for (i = 0; i < argp->rootent.size; i++) {
698 ch = ((u_int8_t *)argp->rootent.data)[i];
746 memcpy(&argp->rootent.size, bp, sizeof(u_int32_t));
748 argp->rootent.data = bp;
749 bp += argp->rootent.size;