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

/bind-9.6-ESV-R11/lib/lwres/
H A Dlwpacket.c54 * insufficient space to copy data between the buffer *b and
102 lwres_uint32_t space; local
107 space = LWRES_BUFFER_REMAINING(b);
108 if (space < LWPACKET_LENGTH)
117 if (pkt->length > space)
H A Dprint.c74 int space; local
114 dot = space = plus = left = zero = alt = h = l = q = 0;
130 space = 1;
134 space = 0;
241 else if (space)
511 plus ? "+" : space ? " " : "",
/bind-9.6-ESV-R11/win32utils/
H A Dmakedefs.pl123 $space = rindex($func, " ") + 1;
124 if($space >= 0) {
126 $func = substr($func, $space, 100);
/bind-9.6-ESV-R11/lib/isc/
H A Dprint.c76 int space; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
132 space = 1;
136 space = 0;
243 else if (space)
570 plus ? "+" : space ? " " : "",
/bind-9.6-ESV-R11/lib/dns/
H A Dttl.c53 isc_boolean_t space, isc_buffer_t *target)
61 space ? " " : "",
52 ttlfmt(unsigned int t, const char *s, isc_boolean_t verbose, isc_boolean_t space, isc_buffer_t *target) argument
H A Dmessage.c674 * The space required for an TSIG record is:
1718 * Reserve enough space for the header in this buffer.
1736 * Ensure that the new buffer is empty, and has enough space to
1757 dns_message_renderrelease(dns_message_t *msg, unsigned int space) { argument
1759 REQUIRE(space <= msg->reserved);
1761 msg->reserved -= space;
1765 dns_message_renderreserve(dns_message_t *msg, unsigned int space) { argument
1772 if (r.length < (space + msg->reserved))
1776 msg->reserved += space;
1853 * Shrink the space i
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dmessage.h213 unsigned int reserved; /* reserved space (render) */
354 * The used space in 'target' is updated.
390 * The used space in 'target' is updated.
502 dns_message_renderreserve(dns_message_t *msg, unsigned int space);
507 * Reserve "space" bytes in the given buffer.
517 *\li #ISC_R_NOSPACE -- not enough free space in the buffer.
521 dns_message_renderrelease(dns_message_t *msg, unsigned int space);
526 * Release "space" bytes in the given buffer that was previously reserved.
532 *\li 'space' is less than or equal to the total amount of space reserve
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dtests-results.css35 white-space: nowrap;
H A Dintegration_test.sh406 <so> Blank space at beginning of context lines must be preserved.</so>
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf94 treat-cr-as-space yes;
/bind-9.6-ESV-R11/
H A Dltmain.sh458 # Invoke $ECHO with all args, space-separated.
852 # by a space.
4992 that within double quotes, space and tab are treated like normal
5586 func_fatal_error "require no space between \`-L' and \`$1'"
8682 # turning comma into space..

Completed in 41 milliseconds