Searched refs:isc_buffer_base (Results 1 - 20 of 20) sorted by relevance
| /bind-9.6-ESV-R11/contrib/sdb/bdb/ |
| H A D | zone2bdb.c | 75 key.data = isc_buffer_base(&keybuf); 90 data.data = isc_buffer_base(&databuf);
|
| /bind-9.6-ESV-R11/bin/rndc/ |
| H A D | rndc-confgen.c | 116 (char *)isc_buffer_base(secret)); 332 (char *)isc_buffer_base(&key_txtbuffer), 336 (char *)isc_buffer_base(&key_txtbuffer),
|
| H A D | rndc.c | 217 source.rstart = isc_buffer_base(&ccmsg.buffer); 280 source.rstart = isc_buffer_base(&ccmsg.buffer);
|
| /bind-9.6-ESV-R11/bin/tests/ |
| H A D | sig0_test.c | 122 (char *)isc_buffer_base(&outbuf)); 188 (char *)isc_buffer_base(&outbuf));
|
| /bind-9.6-ESV-R11/bin/tests/system/tkey/ |
| H A D | keycreate.c | 118 (char *)isc_buffer_base(&keynamebuf)); 175 isc_buffer_base(&keybuf),
|
| /bind-9.6-ESV-R11/bin/tests/dst/ |
| H A D | gsstest.c | 169 (char *)isc_buffer_base(&outbuf)); 254 (char *)isc_buffer_base(&outbuf));
|
| /bind-9.6-ESV-R11/bin/named/ |
| H A D | controlconf.c | 365 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 D | lwresd.c | 266 (char *)isc_buffer_base(&b));
|
| H A D | statschannel.c | 975 xmlFree(isc_buffer_base(buffer));
|
| H A D | xfrout.c | 349 (char *)isc_buffer_base(&buf));
|
| /bind-9.6-ESV-R11/lib/isc/include/isc/ |
| H A D | buffer.h | 141 #define isc_buffer_base(b) ((void *)(b)->base) /*a*/ macro
|
| /bind-9.6-ESV-R11/lib/dns/ |
| H A D | tkey.c | 82 (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 D | sdb.c | 421 isc_buffer_base(&rb),
|
| H A D | message.c | 1676 memmove(msg->saved.base, isc_buffer_base(&origsource), 3465 rdata->data = isc_buffer_base(buf);
|
| /bind-9.6-ESV-R11/bin/dig/ |
| H A D | nslookup.c | 197 (char *)isc_buffer_base(&b)); 230 (char *)isc_buffer_base(b));
|
| H A D | dig.c | 632 (char *)isc_buffer_base(buf));
|
| H A D | dighost.c | 1228 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 D | lex.c | 895 r->base = (unsigned char *)isc_buffer_base(source->pushback) +
|
| /bind-9.6-ESV-R11/bin/nsupdate/ |
| H A D | nsupdate.c | 1776 (int)isc_buffer_usedlength(buf), (char*)isc_buffer_base(buf));
|
| /bind-9.6-ESV-R11/lib/isccfg/ |
| H A D | parser.c | 1830 cfg_print_chars(pctx, isc_buffer_base(&buf), isc_buffer_usedlength(&buf));
|
Completed in 296 milliseconds