Lines Matching defs:tmp
43 char tmp[B64_BLOCK_SIZE];
161 i = BIO_read(next, &(ctx->tmp[ctx->tmp_len]),
192 q = p = (unsigned char *)ctx->tmp;
216 &(ctx->tmp[0])) {
218 &(ctx->tmp[0]));
220 ctx->tmp[x] = p[x];
235 if (p == (unsigned char *)&(ctx->tmp[0])) {
244 ctx->tmp[ii] = p[ii];
265 (unsigned char *)ctx->tmp, jj);
267 if (ctx->tmp[jj - 1] == '=') {
269 if (ctx->tmp[jj - 2] == '=')
277 memmove(ctx->tmp, &ctx->tmp[jj], i - jj);
288 (unsigned char *)ctx->tmp, i);
384 memcpy(&(ctx->tmp[ctx->tmp_len]), in, n);
391 (unsigned char *)ctx->tmp, ctx->tmp_len);
401 memcpy(ctx->tmp, in, n);
497 (unsigned char *)ctx->tmp,