Lines Matching defs:temp
41 char temp[2048];
42 int n, temp_len = sizeof(temp), ret = -1;
50 temp, &temp_len);
65 (char *)lws_concat_temp(temp, temp_len),
117 char buf[2048], temp[256], *p = buf, *end = buf + sizeof(buf) - 1, *enc_ptr;
120 int temp_len = sizeof(temp);
134 if (lws_jws_parse_jose(&jose, test1, (int)strlen(test1), temp,
202 lws_concat_temp(temp, temp_len), &temp_len) < 0) {
282 char temp[2048], *in;
283 int n, l, temp_len = sizeof(temp);
312 &jwk, context, temp, &temp_len) < 0) {
325 in = lws_concat_temp(temp, temp_len);
337 /* overwrite the copy of the known b64 sig (it's all placed inside temp) */
351 context, lws_concat_temp(temp, temp_len), &temp_len) < 0) {
417 char temp[2048], *p;
418 int ret = -1, l, n, temp_len = sizeof(temp);
427 temp, &temp_len) != 3) {
451 (char *)lws_concat_temp(temp, temp_len), &temp_len) < 0) {
488 p = lws_concat_temp(temp, temp_len);
528 context, lws_concat_temp(temp, temp_len), &temp_len) < 0) {
579 char temp[2048], *p;
580 int ret = -1, l, n, temp_len = sizeof(temp);
588 &jws.map, &jws.map_b64, temp,
613 lws_concat_temp(temp, temp_len), &temp_len) < 0) {
650 p = lws_concat_temp(temp, temp_len);
685 lws_concat_temp(temp, temp_len), &temp_len) < 0) {
903 .temp = buf + cml2,