Lines Matching defs:ISC_R_SUCCESS
104 if (ret != ISC_R_SUCCESS) {
116 } while (dns_rdataset_next(&rdataset) == ISC_R_SUCCESS);
125 return ISC_R_SUCCESS;
160 if (ret != ISC_R_SUCCESS) {
168 NULL) == ISC_R_SUCCESS);
220 NULL) == ISC_R_SUCCESS);
234 if (ret != ISC_R_SUCCESS) {
249 if (ret != ISC_R_SUCCESS) {
255 if (ret != ISC_R_SUCCESS) {
263 if (ret != ISC_R_SUCCESS) {
269 NULL) == ISC_R_SUCCESS);
283 if (ret != ISC_R_SUCCESS) {
305 if (ret != ISC_R_SUCCESS) {
316 if (ret != ISC_R_SUCCESS) {
324 if (ret != ISC_R_SUCCESS) {
331 if (ret != ISC_R_SUCCESS) {
378 if (ret != ISC_R_SUCCESS) {
436 if (ret != ISC_R_SUCCESS) {
444 if (ret != ISC_R_SUCCESS) {
454 NULL) == ISC_R_SUCCESS);
479 if (ret != ISC_R_SUCCESS) {
502 if (ret != ISC_R_SUCCESS) {
517 if (ret != ISC_R_SUCCESS) {
521 if (ret != ISC_R_SUCCESS) {
529 if (ret == ISC_R_SUCCESS && downcase) {
538 } else if (ret == ISC_R_SUCCESS) {
557 if (ret != ISC_R_SUCCESS) {
561 if (ret == ISC_R_SUCCESS && labels - sig.labels > 0) {
566 wild, NULL) == ISC_R_SUCCESS);
585 RUNTIME_CHECK(result == ISC_R_SUCCESS);
589 if (ret != ISC_R_SUCCESS) {
593 if (ret != ISC_R_SUCCESS) {
649 RUNTIME_CHECK(result == ISC_R_SUCCESS);
660 if (result == ISC_R_SUCCESS) {
668 if (result == ISC_R_SUCCESS && when <= now) {
672 if (result == ISC_R_SUCCESS && when < now) {
699 RUNTIME_CHECK(result == ISC_R_SUCCESS);
710 if (result == ISC_R_SUCCESS) {
717 if (result != ISC_R_SUCCESS) {
850 return ISC_R_SUCCESS;
979 if (result != ISC_R_SUCCESS) {
990 return ISC_R_SUCCESS;
1041 if (result != ISC_R_SUCCESS) {
1045 RUNTIME_CHECK(result == ISC_R_SUCCESS);
1048 for (result = dns_rdataset_first(sigrdataset); result == ISC_R_SUCCESS;
1054 RUNTIME_CHECK(result == ISC_R_SUCCESS);
1060 if (result == ISC_R_SUCCESS) {
1098 if (result != ISC_R_SUCCESS) {
1102 if (result != ISC_R_SUCCESS) {
1108 INSIST(result == ISC_R_SUCCESS);
1210 while (isc_dir_read(&dir) == ISC_R_SUCCESS) {
1262 if (result != ISC_R_SUCCESS) {
1284 result = match ? ISC_R_SUCCESS : ISC_R_NOTFOUND;
1305 isc_result_t result = ISC_R_SUCCESS;
1347 result = ISC_R_SUCCESS;
1429 isc_result_t result = ISC_R_SUCCESS;
1447 result == ISC_R_SUCCESS; result = dns_rdataset_next(&sigs))
1454 RUNTIME_CHECK(result == ISC_R_SUCCESS);
1465 result = ISC_R_SUCCESS;
1496 if (result == ISC_R_SUCCESS) {
1524 for (result = dns_rdataset_first(&keys); result == ISC_R_SUCCESS;
1561 result = ISC_R_SUCCESS;
1594 if (result == ISC_R_SUCCESS &&
1603 if (result != ISC_R_SUCCESS) {
1617 if (result2 != ISC_R_SUCCESS) {
1679 result = ISC_R_SUCCESS;
1706 if (result != ISC_R_SUCCESS) {
1714 return ISC_R_SUCCESS;
1726 return ISC_R_SUCCESS;
1738 return ISC_R_SUCCESS;
1805 for (result = dns_rdataset_first(&trdataset); result == ISC_R_SUCCESS;
1824 isc_result_t r = ISC_R_SUCCESS;
1830 if (r != ISC_R_SUCCESS) {
1859 isc_result_t r = ISC_R_SUCCESS;
1865 if (r != ISC_R_SUCCESS) {
1980 return ISC_R_SUCCESS;
2020 result = ISC_R_SUCCESS;
2099 return ISC_R_SUCCESS;
2336 result = ISC_R_SUCCESS;
2353 RUNTIME_CHECK(result == ISC_R_SUCCESS);
2355 for (result = dns_rdataset_first(keyset); result == ISC_R_SUCCESS;
2364 RUNTIME_CHECK(result == ISC_R_SUCCESS);
2375 if (result != ISC_R_SUCCESS) {