Searched refs:main (Results 1 - 25 of 61) sorted by relevance
123
/httpd/test/ |
H A D | test_select.c | 30 int main (void) function
|
H A D | test_find.c | 17 /* 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 D | test_parser.c | 17 /* 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 D | test-writev.c | 49 void main( int argc, char **argv ) function
|
H A D | cls.c | 90 int main(int argc, char **argv) function
|
H A D | test_limits.c | 80 main(int argc, char *argv[]) function
|
/httpd/support/ |
H A D | checkgid.c | 47 int main(int argc, char *argv[]) function
|
H A D | ctauditscts | 137 def main(): function 160 main()
|
H A D | fcgistarter.c | 56 int main(int argc, const char * const argv[]) function
|
H A D | ctlogconfig | 281 def main(argv): function 320 main(sys.argv)
|
H A D | logresolve.c | 131 int main(int argc, const char * const argv[]) function
|
H A D | htdigest.c | 186 int main(int argc, const char * const argv[]) function
|
H A D | httxt2dbm.c | 175 int main(int argc, const char *const argv[]) function
|
/httpd/server/ |
H A D | gen_test_char.c | 56 int main(int argc, char *argv[]) function
|
H A D | request.c | 128 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 D | ap.d | 8 uintptr_t main;
|
/httpd/modules/mappers/ |
H A D | mod_speling.c | 227 if (r->main) { 412 if (r->main == NULL) { 417 p = r->main->pool; 418 notes = r->main->notes;
|
/httpd/modules/session/ |
H A D | mod_session_cookie.c | 128 /* find the main request */ 129 while (m->main) { 130 m = m->main;
|
/httpd/modules/filters/ |
H A D | mod_reflector.c | 77 if (r->main || r->connection->keepalive == AP_CONN_CLOSE ||
|
H A D | mod_buffer.c | 69 if (f->r->main) { 195 /* buffer on main requests only */
|
H A D | mod_ratelimit.c | 80 if (f->r->main != NULL) {
|
/httpd/modules/http/ |
H A D | http_request.c | 61 * 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 D | http_core.c | 66 * 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 D | mod_dbd.c | 287 "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 D | wintty.c | 82 int main(int argc, char** argv) function
|
Completed in 1401 milliseconds
123