Searched defs:seen_end (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dbase64.c97 isc_boolean_t seen_end; /*%< True if "=" end marker seen */ member in struct:__anon216
105 ctx->seen_end = ISC_FALSE;
114 if (ctx->seen_end)
140 ctx->seen_end = ISC_TRUE;
179 while (!ctx.seen_end && (ctx.length != 0)) {
194 if (ctx.length < 0 && !ctx.seen_end)
H A Dbase32.c143 isc_boolean_t seen_end; /*%< True if "=" end marker seen */ member in struct:__anon215
155 ctx->seen_end = ISC_FALSE;
168 if (ctx->seen_end)
238 ctx->seen_end = ISC_TRUE;
288 while (!ctx.seen_end && (ctx.length != 0)) {
303 if (ctx.length < 0 && !ctx.seen_end)

Completed in 12 milliseconds