HomeSort by: relevance | last modified time | path
    Searched refs:isc_buffer_copyregion (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /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, &region));
163 return isc_buffer_copyregion(target, &region);
caa_257.c 483 RETERR(isc_buffer_copyregion(target, &region));
490 return isc_buffer_copyregion(target, &region);
minfo_14.c 199 RETERR(isc_buffer_copyregion(target, &region));
201 return isc_buffer_copyregion(target, &region);
rp_17.c 199 RETERR(isc_buffer_copyregion(target, &region));
201 return isc_buffer_copyregion(target, &region);
soa_6.c 298 RETERR(isc_buffer_copyregion(target, &region));
300 RETERR(isc_buffer_copyregion(target, &region));
cname_5.c 139 return isc_buffer_copyregion(target, &region);
dname_39.c 139 return isc_buffer_copyregion(target, &region);
lp_107.c 149 return isc_buffer_copyregion(target, &region);
mb_7.c 138 return isc_buffer_copyregion(target, &region);
md_3.c 138 return isc_buffer_copyregion(target, &region);
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
talink_58.c 159 RETERR(isc_buffer_copyregion(target, &region));
161 return (isc_buffer_copyregion(target, &region));
caa_257.c 484 RETERR(isc_buffer_copyregion(target, &region));
491 return (isc_buffer_copyregion(target, &region));
minfo_14.c 196 RETERR(isc_buffer_copyregion(target, &region));
198 return (isc_buffer_copyregion(target, &region));
rp_17.c 195 RETERR(isc_buffer_copyregion(target, &region));
197 return (isc_buffer_copyregion(target, &region));
soa_6.c 294 RETERR(isc_buffer_copyregion(target, &region));
296 RETERR(isc_buffer_copyregion(target, &region));
  /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, &region));
249 return isc_buffer_copyregion(target, &region);
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
px_26.c 245 RETERR(isc_buffer_copyregion(target, &region));
247 return (isc_buffer_copyregion(target, &region));
  /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, &region);
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, &region);
398 isc_buffer_copyregion(isc_buffer_t *b, const isc_region_t *r) { function

Completed in 38 milliseconds

1 2 3 4