Searched refs:main (Results 1 - 25 of 61) sorted by relevance

123

/httpd/test/
H A Dtest_select.c30 int main (void) function
H A Dtest_find.c17 /* This program tests the ap_find_list_item routine in ../main/util.c.
24 ../main/alloc.o ../main/buff.o ../main/util.o \
58 int main (void) function
H A Dtest_parser.c17 /* This program tests the ap_get_list_item routine in ../main/util.c.
24 ../main/alloc.o ../main/buff.o ../main/util.o \
58 int main (void) function
H A Dtest-writev.c49 void main( int argc, char **argv ) function
H A Dcls.c90 int main(int argc, char **argv) function
H A Dtest_limits.c80 main(int argc, char *argv[]) function
/httpd/support/
H A Dcheckgid.c47 int main(int argc, char *argv[]) function
H A Dctauditscts137 def main(): function
160 main()
H A Dfcgistarter.c56 int main(int argc, const char * const argv[]) function
H A Dctlogconfig281 def main(argv): function
320 main(sys.argv)
H A Dlogresolve.c131 int main(int argc, const char * const argv[]) function
H A Dhtdigest.c186 int main(int argc, const char * const argv[]) function
H A Dhttxt2dbm.c175 int main(int argc, const char *const argv[]) function
/httpd/server/
H A Dgen_test_char.c56 int main(int argc, char *argv[]) function
H A Drequest.c128 int file_req = (r->main && r->filename);
209 /* Only on the main request! */
210 if (r->main == NULL) {
225 else if (r->main && (r->main->per_dir_config == r->per_dir_config)) {
226 r->user = r->main->user;
227 r->ap_auth_type = r->main->ap_auth_type;
371 || (r->main
372 && (inherit_note = ap_get_request_note(r->main, t))
1961 * or the r->main pointe
[all...]
/httpd/
H A Dap.d8 uintptr_t main;
/httpd/modules/mappers/
H A Dmod_speling.c227 if (r->main) {
412 if (r->main == NULL) {
417 p = r->main->pool;
418 notes = r->main->notes;
/httpd/modules/session/
H A Dmod_session_cookie.c128 /* find the main request */
129 while (m->main) {
130 m = m->main;
/httpd/modules/filters/
H A Dmod_reflector.c77 if (r->main || r->connection->keepalive == AP_CONN_CLOSE ||
H A Dmod_buffer.c69 if (f->r->main) {
195 /* buffer on main requests only */
H A Dmod_ratelimit.c80 if (f->r->main != NULL) {
/httpd/modules/http/
H A Dhttp_request.c61 * subrequest vs. main request filters; perhaps the subrequest filter could
473 new->main = r->main;
500 if (new->main) {
505 * some inherited from r->main. Here, inherit that filter
615 if (r->main) {
H A Dhttp_core.c66 * set for the main server, because if no http_module directive is used
67 * for a vhost, it will inherit the http_srv_cfg from the main server.
257 if (!r->main && !r->prev) {
/httpd/modules/database/
H A Dmod_dbd.c287 "statement inherited from main server) and label"),
878 else if (r->main) {
879 r = r->main;
934 else if (r->main) {
935 r = r->main;
/httpd/support/win32/
H A Dwintty.c82 int main(int argc, char** argv) function

Completed in 1401 milliseconds

123