Searched defs:old (Results 1 - 7 of 7) sorted by relevance

/httpd/include/
H A Dapreq_param.h66 apreq_charset_t old = (apreq_charset_t) local
69 return old;
/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/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) {
/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/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/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;
/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

Completed in 39 milliseconds