Searched refs:POLICY_LIST (Results 1 – 3 of 3) sorted by relevance
34 struct POLICY_LIST { struct37 struct POLICY_LIST *next; /**< Pointer to next element */ argument151 struct POLICY_LIST *policy_list;
785 struct POLICY_LIST **policy_found) in search_policy()791 struct POLICY_LIST *policy_object = NULL; in search_policy()792 struct POLICY_LIST *second; in search_policy()866 policy_object = calloc(sizeof(struct POLICY_LIST), 1); in search_policy()979 cleanup_policy_list(struct POLICY_LIST * list) { in cleanup_policy_list()981 struct POLICY_LIST * branch = list; in cleanup_policy_list()983 struct POLICY_LIST *next = branch->next; in cleanup_policy_list()1041 struct POLICY_LIST *branch; in ifapi_exec_auth_policy()
1831 \fn static void cleanup_policy_list(struct POLICY_LIST * list)1912 struct POLICY_LIST **policy_found)