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

  /src/external/mpl/bind/dist/lib/dns/
message.c 1698 isc_buffer_t origsource; local
1709 origsource = *source;
1715 isc_buffer_usedregion(&origsource, &msg->saved);
1717 msg->saved.length = isc_buffer_usedlength(&origsource);
1719 memmove(msg->saved.base, isc_buffer_base(&origsource),
  /src/external/mpl/dhcp/bind/dist/lib/dns/
message.c 1789 isc_buffer_t origsource; local
1800 origsource = *source;
1806 isc_buffer_usedregion(&origsource, &msg->saved);
1808 msg->saved.length = isc_buffer_usedlength(&origsource);
1810 memmove(msg->saved.base, isc_buffer_base(&origsource),

Completed in 28 milliseconds