Searched refs:dns_dthandle_t (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Ddnstap.h85 typedef struct dns_dthandle dns_dthandle_t; typedef in typeref:struct:dns_dthandle
311 isc_mem_t *mctx, dns_dthandle_t **handlep);
314 * reader object in a dns_dthandle_t structure.
341 dns_dt_getframe(dns_dthandle_t *handle, isc_uint8_t **bufp, size_t *sizep);
363 dns_dt_close(dns_dthandle_t **handlep);
/bind-9.11.3/lib/dns/tests/
H A Ddnstap_test.c120 dns_dthandle_t *handle = NULL;
290 dns_dthandle_t *handle = NULL;
/bind-9.11.3/lib/dns/
H A Ddnstap.c844 dns_dthandle_t **handlep)
849 dns_dthandle_t *handle;
903 dns_dt_getframe(dns_dthandle_t *handle, isc_uint8_t **bufp, size_t *sizep) {
928 dns_dt_close(dns_dthandle_t **handlep) {
929 dns_dthandle_t *handle;
/bind-9.11.3/bin/tools/
H A Ddnstap-read.c277 dns_dthandle_t *handle = NULL;

Completed in 24 milliseconds