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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h95 u_int16_t *split_buf; /* Temporary buffer for splits */ member in struct:htab
H A Dhash.c224 hashp->split_buf = (PAGE16 *)malloc(hashp->hdr.bsize);
225 if (!hashp->split_buf)
523 if (hashp->split_buf)
524 free(hashp->split_buf);
H A Dhash_page.c470 temp_pagep = hashp->split_buf;
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dhash.h56 PAGE *split_buf; /* Temporary buffer for splits. */ member in struct:cursor_t
/osnet-11/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 26 milliseconds