Home | History | Annotate | Download | only in check

Lines Matching defs:tresult

474 	isc_result_t tresult;
492 tresult = configure_zone(vclass, view, zconfig, vconfig, config,
494 if (tresult != ISC_R_SUCCESS) {
495 result = tresult;
523 isc_result_t tresult;
542 tresult = config_getclass(classobj, dns_rdataclass_in,
544 if (tresult != ISC_R_SUCCESS) {
545 CHECK(tresult);
554 tresult = configure_view(buf, vname, config, vconfig, mctx,
556 if (tresult != ISC_R_SUCCESS) {
557 result = tresult;
562 tresult = configure_view("IN", "_default", config, NULL, mctx,
564 if (tresult != ISC_R_SUCCESS) {
565 result = tresult;