Searched refs:AM_LOG_INFO (Results 1 - 7 of 7) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_log.c42 AM_LOG_INFO(0, "instance id is zero and no args");
43 AM_LOG_INFO(0, "instance id is zero and incorrect args", text1);
44 AM_LOG_INFO(0, "instance id is zero and more incorrect args", text1, text2);
47 AM_LOG_INFO(0, NULL, text1, text2);
52 AM_LOG_INFO(0, "%s %s", text1, text2);
/forgerock/web-agents-v4/source/
H A Dnaming_valid.c258 AM_LOG_INFO(w->instance_id, "%s fail-back to %s", thisfunc, url_list[0]);
261 AM_LOG_INFO(w->instance_id, "%s continue with %s", thisfunc, url_list[current_index]);
269 AM_LOG_INFO(w->instance_id, "%s still staying with %s", thisfunc, url_list[current_index]);
298 AM_LOG_INFO(w->instance_id, "%s fail-back to %s", thisfunc, url_list[0]);
303 AM_LOG_INFO(w->instance_id, "%s fail-over to %s", thisfunc, url_list[i]);
H A Dip.c437 AM_LOG_INFO(instance_id, "ip_address_match(): found ip address %s in address range %s", ip, list[i]);
445 AM_LOG_INFO(instance_id, "ip_address_match(): found ip address %s in address range %s", ip, list[i]);
H A Dlog.h71 #define AM_LOG_INFO(instance, format, ...) \ macro
96 #define AM_LOG_INFO(instance, format, ...) \ macro
H A Dcache.c306 AM_LOG_INFO(instance_id, "evicted %d sessions out of %lu\n", delete_count, (unsigned long)cache_data->count);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_log.h51 AM_LOG_INFO, /* used for informational messages */ enumerator in enum:am_log_level
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_log.h51 AM_LOG_INFO, /* used for informational messages */ enumerator in enum:am_log_level

Completed in 32 milliseconds