Lines Matching refs:target

96        isc_buffer_t *target)  in indent()  argument
113 isc_buffer_availableregion(target, &r); in indent()
127 isc_buffer_add(target, ntabs); in indent()
134 isc_buffer_availableregion(target, &r); in indent()
148 isc_buffer_add(target, nspaces); in indent()
225 ctx->style.tab_width, target)) \
242 isc_buffer_t *target) in rdataset_totext() argument
264 RETERR(isc_str_tobuffer(";", target)); in rdataset_totext()
273 unsigned int name_start = target->used; in rdataset_totext()
276 target)); in rdataset_totext()
277 column += target->used - name_start; in rdataset_totext()
296 isc_buffer_availableregion(target, &r); in rdataset_totext()
300 isc_buffer_add(target, length); in rdataset_totext()
322 class_start = target->used; in rdataset_totext()
324 target); in rdataset_totext()
327 column += (target->used - class_start); in rdataset_totext()
337 type_start = target->used; in rdataset_totext()
342 if (isc_buffer_availablelength(target) < in rdataset_totext()
345 isc_buffer_putstr(target, KEYDATA); in rdataset_totext()
350 result = dns_rdatatype_totext(type, target); in rdataset_totext()
354 column += (target->used - type_start); in rdataset_totext()
374 target)); in rdataset_totext()
376 isc_buffer_availableregion(target, &r); in rdataset_totext()
380 isc_buffer_add(target, 1); in rdataset_totext()
414 isc_buffer_t *target) in question_totext() argument
427 unsigned int name_start = target->used; in question_totext()
430 target)); in question_totext()
431 column += target->used - name_start; in question_totext()
438 class_start = target->used; in question_totext()
439 result = dns_rdataclass_totext(rdataset->rdclass, target); in question_totext()
442 column += (target->used - class_start); in question_totext()
449 type_start = target->used; in question_totext()
450 result = dns_rdatatype_totext(rdataset->type, target); in question_totext()
453 column += (target->used - type_start); in question_totext()
456 isc_buffer_availableregion(target, &r); in question_totext()
460 isc_buffer_add(target, 1); in question_totext()
470 isc_buffer_t *target) in dns_rdataset_totext() argument
492 omit_final_dot, target)); in dns_rdataset_totext()
495 omit_final_dot, target)); in dns_rdataset_totext()
502 isc_buffer_t *target) in dns_master_rdatasettotext() argument
514 0, target)); in dns_master_rdatasettotext()
521 isc_buffer_t *target) in dns_master_questiontotext() argument
533 0, target)); in dns_master_questiontotext()