HomeSort by: relevance | last modified time | path
    Searched defs:seen_end (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
base64.c 94 bool seen_end; /*%< True if "=" end marker seen */ member in struct:__anon24121
101 ctx->seen_end = false;
110 if (ctx->seen_end) {
141 ctx->seen_end = true;
189 while (!ctx.seen_end && (ctx.length != 0)) {
208 if (ctx.length < 0 && !ctx.seen_end) {
base32.c 139 bool seen_end; /*%< True if "=" end marker seen */ member in struct:__anon24120
152 if (ctx->seen_end) {
232 ctx->seen_end = true;
289 while (!ctx.seen_end && (ctx.length != 0)) {
308 if (ctx.length < 0 && !ctx.seen_end) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/
base64.c 101 bool seen_end; /*%< True if "=" end marker seen */ member in struct:__anon24363
108 ctx->seen_end = false;
117 if (ctx->seen_end) {
148 ctx->seen_end = true;
196 while (!ctx.seen_end && (ctx.length != 0)) {
215 if (ctx.length < 0 && !ctx.seen_end) {
base32.c 146 bool seen_end; /*%< True if "=" end marker seen */ member in struct:__anon24362
158 ctx->seen_end = false;
171 if (ctx->seen_end) {
251 ctx->seen_end = true;
308 while (!ctx.seen_end && (ctx.length != 0)) {
327 if (ctx.length < 0 && !ctx.seen_end) {
  /src/external/gpl2/texinfo/dist/makeinfo/
cmds.c 1023 int seen_end = 0;
1066 seen_end = 1;
1077 if (!seen_end)
1021 int seen_end = 0; local
insertion.c 1628 int seen_end = 0;
1677 seen_end = 1;
1691 if (find_end_verbatim && !seen_end)
1625 int seen_end = 0; local

Completed in 33 milliseconds