Searched refs:am_policy_result (Results 1 - 11 of 11) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dpolicy_xml.c48 struct am_policy_result *list;
49 struct am_policy_result *curr_policy;
101 int create_am_policy_result_node(const char *resource, size_t resource_size, struct am_policy_result **node) {
102 struct am_policy_result *policy_result;
106 policy_result = calloc(1, sizeof (struct am_policy_result));
134 struct am_policy_result *el = NULL;
309 struct am_policy_result *r = NULL;
370 void delete_am_policy_result_list(struct am_policy_result **list) {
371 struct am_policy_result *t = list != NULL ? *list : NULL;
383 /* split am_policy_result lis
[all...]
H A Dutility.h113 struct am_policy_result { struct
121 struct am_policy_result *next;
160 void delete_am_policy_result_list(struct am_policy_result **list);
262 int create_am_policy_result_node(const char *resource, size_t resource_size, struct am_policy_result **node);
308 struct am_policy_result *policy, struct am_namevalue *session);
310 struct am_policy_result **policy, struct am_namevalue **session, time_t *ts);
H A Dnet_client.h111 am_net_options_t *options, int notify_enable, struct am_namevalue **session_list, struct am_policy_result **policy_list);
H A Dcache.c596 struct am_policy_result **policy, struct am_namevalue **session, time_t *ets) {
605 struct am_policy_result *pol_attrs = NULL, *pol_curr = NULL;
669 struct am_policy_result *el = NULL;
733 static int am_store_policy_result_element(am_request_t *request, struct am_policy_result *element,
866 struct am_policy_result *policy, struct am_namevalue *session, struct am_cache_entry *cache_entry) {
871 struct am_policy_result *policy_element, *t, *last_added = NULL;
933 struct am_policy_result *policy, struct am_namevalue *session) {
1047 struct am_policy_result *element, *tmp;
H A Dam.h265 struct am_policy_result *pattr; /*policy attributes (cache or direct)*/
266 struct am_namevalue *response_attributes; /*pointers to the data inside policy am_policy_result if any*/
H A Dnet_ops.c696 struct am_policy_result **policy_list) {
1086 am_net_options_t *options, int notify_enable, struct am_namevalue **session_list, struct am_policy_result **policy_list) {
H A Dprocess.c878 struct am_policy_result *e, *t, *policy_cache = NULL;
941 struct am_policy_result *policy_cache_new = NULL;
/forgerock/web-agents-v4/tests/
H A Dtest_policy_cache.c235 static void test_policy_structure(struct am_policy_result * result)
237 struct am_policy_result* r = result;
281 struct am_policy_result* result;
313 struct am_policy_result * result;
315 struct am_policy_result * r = NULL;
355 static int test_cache_with_seed(int seed, int test_size, am_request_t * request, struct am_policy_result * result, am_bool_t error)
391 struct am_policy_result * r = NULL;
408 static int test_cache(int test_size, am_request_t * request, struct am_policy_result * result) {
413 static void test_cache_keys(int test_size, char** keys, am_request_t* request, struct am_policy_result* result)
430 struct am_policy_result *
[all...]
H A Dtest_notifications.c291 struct am_policy_result * result;
293 struct am_policy_result * r = NULL;
443 struct am_policy_result * r = NULL;
445 struct am_policy_result * p;
446 struct am_policy_result * result;
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_policy.h47 typedef struct am_policy_result { struct
103 * Destroy am_policy_result internal structures.
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_policy.h47 typedef struct am_policy_result { struct
103 * Destroy am_policy_result internal structures.

Completed in 95 milliseconds