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

/bind-9.11.3/lib/lwres/
H A Dlwpacket.c45 * insufficient space to copy data between the buffer *b and
93 lwres_uint32_t space; local
98 space = LWRES_BUFFER_REMAINING(b);
99 if (space < LWPACKET_LENGTH)
108 if (pkt->length > space)
H A Dprint.c65 int space; local
105 dot = space = plus = left = zero = alt = h = l = q = z = 0;
121 space = 1;
125 space = 0;
243 else if (space)
521 plus ? "+" : space ? " " : "",
/bind-9.11.3/win32utils/legacy/
H A Dmakedefs.pl136 $space = rindex($func, " ") + 1;
137 if($space >= 0) {
139 $func = substr($func, $space, 100);
/bind-9.11.3/lib/dns/
H A Dttl.c44 isc_boolean_t space, isc_buffer_t *target)
52 space ? " " : "",
43 ttlfmt(unsigned int t, const char *s, isc_boolean_t verbose, isc_boolean_t space, isc_buffer_t *target) argument
H A Dmessage.c661 * 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) { argument
1842 REQUIRE(space <= msg->reserved);
1844 msg->reserved -= space;
1848 dns_message_renderreserve(dns_message_t *msg, unsigned int space) { argument
1855 if (r.length < (space + msg->reserved))
1859 msg->reserved += space;
1948 * Shrink the space i
4216 const char *space = " "; local
[all...]
/bind-9.11.3/lib/isc/
H A Dprint.c161 int space; local
199 dot = neg = space = plus = left = zero = alt = h = l = q = z = 0;
215 space = 1;
219 space = 0;
346 else if (space)
654 plus ? "+" : space ? " " : "",
/bind-9.11.3/lib/dns/include/dns/
H A Dmessage.h219 unsigned int reserved; /* reserved space (render) */
360 * The used space in 'target' is updated.
403 * The used space in 'target' is updated.
515 dns_message_renderreserve(dns_message_t *msg, unsigned int space);
520 * Reserve "space" bytes in the given buffer.
530 *\li #ISC_R_NOSPACE -- not enough free space in the buffer.
534 dns_message_renderrelease(dns_message_t *msg, unsigned int space);
539 * Release "space" bytes in the given buffer that was previously reserved.
545 *\li 'space' is less than or equal to the total amount of space reserve
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dtests-results.css35 white-space: nowrap;
H A Datf-report_test.sh407 <so> Blank space at beginning of context lines must be preserved.</so>
/bind-9.11.3/bin/tests/
H A Dnamed.conf85 treat-cr-as-space yes;
/bind-9.11.3/
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..
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh458 # warnings, or a space delimited list of some subset of
577 # by a space.
606 # each end implied by leading space in second argument).
732 # Invoke $ECHO with all args, space-separated.
1710 # trailing space prevents matching last $1 above
6337 that within double quotes, space and tab are treated like normal
6963 func_fatal_error "require no space between '-L' and '$1'"
10126 # into space.

Completed in 93 milliseconds