Searched defs:am_properties_t (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_properties.h47 typedef struct am_properties *am_properties_t; typedef in typeref:struct:am_properties
48 #define AM_PROPERTIES_NULL ((am_properties_t) 0)
79 am_properties_create(am_properties_t *properties_ptr);
103 am_properties_copy(am_properties_t source_properties,
104 am_properties_t *properties_ptr);
116 AM_EXPORT void am_properties_destroy(am_properties_t properties);
147 am_properties_load(am_properties_t properties, const char *file_name);
171 am_properties_store(am_properties_t properties, const char *file_name);
186 AM_EXPORT boolean_t am_properties_is_set(am_properties_t properties,
234 am_properties_get(am_properties_t propertie
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_properties.h47 typedef struct am_properties *am_properties_t; typedef in typeref:struct:am_properties
48 #define AM_PROPERTIES_NULL ((am_properties_t) 0)
79 am_properties_create(am_properties_t *properties_ptr);
103 am_properties_copy(am_properties_t source_properties,
104 am_properties_t *properties_ptr);
116 AM_EXPORT void am_properties_destroy(am_properties_t properties);
147 am_properties_load(am_properties_t properties, const char *file_name);
171 am_properties_store(am_properties_t properties, const char *file_name);
186 AM_EXPORT boolean_t am_properties_is_set(am_properties_t properties,
234 am_properties_get(am_properties_t propertie
[all...]

Completed in 37 milliseconds