Searched defs:pad (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | base32.c | 49 isc_buffer_t *target, const char base[], char pad) 62 buf[2] = buf[3] = buf[4] = pad; 63 buf[5] = buf[6] = buf[7] = pad; 72 buf[4] = buf[5] = buf[6] = buf[7] = pad; 80 buf[5] = buf[6] = buf[7] = pad; 89 buf[7] = pad; 147 isc_boolean_t pad; /*%< Expect padding */ member in struct:__anon215 152 isc_boolean_t pad, isc_buffer_t *target) 160 ctx->pad = pad; 48 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target, const char base[], char pad) argument 151 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], isc_boolean_t pad, isc_buffer_t *target) argument 278 base32_tobuffer(isc_lex_t *lexer, const char base[], isc_boolean_t pad, isc_buffer_t *target, int length) argument 325 base32_decodestring(const char *cstr, const char base[], isc_boolean_t pad, isc_buffer_t *target) argument 359 base32_decoderegion(isc_region_t *source, const char base[], isc_boolean_t pad, isc_buffer_t *target) argument [all...] |
H A D | print.c | 174 int pad; local 202 pad = zeropad = 0; 492 pad = width - length - 494 if (pad < 0) 495 pad = 0; 498 count += strlen(head) + strlen(buf) + pad + 501 while (pad > 0) { 503 pad--; 516 while (pad > 0) { 518 pad [all...] |
/bind-9.11.3/lib/lwres/ |
H A D | print.c | 78 int pad; local 108 length = pad = zeropad = 0; 324 pad = width - length - 326 if (pad < 0) 327 pad = 0; 330 count += strlen(head) + strlen(buf) + pad + 333 while (pad > 0 && size > 1U) { 336 pad--; 354 while (pad > 0 && size > 1U) { 357 pad [all...] |
/bind-9.11.3/lib/dns/ |
H A D | journal.c | 219 unsigned char pad[JOURNAL_HEADER_SIZE]; member in union:__anon155 369 memset(raw->pad, 0, sizeof(raw->pad));
|
H A D | rbtdb.c | 7749 char pad[sizeof(char *)]; local 7817 memset(pad, 0, sizeof(pad)); 7818 CHECK(isc_stdio_write(pad, cooked - size, 1,
|
Completed in 44 milliseconds