Searched refs:exhash (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c51 #define exhash(item) sdbm_hash((item).dptr, (item).dsize) macro
197 if ((status = getpage(db, exhash(key), 0, 1)) == APR_SUCCESS) {
231 if ((status = getpage(db, exhash(key), 0, 1)) == APR_SUCCESS) {
265 if ((status = getpage(db, (hash = exhash(key)), 0, 1)) == APR_SUCCESS) {
H A Dsdbm_pair.c35 #define exhash(item) sdbm_hash((item).dptr, (item).dsize) macro
280 (void) putpair((exhash(key) & sbit) ? new : pag, key, val);

Completed in 117 milliseconds