Searched refs:debug_file (Results 1 - 8 of 8) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dconfig.h68 char *debug_file; member in struct:__anon77
H A Dconfig_file.c430 parse_config_value(instance_id, line, AM_AGENTS_CONFIG_DEBUG_FILE, CONF_STRING, NULL, &conf->debug_file, NULL);
621 c->key, c->debug_file, c->audit_file, c->cert_key_file,
H A Dconfig.c363 if (ISVALID(c->debug_file)) {
364 SAVE_CHAR_VALUE(conf, h, MAKE_TYPE(AM_CONF_DEBUG_FILE, 0), c->debug_file);
810 r->debug_file = strndup(i->value, i->size[0]);
1488 am_log_register_instance(instance_id, (*cnf)->debug_file, (*cnf)->debug_level, (*cnf)->debug,
H A Dconfig_xml.c403 parse_config_value(ctx, AM_AGENTS_CONFIG_DEBUG_FILE, CONF_STRING, NULL, &ctx->conf->debug_file, val, len);
/forgerock/web-agents-v4/source/apache/
H A Dagent.c58 char *debug_file; member in struct:__anon73
83 conf->debug_file = ac->debug_file != NULL ? apr_pstrdup(c->pool, ac->debug_file) : NULL;
214 c->debug_file = NULL;
655 am_log_register_instance(config->config_id, config->debug_file, config->debug_level, config->debug_size,
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c120 am_log_register_instance(settings->instance_id, boot->debug_file, boot->debug_level, boot->debug,
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c126 am_log_register_instance(settings->instance_id, boot->debug_file, boot->debug_level, boot->debug,
/forgerock/web-agents-v4/source/iis/
H A Dagent.c880 am_log_register_instance(site->GetSiteId(), boot->debug_file, boot->debug_level, boot->debug,

Completed in 52 milliseconds