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

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h268 dns_message_create(isc_mem_t *mctx, unsigned int intent, dns_message_t **msgp);
281 *\li 'intent' must be one of DNS_MESSAGE_INTENTPARSE or
294 dns_message_reset(dns_message_t *msg, unsigned int intent);
304 * The intended next use of the message will be 'intent'.
310 *\li 'intent' is DNS_MESSAGE_INTENTPARSE or DNS_MESSAGE_INTENTRENDER
617 *\li 'msg' be a valid message with rendering intent.
1002 *\li 'msg' is a valid message with parsing intent, and contains a query.
1006 *\li The message will have a rendering intent. If 'want_question_section'
1047 *\li 'msg' is a valid message with rendering intent
1095 *\li 'msg' is a valid message with rendering intent,
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c709 dns_message_create(isc_mem_t *mctx, unsigned int intent, dns_message_t **msgp) argument
719 REQUIRE(intent == DNS_MESSAGE_INTENTPARSE
720 || intent == DNS_MESSAGE_INTENTRENDER);
732 m->from_to_wire = intent;
799 dns_message_reset(dns_message_t *msg, unsigned int intent) { argument
801 REQUIRE(intent == DNS_MESSAGE_INTENTPARSE
802 || intent == DNS_MESSAGE_INTENTRENDER);
805 msg->from_to_wire = intent;
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex29 % restriction. (This has been our intent since Texinfo was invented.)
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex29 % restriction. (This has been our intent since Texinfo was invented.)
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex29 % restriction. (This has been our intent since Texinfo was invented.)

Completed in 110 milliseconds