Lines Matching refs:temp
71 char *temp;
355 args->jose->e[ctx->path_match - 1].buf = (uint8_t *)args->temp;
359 memcpy(args->temp, ctx->buf, ctx->npos);
360 args->temp += ctx->npos;
375 args->temp -= (int)args->jose->e[ctx->path_match - 1].len - n - 1;
409 char *temp, int *temp_len, int is_jwe)
425 args.temp = temp;
451 const char *buf, int len, char *temp, int *temp_len)
454 temp, temp_len, 0);
459 const char *buf, int len, char *temp, int *temp_len)
462 (const uint8_t *)buf, len, temp, temp_len, 1);