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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c1603 isc_buffer_t origsource; local
1614 origsource = *source;
1695 isc_buffer_usedregion(&origsource, &msg->saved);
1697 msg->saved.length = isc_buffer_usedlength(&origsource);
1701 memmove(msg->saved.base, isc_buffer_base(&origsource),

Completed in 54 milliseconds