Lines Matching refs:temp_len
24 int temp_len = sizeof(temp);
66 lws_concat_temp(temp, temp_len),
67 &temp_len, strlen(p) + 10, 0)) {
74 (unsigned int)temp_len, "{\"alg\":\"%s\"}", p);
78 in = lws_concat_temp(temp, temp_len);
79 n = (int)read(0, in, (unsigned int)temp_len);
84 temp_len -= n;
107 lws_concat_temp(temp, temp_len),
108 &temp_len, jws.map.buf[LJWS_PYLD],
115 lws_concat_temp(temp, temp_len),
116 &temp_len, jws.map.buf[LJWS_JOSE],
123 lws_concat_temp(temp, temp_len),
124 &temp_len, (unsigned int)lws_base64_size(
171 lws_concat_temp(temp, temp_len),
172 &temp_len) < 0) {
186 lws_concat_used(temp, (unsigned int)temp_len),
188 lws_concat_temp(temp, temp_len),
189 &temp_len) < 0) {