Lines Matching defs:space
661 * The space required for an TSIG record is:
1801 * Reserve enough space for the header in this buffer.
1819 * Ensure that the new buffer is empty, and has enough space to
1840 dns_message_renderrelease(dns_message_t *msg, unsigned int space) {
1842 REQUIRE(space <= msg->reserved);
1844 msg->reserved -= space;
1848 dns_message_renderreserve(dns_message_t *msg, unsigned int space) {
1855 if (r.length < (space + msg->reserved))
1859 msg->reserved += space;
1948 * Shrink the space in the buffer by the reserved amount.
2010 * Shrink the space in the buffer by the reserved amount.
2143 * If out of space, record stats on what we
2686 * reserves space in the reply for the TSIG.
2735 * The space required for an OPT record is:
2953 * The space required for an SIG(0) record is:
4216 const char *space = " ";
4233 newline = space = "";
4246 "%s%s%s%s%.*s", description, space,