HomeSort by: relevance | last modified time | path
    Searched defs:isc_buffer_copyregion (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/
buffer.c 430 isc_buffer_copyregion(isc_buffer_t *b, const isc_region_t *r) { 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
  /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

Completed in 25 milliseconds