Searched refs:isc_buffer_base (Results 1 - 20 of 20) sorted by relevance

/bind-9.6-ESV-R11/contrib/sdb/bdb/
H A Dzone2bdb.c75 key.data = isc_buffer_base(&keybuf);
90 data.data = isc_buffer_base(&databuf);
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc-confgen.c116 (char *)isc_buffer_base(secret));
332 (char *)isc_buffer_base(&key_txtbuffer),
336 (char *)isc_buffer_base(&key_txtbuffer),
H A Drndc.c217 source.rstart = isc_buffer_base(&ccmsg.buffer);
280 source.rstart = isc_buffer_base(&ccmsg.buffer);
/bind-9.6-ESV-R11/bin/tests/
H A Dsig0_test.c122 (char *)isc_buffer_base(&outbuf));
188 (char *)isc_buffer_base(&outbuf));
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeycreate.c118 (char *)isc_buffer_base(&keynamebuf));
175 isc_buffer_base(&keybuf),
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c169 (char *)isc_buffer_base(&outbuf));
254 (char *)isc_buffer_base(&outbuf));
/bind-9.6-ESV-R11/bin/named/
H A Dcontrolconf.c365 ccregion.rstart = isc_buffer_base(&conn->ccmsg.buffer);
470 char *str = (char *)isc_buffer_base(&text);
787 memmove(keyid->secret.base, isc_buffer_base(&b),
867 memmove(keyid->secret.base, isc_buffer_base(&b),
H A Dlwresd.c266 (char *)isc_buffer_base(&b));
H A Dstatschannel.c975 xmlFree(isc_buffer_base(buffer));
H A Dxfrout.c349 (char *)isc_buffer_base(&buf));
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dbuffer.h141 #define isc_buffer_base(b) ((void *)(b)->base) /*a*/ macro
/bind-9.6-ESV-R11/lib/dns/
H A Dtkey.c82 (char *)isc_buffer_base(&outbuf));
397 isc_buffer_base(&secret),
519 memmove(tkeyout->key, isc_buffer_base(outtoken),
1033 tkey.key = isc_buffer_base(&token);
H A Dsdb.c421 isc_buffer_base(&rb),
H A Dmessage.c1676 memmove(msg->saved.base, isc_buffer_base(&origsource),
3465 rdata->data = isc_buffer_base(buf);
/bind-9.6-ESV-R11/bin/dig/
H A Dnslookup.c197 (char *)isc_buffer_base(&b));
230 (char *)isc_buffer_base(b));
H A Ddig.c632 (char *)isc_buffer_base(buf));
H A Ddighost.c1228 rdata->data = isc_buffer_base(b);
3764 memmove(tmp1, (char *)isc_buffer_base(buffer) + used_org, fromlen);
/bind-9.6-ESV-R11/lib/isc/
H A Dlex.c895 r->base = (unsigned char *)isc_buffer_base(source->pushback) +
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c1776 (int)isc_buffer_usedlength(buf), (char*)isc_buffer_base(buf));
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c1830 cfg_print_chars(pctx, isc_buffer_base(&buf), isc_buffer_usedlength(&buf));

Completed in 296 milliseconds