Searched refs:split_buf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h56 PAGE *split_buf; /* Temporary buffer for splits. */ member in struct:cursor_t
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h109 u_int16_t *split_buf; /* Temporary buffer for splits */ member in struct:htab
H A Dhash.c233 hashp->split_buf = (PAGE16 *)malloc(hashp->hdr.bsize);
234 if (!hashp->split_buf)
533 if (hashp->split_buf)
534 free(hashp->split_buf);
H A Dhash_page.c460 temp_pagep = hashp->split_buf;
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c293 __os_malloc(dbc->dbp->pgsize, NULL, &new_curs->split_buf)) != 0) {
340 if (hcp->split_buf != NULL)
341 __os_free(hcp->split_buf, dbc->dbp->pgsize);
H A Dhash_page.c212 * hlock, hdr, split_buf, stats
1089 temp_pagep = hcp->split_buf;

Completed in 515 milliseconds