Searched refs:dstlen (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dmapper.c346 size_t dstlen; local
370 dstlen = idn_ucs4_strlen(from) + 1;
381 dstlen = tolen;
389 if (buflen[idx] < dstlen) {
393 sizeof(long) * dstlen);
399 buflen[idx] = dstlen;
403 dstlen = buflen[idx];
411 dstlen);
413 dstlen *= 2;
H A Dnormalizer.c255 size_t dstlen; local
279 dstlen = idn_ucs4_strlen(from) + 1;
291 dstlen = tolen;
298 if (buflen[idx] < dstlen) {
302 sizeof(long) * dstlen);
308 buflen[idx] = dstlen;
312 dstlen = buflen[idx];
319 r = (ctx->schemes[i]->proc)(src, dst, dstlen);
321 dstlen *= 2;
/bind-9.11.3/lib/dns/tests/
H A Ddnstest.h87 * uncompressed wire form of that RDATA at "dst", which is "dstlen" bytes long.
92 size_t dstlen, const char *src);
H A Ddnstest.c442 size_t dstlen, const char *src)
480 isc_buffer_init(&target, dst, dstlen);
440 dns_test_rdata_fromstring(dns_rdata_t *rdata, dns_rdataclass_t rdclass, dns_rdatatype_t rdtype, unsigned char *dst, size_t dstlen, const char *src) argument
/bind-9.11.3/lib/dns/include/dns/
H A Dnsec3.h236 size_t dstlen);
243 *\li "dst" to have enough space (as indicated by "dstlen") to hold the
/bind-9.11.3/lib/dns/
H A Dnsec3.c1012 size_t dstlen)
1022 if (dstlen < 2U) {
1025 strlcpy(dst, "-", dstlen);
1031 isc_buffer_init(&b, dst, (unsigned int)dstlen);
1011 dns_nsec3param_salttotext(dns_rdata_nsec3param_t *nsec3param, char *dst, size_t dstlen) argument

Completed in 1701 milliseconds