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

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dbase64.c106 isc_boolean_t seen_end; /*%< True if "=" end marker seen */ member in struct:__anon5264
114 ctx->seen_end = ISC_FALSE;
123 if (ctx->seen_end)
149 ctx->seen_end = ISC_TRUE;
188 while (!ctx.seen_end && (ctx.length != 0)) {
203 if (ctx.length < 0 && !ctx.seen_end)
H A Dbase32.c142 isc_boolean_t seen_end; /*%< True if "=" end marker seen */ member in struct:__anon5263
153 ctx->seen_end = ISC_FALSE;
165 if (ctx->seen_end)
225 ctx->seen_end = ISC_TRUE;
265 while (!ctx.seen_end && (ctx.length != 0)) {
280 if (ctx.length < 0 && !ctx.seen_end)

Completed in 59 milliseconds