Searched refs:old (Results 1 - 10 of 10) sorted by relevance

/httpd/include/
H A Dapreq_param.h66 apreq_charset_t old = (apreq_charset_t) local
69 return old;
H A Dhttp_config.h452 * an old-format module, and either handle it back-compatibly, or at least
1063 * Allocate new ap_logconf and make (deep) copy of old ap_logconf
1065 * @param old The ap_logconf to copy (may be NULL)
1069 const struct ap_logconf *old);
1072 * Merge old ap_logconf into new ap_logconf.
1073 * old and new must have the same life time.
/httpd/test/
H A Dtime-sem.c371 ptrdiff_t old; local
374 if ((old = usconfig(CONF_INITUSERS, CONF_INITUSERS_MAX)) == -1) {
378 if ((old = usconfig(CONF_LOCKTYPE, US_NODEBUG)) == -1) {
382 if ((old = usconfig(CONF_ARENATYPE, US_SHAREDONLY)) == -1) {
H A Dmake_sni.sh94 echo Aborted - your openssl is very old or misconfigured.
100 echo Aborted - version of openssl too old, 0.9 or up required.
375 then you are either using an OpenSSL which is too old and/or you need to ensure that the
/httpd/modules/metadata/
H A Dmod_ident.c274 ident_config_rec *old = (ident_config_rec *) old_; local
278 ? old->timeout
282 ? old->do_rfc1413
/httpd/modules/cluster/
H A Dmod_heartmonitor.c171 hm_slot_server_t *old = (hm_slot_server_t *) mem; local
174 if (strncmp(old->ip, new->ip, MAXIPSIZE)==0) {
176 old->busy = new->busy;
177 old->ready = new->ready;
178 old->seen = new->seen;
185 hm_slot_server_t *old = (hm_slot_server_t *) mem; local
188 if (strncmp(old->ip, new->ip, MAXIPSIZE)==0) {
190 s->item_id = old->id;
/httpd/support/
H A Ddbmmanage.in42 pw of . for update command retains the old password
45 groups or comment of . (or blank) for update command retains old values
/httpd/modules/loggers/
H A Dmod_log_config.c771 /* Invalid or old snapshot, so compute the proper time string
1607 ap_log_writer_init *old = log_writer_init; local
1610 return old;
1615 ap_log_writer *old = log_writer; local
1618 return old;
/httpd/server/
H A Dconfig.c2220 const struct ap_logconf *old)
2223 if (old) {
2224 l->level = old->level;
2225 if (old->module_levels) {
2227 apr_pmemdup(p, old->module_levels, conf_vector_length);
2241 * I.e. if new->level has been set, we must ignore old->module_levels.
2219 ap_new_log_config(apr_pool_t *p, const struct ap_logconf *old) argument
/httpd/modules/proxy/
H A Dmod_proxy.c587 struct proxy_alias *old = (struct proxy_alias *) hdr->elts; local
591 newcopy->fake = (old[i].flags & PROXYPASS_INTERPOLATE)
592 ? proxy_interpolate(r, old[i].fake) : old[i].fake;
593 newcopy->real = (old[i].flags & PROXYPASS_INTERPOLATE)
594 ? proxy_interpolate(r, old[i].real) : old[i].real;

Completed in 1437 milliseconds