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

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_bdbhpt_driver.c340 int bdbhptres; local
372 while ((bdbhptres = xfr_cursor->c_get(xfr_cursor, &xfr_key, &xfr_data,
395 while ((bdbhptres = dns_cursor->c_get(dns_cursor, &dns_key,
543 int bdbhptres; local
576 while ((bdbhptres = data_cursor->c_get(data_cursor, &key, &data,
657 int bdbhptres; local
734 bdbhptres = db_env_create(&db->dbenv, 0);
735 if (bdbhptres != 0) {
740 db_strerror(bdbhptres));
746 bdbhptres
[all...]

Completed in 9 milliseconds