Lines Matching defs:handle
120 dns_dthandle_t *handle = NULL;
249 result = dns_dt_open(TAPFILE, dns_dtmode_file, mctx, &handle);
252 while (dns_dt_getframe(handle, &data, &dsize) == ISC_R_SUCCESS) {
277 if (handle != NULL)
278 dns_dt_close(&handle);
290 dns_dthandle_t *handle = NULL;
300 result = dns_dt_open(TAPSAVED, dns_dtmode_file, mctx, &handle);
309 while (dns_dt_getframe(handle, &data, &dsize) == ISC_R_SUCCESS) {
349 if (handle != NULL)
350 dns_dt_close(&handle);