Lines Matching defs:out
410 /* the guy who got one is out of the list */
706 lwsl_err("Ran out of header data space\n");
1312 * If it's h1, server needs to be on the look out for
1623 char *out, size_t *out_len)
1629 /* first use out to hold the encoded JWT */
1631 if (lws_http_cookie_get(wsi, i->cookie_name, out, out_len)) {
1639 if (lws_jwt_signed_validate(wsi->a.context, i->jwk, i->alg, out,
1640 *out_len, temp, sizeof(temp), out, &cml)) {
1646 * Copy out the decoded JWT payload into out, overwriting the
1651 if (lws_jwt_token_sanity(out, cml, i->iss, i->aud, i->csrf_in,
1660 * the args struct (it's pointing to the data in out
1663 cp = lws_json_simple_find(out, cml, "\"ext\":", &i->extra_json_len);