Lines Matching defs:start
36 int tmp_len; /* used to find the start when decoding */
39 int start; /* have we started decoding yet? */
77 ctx->start = 1;
188 if (ctx->start && (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL)) {
189 /* ctx->start=1; */
191 } else if (ctx->start) {
200 * scanning for a '\n' before we even start looking for
212 if ((k <= 0) && (num == 0) && (ctx->start))
223 ctx->start = 0;
461 ctx->start = 1;