Lines Matching defs:ISC_R_SUCCESS
95 return ISC_R_SUCCESS;
102 return (db->close(db, 0) == 0) ? ISC_R_SUCCESS : ISC_R_FAILURE;
131 REQUIRE(isc_mem_create(0, 0, &mctx) == ISC_R_SUCCESS);
140 ISC_FALSE, NULL) == ISC_R_SUCCESS);
143 &db) == ISC_R_SUCCESS);
145 REQUIRE(dns_db_load(db, argv[2]) == ISC_R_SUCCESS);
147 REQUIRE(dns_db_createiterator(db, 0, &dbiter) == ISC_R_SUCCESS);
154 for (res = dns_dbiterator_first(dbiter); res == ISC_R_SUCCESS;
158 == ISC_R_SUCCESS);
161 res == ISC_R_SUCCESS;
166 while (res == ISC_R_SUCCESS) {
171 == ISC_R_SUCCESS);
184 REQUIRE(bdb_destroy(bdb) == ISC_R_SUCCESS);