| /src/external/mpl/bind/dist/tests/isc/ |
| buffer_test.c | 143 ISC_RUN_TEST_IMPL(isc_buffer_copyregion) { 160 result = isc_buffer_copyregion(b, &r); 166 result = isc_buffer_copyregion(b, &r); 281 ISC_TEST_ENTRY(isc_buffer_copyregion)
|
| /src/external/mpl/bind/dist/lib/dns/ |
| gssapi_link.c | 113 result = isc_buffer_copyregion(ctx->buffer, data); 123 (void)isc_buffer_copyregion(newbuffer, &r); 124 (void)isc_buffer_copyregion(newbuffer, data);
|
| openssleddsa_link.c | 159 result = isc_buffer_copyregion(buf, data); 167 (void)isc_buffer_copyregion(nbuf, &r); 168 (void)isc_buffer_copyregion(nbuf, data);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| gssapi_link.c | 102 result = isc_buffer_copyregion(ctx->buffer, data); 112 (void)isc_buffer_copyregion(newbuffer, &r); 113 (void)isc_buffer_copyregion(newbuffer, data);
|
| openssleddsa_link.c | 145 result = isc_buffer_copyregion(buf, data); 153 (void)isc_buffer_copyregion(nbuf, &r); 154 (void)isc_buffer_copyregion(nbuf, data);
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| talink_58.c | 161 RETERR(isc_buffer_copyregion(target, ®ion)); 163 return isc_buffer_copyregion(target, ®ion);
|
| caa_257.c | 483 RETERR(isc_buffer_copyregion(target, ®ion)); 490 return isc_buffer_copyregion(target, ®ion);
|
| minfo_14.c | 199 RETERR(isc_buffer_copyregion(target, ®ion)); 201 return isc_buffer_copyregion(target, ®ion);
|
| rp_17.c | 199 RETERR(isc_buffer_copyregion(target, ®ion)); 201 return isc_buffer_copyregion(target, ®ion);
|
| soa_6.c | 298 RETERR(isc_buffer_copyregion(target, ®ion)); 300 RETERR(isc_buffer_copyregion(target, ®ion));
|
| cname_5.c | 139 return isc_buffer_copyregion(target, ®ion);
|
| dname_39.c | 139 return isc_buffer_copyregion(target, ®ion);
|
| lp_107.c | 149 return isc_buffer_copyregion(target, ®ion);
|
| mb_7.c | 138 return isc_buffer_copyregion(target, ®ion);
|
| md_3.c | 138 return isc_buffer_copyregion(target, ®ion);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| talink_58.c | 159 RETERR(isc_buffer_copyregion(target, ®ion)); 161 return (isc_buffer_copyregion(target, ®ion));
|
| caa_257.c | 484 RETERR(isc_buffer_copyregion(target, ®ion)); 491 return (isc_buffer_copyregion(target, ®ion));
|
| minfo_14.c | 196 RETERR(isc_buffer_copyregion(target, ®ion)); 198 return (isc_buffer_copyregion(target, ®ion));
|
| rp_17.c | 195 RETERR(isc_buffer_copyregion(target, ®ion)); 197 return (isc_buffer_copyregion(target, ®ion));
|
| soa_6.c | 294 RETERR(isc_buffer_copyregion(target, ®ion)); 296 RETERR(isc_buffer_copyregion(target, ®ion));
|
| /src/external/mpl/bind/dist/lib/isccc/ |
| ccmsg.c | 91 eresult = isc_buffer_copyregion(ccmsg->buffer, region);
|
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| px_26.c | 247 RETERR(isc_buffer_copyregion(target, ®ion)); 249 return isc_buffer_copyregion(target, ®ion);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| px_26.c | 245 RETERR(isc_buffer_copyregion(target, ®ion)); 247 return (isc_buffer_copyregion(target, ®ion));
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| buffer.h | 431 isc_buffer_copyregion(isc_buffer_t *restrict b, const isc_region_t *restrict r); 1190 result = isc_buffer_copyregion(dst, ®ion); 1197 isc_buffer_copyregion(isc_buffer_t *restrict b, function
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| buffer.c | 391 result = isc_buffer_copyregion(dst, ®ion); 398 isc_buffer_copyregion(isc_buffer_t *b, const isc_region_t *r) { function
|