Lines Matching refs:state
651 log_request_state *state = (log_request_state *)ap_get_module_config(r->request_config,
653 if (!state) {
654 state = apr_pcalloc(r->pool, sizeof(log_request_state));
655 ap_set_module_config(r->request_config, &log_config_module, state);
657 if (state->request_end_time == 0) {
658 state->request_end_time = apr_time_now();
660 return state->request_end_time;
1209 * Initialize per request state
1211 log_request_state *state = apr_pcalloc(r->pool, sizeof(log_request_state));
1212 ap_set_module_config(r->request_config, &log_config_module, state);
1261 * Use the merger to simply add a pointer from the vhost log state