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

/freebsd-13-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c43 static apr_status_t getpage(apr_sdbm_t *db, long, int, int);
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) {
351 * try again... update curbit and hmask as getpage would have
416 if ((status = getpage(db, 0, 1, 1)) == APR_SUCCESS) {
445 static apr_status_t getpage(apr_sdbm_t *db, long hash, int by_num, int create) function
569 if ((status = getpage(db, db->blkptr, 1, 0)) != APR_SUCCESS)

Completed in 56 milliseconds