Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c1150 context->pol_args = args; in lws_ss_policy_parse_begin()
1155 lws_free_set_NULL(context->pol_args); in lws_ss_policy_parse_begin()
1169 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_policy_parse_abandon()
1194 lws_free_set_NULL(context->pol_args); in lws_ss_policy_parse_abandon()
1205 struct policy_cb_args *args = (struct policy_cb_args *)cx->pol_args; in lws_ss_policy_parse_file()
1245 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_policy_parse()
1277 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_policy_get()
1288 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_auth_get()
Dpolicy-common.c411 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_policy_set()
585 lws_free_set_NULL(context->pol_args); in lws_ss_policy_set()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h645 void *pol_args; member