Lines Matching defs:temp
1625 char temp[MAX_JWT_SIZE * 2];
1637 /* decode the JWT into temp */
1640 *out_len, temp, sizeof(temp), out, &cml)) {
1678 char plain[MAX_JWT_SIZE + 1], temp[MAX_JWT_SIZE * 2], csrf[17];
1690 temp, sizeof(temp),
1710 n = lws_snprintf(temp, sizeof(temp), "__Host-%s=%s;"
1719 (uint8_t *)temp, n, p, end)) {