Searched refs:isc_buffer_usedlength (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dbufferlist.c41 length += isc_buffer_usedlength(buffer);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dbufferlist.c41 length += isc_buffer_usedlength(buffer);
/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Dnsec3hash.c92 salt_length = isc_buffer_usedlength(&buffer);
120 (int)isc_buffer_usedlength(&buffer), text, argv[1], hash_alg, iterations);
H A Disc-hmac-fixup.c134 fprintf(stdout, "%.*s\n", (int)isc_buffer_usedlength(&buf), base64);
/freebsd-9.3-release/contrib/bind9/bin/confgen/
H A Drndc-confgen.c254 (int)isc_buffer_usedlength(&key_txtbuffer),
258 (int)isc_buffer_usedlength(&key_txtbuffer),
H A Dddns-confgen.c208 (int)isc_buffer_usedlength(&key_txtbuffer),
H A Dkeygen.c213 (int)isc_buffer_usedlength(secret),
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dtsigconf.c113 secretlen = isc_buffer_usedlength(&secretbuf);
H A Dlwdgrbn.c267 grbn->realnamelen = isc_buffer_usedlength(&client->recv_buffer) -
268 isc_buffer_usedlength(&b);
H A Dcontrolconf.c465 if (isc_buffer_usedlength(&text) > 0) {
776 keyid->secret.length = isc_buffer_usedlength(&b);
858 keyid->secret.length = isc_buffer_usedlength(&b);
H A Dclient.c1138 (int)isc_buffer_usedlength(&b), buf);
1846 tsigrcode[isc_buffer_usedlength(&b)] = '\0';
1872 tsigrcode[isc_buffer_usedlength(&b)] = '\0';
2843 (int)isc_buffer_usedlength(&buffer),
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dnsec3_50.c104 if (isc_buffer_usedlength(&b) > 0xffU)
106 RETERR(uint8_tobuffer(isc_buffer_usedlength(&b), target));
107 RETERR(mem_tobuffer(target, &bm, isc_buffer_usedlength(&b)));
H A Ddnskey_48.c76 if (alg == DST_ALG_RSAMD5 && isc_buffer_usedlength(target) < 7)
H A Dkey_25.c76 if (alg == DST_ALG_RSAMD5 && isc_buffer_usedlength(target) < 7)
H A Dkeydata_65533.c88 if (alg == DST_ALG_RSAMD5 && isc_buffer_usedlength(target) < 19)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drdata.c541 length = isc_buffer_usedlength(target) - isc_buffer_usedlength(&st);
617 isc_buffer_setactive(src, isc_buffer_usedlength(src));
647 if (isc_buffer_usedlength(buf) != token.value.as_ulong) {
779 length = isc_buffer_usedlength(target) - isc_buffer_usedlength(&st);
934 length = isc_buffer_usedlength(target) - isc_buffer_usedlength(&st);
H A Dtkey.c81 fprintf(stderr, "%.*s\n", (int)isc_buffer_usedlength(&outbuf),
402 isc_buffer_usedlength(&secret),
531 isc_buffer_usedlength(outtoken));
536 tkeyout->keylen = isc_buffer_usedlength(outtoken);
538 isc_buffer_usedlength(outtoken));
1055 tkey.keylen = isc_buffer_usedlength(&token);
H A Dmasterdump.c984 totallen = isc_buffer_usedlength(buffer);
1042 INSIST(isc_buffer_usedlength(buffer) < totallen);
1462 INSIST(isc_buffer_usedlength(&buffer) <=
1465 isc_buffer_usedlength(&buffer),
H A Dtsig.c1088 if (bytes > isc_buffer_usedlength(&sigbuf))
1089 bytes = isc_buffer_usedlength(&sigbuf);
1092 tsig.siglen = isc_buffer_usedlength(&sigbuf);
H A Drootns.c284 databuf[isc_buffer_usedlength(&buffer)] = '\0';
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dbuffer.h155 #define isc_buffer_usedlength(b) ((b)->used) /* d-a */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dbuffer.h155 #define isc_buffer_usedlength(b) ((b)->used) /* d-a */ macro
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c884 if (nsec3.next_length != isc_buffer_usedlength(&b))
1274 (int) isc_buffer_usedlength(&b), buf);
1280 fprintf(stderr, "Expected: %.*s\n", (int) isc_buffer_usedlength(&b),
1287 fprintf(stderr, "Found: %.*s\n", (int) isc_buffer_usedlength(&b), buf);
1558 (int)isc_buffer_usedlength(&buf), buffer);
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dnslookup.c204 printf("Address: %.*s\n", (int)isc_buffer_usedlength(&b),
237 printf("%.*s\n", (int)isc_buffer_usedlength(b),
/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c570 secretlen = isc_buffer_usedlength(&secretbuf);
1501 secretlen = isc_buffer_usedlength(&secretbuf);
1899 (int)isc_buffer_usedlength(buf), (char*)isc_buffer_base(buf));
2171 (int)isc_buffer_usedlength(&b), buf);
2427 serverstr[isc_buffer_usedlength(&buf)] = 0;

Completed in 230 milliseconds

12