Home
last modified time | relevance | path

Searched refs:split_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.c204 hashp->split_buf = (PAGE16 *)malloc(hashp->hdr.bsize); in __kdb2_hash_open()
205 if (!hashp->split_buf) in __kdb2_hash_open()
482 if (hashp->split_buf) in hdestroy()
483 free(hashp->split_buf); in hdestroy()
H A Dhash.h95 u_int16_t *split_buf; /* Temporary buffer for splits */ member
H A Dhash_page.c412 temp_pagep = hashp->split_buf; in __split_page()