Searched defs:config_file (Results 1 - 3 of 3) sorted by relevance
/forgerock/web-agents-v4/source/ |
H A D | audit.c | 66 char config_file[AM_PATH_SIZE]; member in struct:am_audit::am_audit_config 82 char *config_file; member in struct:am_audit_transfer 254 batch[c].config_file = strdup(config->config_file); 262 AM_FREE(batch[i].message, batch[i].server_id, batch[i].config_file); 275 AM_FREE(batch[i].message, batch[i].server_id, batch[i].config_file); 289 char *server_id = NULL, *msg = NULL, *config_file = NULL; local 305 config_file = batch[i].config_file; 322 if (am_get_agent_config(instance_id, config_file, [all...] |
H A D | log.c | 932 const char *audit_log, int audit_level, int audit_size, const char *config_file) { 979 if (ISVALID(config_file)) { 987 strncpy(vf->config_path, config_file, sizeof (vf->config_path) - 1); 931 am_log_register_instance(unsigned long instance_id, const char *debug_log, int log_level, int log_size, const char *audit_log, int audit_level, int audit_size, const char *config_file) argument
|
H A D | config.c | 1263 size_t xsz, const char *token, const char *config_file, const char *name, 1315 if (ISVALID(config_file)) { 1316 strncpy(c->config, config_file, sizeof (c->config) - 1); 1358 int am_get_agent_config(unsigned long instance_id, const char *config_file, am_config_t **cnf) { argument 1404 ac = am_get_config_file(instance_id, config_file); 1429 agent_token, config_file, ac->user, ac, &c)) == AM_SUCCESS) { 1262 am_set_agent_config(unsigned long instance_id, const char *xml, size_t xsz, const char *token, const char *config_file, const char *name, am_config_t *bc, struct am_instance_entry **ie) argument
|
Completed in 36 milliseconds