Lines Matching refs:temp_len
72 int *temp_len;
349 if (*args->temp_len < ctx->npos) {
361 *args->temp_len -= ctx->npos;
376 *args->temp_len +=
409 char *temp, int *temp_len, int is_jwe)
426 args.temp_len = temp_len;
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);