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

/bind-9.11.3/lib/dns/
H A Dclient.c247 static isc_result_t request_soa(updatectx_t *uctx);
249 static isc_result_t send_update(updatectx_t *uctx);
1921 update_sendevent(updatectx_t *uctx, isc_result_t result) { argument
1924 dns_message_destroy(&uctx->updatemsg);
1925 if (uctx->tsigkey != NULL)
1926 dns_tsigkey_detach(&uctx->tsigkey);
1927 if (uctx->sig0key != NULL)
1928 dst_key_free(&uctx->sig0key);
1930 if (uctx->canceled)
1931 uctx
1946 updatectx_t *uctx = event->ev_arg; local
2031 send_update(updatectx_t *uctx) argument
2090 updatectx_t *uctx; local
2201 process_soa(updatectx_t *uctx, dns_rdataset_t *soaset, dns_name_t *soaname) argument
2270 updatectx_t *uctx; local
2454 request_soa(updatectx_t *uctx) argument
2512 updatectx_t *uctx; local
2777 updatectx_t *uctx; local
2828 updatectx_t *uctx; local
3020 updatectx_t *uctx; local
3045 updatectx_t *uctx; local
[all...]

Completed in 14 milliseconds