Home
last modified time | relevance | path

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

/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Denv_region.c31 static int CDB___db_des_get __P((DB_ENV *, REGINFO *, REGINFO *, REGION **));
277 if ((ret = CDB___db_des_get(dbenv, infop, infop, &rp)) != 0)
398 if ((ret = CDB___db_des_get(dbenv, infop, infop, &rp)) != 0)
836 if ((ret = CDB___db_des_get(dbenv, dbenv->reginfo, infop, &rp)) != 0) {
957 CDB___db_des_get(dbenv, env_infop, infop, rpp) in CDB___db_des_get() function