Searched refs:rmain (Results 1 - 3 of 3) sorted by relevance

/httpd/server/
H A Dlog.c604 else if (info->rmain) {
605 return cpystrn(buf, info->rmain->log_id, buflen);
1038 const request_rec *rmain = NULL; local
1104 rmain = r->main;
1106 rmain = r;
1108 if (!rmain->log_id) {
1116 add_log_id(c, rmain);
1150 info.rmain = NULL;
1167 info.r = rmain;
1168 info.rmain
[all...]
/httpd/include/
H A Dhttp_core.h847 const request_rec *rmain; member in struct:ap_errorlog_info
/httpd/modules/mappers/
H A Dmod_rewrite.c2517 request_rec *rmain = r; local
2521 while (rmain->main) {
2522 rmain = rmain->main;
2525 notename = apr_pstrcat(rmain->pool, var, "_rewrite", NULL);
2526 apr_pool_userdata_get(&data, notename, rmain->pool);
2553 cookie = apr_pstrcat(rmain->pool,
2573 apr_table_addn(rmain->err_headers_out, "Set-Cookie", cookie);
2574 apr_pool_userdata_set("set", notename, NULL, rmain->pool);
2575 rewritelog((rmain,
[all...]

Completed in 796 milliseconds