Lines Matching defs:target
53 isc_boolean_t space, isc_buffer_t *target)
68 isc_buffer_availableregion(target, ®ion);
72 isc_buffer_add(target, len);
81 dns_ttl_totext(isc_uint32_t src, isc_boolean_t verbose, isc_buffer_t *target) {
93 RETERR(ttlfmt(weeks, "week", verbose, ISC_TF(x > 0), target));
97 RETERR(ttlfmt(days, "day", verbose, ISC_TF(x > 0), target));
101 RETERR(ttlfmt(hours, "hour", verbose, ISC_TF(x > 0), target));
105 RETERR(ttlfmt(mins, "minute", verbose, ISC_TF(x > 0), target));
110 RETERR(ttlfmt(secs, "second", verbose, ISC_TF(x > 0), target));
128 isc_buffer_usedregion(target, ®ion);