Lines Matching defs:args
411 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args;
420 * policy that's laid out in args->ac
423 if (!args)
426 lejp_destruct(&args->jctx);
499 context->pss_policies = args->heads[LTY_POLICY].p;
500 context->ac_policy = args->ac;
502 lws_humanize(buf, sizeof(buf), lwsac_total_alloc(args->ac),
504 if (lwsac_total_alloc(args->ac))
505 m = (int)((lwsac_total_overhead(args->ac) * 100) /
506 lwsac_total_alloc(args->ac));
545 lws_set_socks(v, args->socks5_proxy);
549 lws_set_socks(context->vhost_system, args->socks5_proxy);
551 if (args->socks5_proxy)
553 args->socks5_proxy);
562 x = args->heads[LTY_X509].x;
580 args->heads[LTY_METRICS].m;
583 /* and we can discard the parsing args object now, invalidating args */