Searched defs:bdbhptres (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_bdbhpt_driver.c332 int bdbhptres; local
364 while ((bdbhptres = xfr_cursor->c_get(xfr_cursor, &xfr_key, &xfr_data,
387 while ((bdbhptres = dns_cursor->c_get(dns_cursor, &dns_key,
539 int bdbhptres; local
574 while ((bdbhptres = data_cursor->c_get(data_cursor, &key, &data,
655 int bdbhptres; local
732 bdbhptres = db_env_create(&db->dbenv, 0);
733 if (bdbhptres != 0) {
738 db_strerror(bdbhptres));
744 bdbhptres
[all...]
/bind-9.11.3/contrib/dlz/modules/bdbhpt/
H A Ddlz_bdbhpt_dynamic.c333 int bdbhptres; local
363 while ((bdbhptres = xfr_cursor->c_get(xfr_cursor, &xfr_key,
386 while ((bdbhptres = dns_cursor->c_get(dns_cursor,
542 int bdbhptres; local
578 while ((bdbhptres = data_cursor->c_get(data_cursor, &key, &data,
659 int bdbhptres; local
732 bdbhptres = db_env_create(&db->dbenv, 0);
733 if (bdbhptres != 0) {
736 "BerkeleyDB error: %s", db_strerror(bdbhptres));
742 bdbhptres
[all...]

Completed in 298 milliseconds