Lines Matching defs:AM_WEB_EXPORT

35 #define AM_WEB_EXPORT    __declspec(dllexport)
37 #define AM_WEB_EXPORT __declspec(dllimport)
40 #define AM_WEB_EXPORT
441 AM_WEB_EXPORT am_status_t am_web_init(const char *config_file);
446 AM_WEB_EXPORT am_status_t am_web_cleanup();
501 AM_WEB_EXPORT am_status_t
511 AM_WEB_EXPORT boolean_t am_web_is_notification(const char *request_url);
517 AM_WEB_EXPORT boolean_t am_web_is_in_not_enforced_list(const char *url,
524 AM_WEB_EXPORT boolean_t am_web_is_in_not_enforced_ip_list(const char *ip);
529 AM_WEB_EXPORT boolean_t am_web_is_valid_fqdn_url(const char *url);
537 AM_WEB_EXPORT void am_web_handle_notification(const char *data,
558 AM_WEB_EXPORT am_status_t am_web_get_url_to_redirect(am_status_t status,
656 AM_WEB_EXPORT am_status_t
670 AM_WEB_EXPORT am_status_t
685 AM_WEB_EXPORT am_status_t
695 AM_WEB_EXPORT am_status_t
698 AM_WEB_EXPORT am_status_t
701 AM_WEB_EXPORT am_status_t
704 AM_WEB_EXPORT boolean_t
707 AM_WEB_EXPORT am_status_t am_web_check_cookie_in_post(
716 AM_WEB_EXPORT am_status_t am_web_check_cookie_in_query(
730 AM_WEB_EXPORT void am_web_free_memory(void *memory);
736 AM_WEB_EXPORT const char *am_web_get_cookie_name();
741 AM_WEB_EXPORT const char *am_web_get_notification_url();
747 AM_WEB_EXPORT const char *am_web_get_agent_server_host();
752 AM_WEB_EXPORT int am_web_get_agent_server_port();
759 AM_WEB_EXPORT boolean_t am_web_is_debug_on();
760 AM_WEB_EXPORT boolean_t am_web_is_max_debug_on();
762 AM_WEB_EXPORT void am_web_log_always(const char *fmt, ...);
763 AM_WEB_EXPORT boolean_t am_web_log_auth(am_web_access_t access_type, const char *fmt, ...);
764 AM_WEB_EXPORT void am_web_log_error(const char *fmt, ...);
765 AM_WEB_EXPORT void am_web_log_warning(const char *fmt, ...);
766 AM_WEB_EXPORT void am_web_log_info(const char *fmt, ...);
767 AM_WEB_EXPORT void am_web_log_debug(const char *fmt, ...);
768 AM_WEB_EXPORT void am_web_log_max_debug(const char *fmt, ...);
770 AM_WEB_EXPORT char *am_web_http_decode(const char *string, size_t len);
825 AM_WEB_EXPORT boolean_t am_web_is_postpreserve_enabled();
841 AM_WEB_EXPORT boolean_t am_web_postcache_insert(const char *key,
857 AM_WEB_EXPORT boolean_t
871 AM_WEB_EXPORT void am_web_postcache_remove(const char *key);
890 AM_WEB_EXPORT post_urls_t * am_web_create_post_preserve_urls(const
904 AM_WEB_EXPORT void am_web_clean_post_urls(post_urls_t *posturl_struct);
917 AM_WEB_EXPORT void
939 AM_WEB_EXPORT char * am_web_create_post_page(const char *key,
958 AM_WEB_EXPORT int am_web_is_cookie_present(const char *cookie,
967 AM_WEB_EXPORT am_status_t
976 AM_WEB_EXPORT boolean_t am_web_is_logout_url(const char *url);
999 AM_WEB_EXPORT am_status_t
1010 AM_WEB_EXPORT am_web_result_t
1020 AM_WEB_EXPORT const char *
1028 AM_WEB_EXPORT am_web_req_method_t
1037 AM_WEB_EXPORT const char *
1052 AM_WEB_EXPORT am_status_t
1057 AM_WEB_EXPORT am_status_t
1066 AM_WEB_EXPORT const char *am_web_get_authType();
1092 AM_WEB_EXPORT am_status_t
1102 AM_WEB_EXPORT boolean_t am_web_is_proxy_override_host_port_set();
1108 AM_WEB_EXPORT char * am_web_get_am_revision_number();
1113 AM_WEB_EXPORT const char * am_web_get_user_id_param();
1114 AM_WEB_EXPORT void am_web_clear_attributes_map(am_policy_result_t *result);
1116 AM_WEB_EXPORT boolean_t am_web_is_owa_enabled();
1117 AM_WEB_EXPORT boolean_t am_web_is_owa_enabled_change_protocol();
1118 AM_WEB_EXPORT const char * am_web_is_owa_enabled_session_timeout_url();