Home
last modified time | relevance | path

Searched refs:pol_args (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/secure-streams/
Dpolicy.c763 context->pol_args = args; in lws_ss_policy_parse_begin()
768 lws_free_set_NULL(context->pol_args); in lws_ss_policy_parse_begin()
782 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_policy_parse_abandon()
785 lws_free_set_NULL(context->pol_args); in lws_ss_policy_parse_abandon()
793 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_policy_parse()
810 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_policy_set()
958 lws_free_set_NULL(context->pol_args); in lws_ss_policy_set()
/external/libwebsockets/lib/core/
Dprivate-lib-core.h364 void *pol_args; member