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

/bind-9.11.3/bin/named/
H A Dnotify.c46 isc_result_t msg_result; local
51 msg_result = dns_message_reply(message, ISC_TRUE);
52 if (msg_result != ISC_R_SUCCESS)
53 msg_result = dns_message_reply(message, ISC_FALSE);
54 if (msg_result != ISC_R_SUCCESS) {
55 ns_client_next(client, msg_result);
H A Dupdate.c1539 isc_result_t msg_result; local
1541 msg_result = dns_message_reply(client->message, ISC_TRUE);
1542 if (msg_result != ISC_R_SUCCESS)
1553 isc_result_totext(msg_result));
1554 ns_client_next(client, msg_result);
/bind-9.11.3/lib/dns/
H A Drrl.c794 isc_result_t msg_result; local
866 msg_result = isc_netaddr_totext(&cidr, &lb);
867 if (msg_result != ISC_R_SUCCESS)

Completed in 16 milliseconds