Home
last modified time | relevance | path

Searched refs:LTY_METRICS (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c347 n = LTY_METRICS; in lws_ss_policy_parser_cb()
413 (n != LTY_TRUSTSTORE && n != LTY_AUTH && n != LTY_METRICS)) { in lws_ss_policy_parser_cb()
575 if (lws_ss_policy_alloc_helper(a, LTY_METRICS)) in lws_ss_policy_parser_cb()
578 pp = (char **)&a->curr[LTY_METRICS].b->name; in lws_ss_policy_parser_cb()
583 a->curr[LTY_METRICS].m->us_schedule = (uint64_t)atoll(ctx->buf); in lws_ss_policy_parser_cb()
587 a->curr[LTY_METRICS].m->us_decay_unit = (uint32_t)atol(ctx->buf); in lws_ss_policy_parser_cb()
591 a->curr[LTY_METRICS].m->min_contributors = (uint8_t)atoi(ctx->buf); in lws_ss_policy_parser_cb()
595 pp = (char **)&a->curr[LTY_METRICS].m->report; in lws_ss_policy_parser_cb()
Dprivate-lib-secure-streams.h380 LTY_METRICS, enumerator
Dpolicy-common.c580 args->heads[LTY_METRICS].m; in lws_ss_policy_set()