Searched defs:origsource (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dmessage.c1661 isc_buffer_t origsource; local
1672 origsource = *source;
1753 isc_buffer_usedregion(&origsource, &msg->saved);
1755 msg->saved.length = isc_buffer_usedlength(&origsource);
1759 memmove(msg->saved.base, isc_buffer_base(&origsource),

Completed in 26 milliseconds