Searched defs:boot (Results 1 - 10 of 10) sorted by relevance

/forgerock/web-agents-v4/source/apache/
H A Dagent.c632 am_config_t *boot = NULL; local
661 result = am_get_agent_config(config->config_id, config->config, &boot);
662 if (boot == NULL || result != AM_SUCCESS) {
674 am_request.conf = boot;
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c79 am_config_t *boot; local
114 boot = am_get_config_file(settings->instance_id, conf);
115 if (boot == NULL) {
120 am_log_register_instance(settings->instance_id, boot->debug_file, boot->debug_level, boot->debug,
121 boot->audit_file, boot->audit_level, boot->audit, conf);
123 am_config_free(&boot);
532 am_config_t *boot = NULL; local
[all...]
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c80 am_config_t *boot; local
120 boot = am_get_config_file(settings->instance_id, conf);
121 if (boot == NULL) {
126 am_log_register_instance(settings->instance_id, boot->debug_file, boot->debug_level, boot->debug,
127 boot->audit_file, boot->audit_level, boot->audit, conf);
129 am_config_free(&boot);
582 am_config_t *boot = NULL; local
[all...]
/forgerock/web-agents-v4/source/iis/
H A Dagent.c856 const am_config_t *boot = NULL; local
875 boot = conf->GetBootConf();
876 if (boot != NULL) {
880 am_log_register_instance(site->GetSiteId(), boot->debug_file, boot->debug_level, boot->debug,
881 boot->audit_file, boot->audit_level, boot->audit, conf->GetPath(ctx));
883 WriteEventLog("%s GetConfig boot
[all...]
/forgerock/web-agents-v4/source/
H A Dprocess.c1020 am_config_t *boot = NULL; local
1028 rv = am_get_agent_config(r->instance_id, r->conf->config, &boot);
1029 if (rv == AM_SUCCESS && boot != NULL) {
1033 r->conf = boot; /* set new agent configuration for this request */
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 328 milliseconds