Searched refs:sigresult (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/named/include/named/
H A Dupdate.h39 ns_update_start(ns_client_t *client, isc_result_t sigresult);
/bind-9.11.3/bin/named/
H A Dclient.c2226 isc_result_t sigresult = ISC_R_SUCCESS; local
2615 sigresult = dns_message_rechecksig(client->message,
2617 if (sigresult == ISC_R_SUCCESS) {
2766 ns_client_error(client, sigresult);
2837 ns_update_start(client, sigresult);
H A Dupdate.c1558 ns_update_start(ns_client_t *client, isc_result_t sigresult) { argument
1615 if (sigresult != ISC_R_SUCCESS)
1616 FAIL(sigresult);

Completed in 293 milliseconds