Searched refs:pol_args (Results 1 – 3 of 3) sorted by relevance
1150 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()
411 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()
645 void *pol_args; member