Searched defs:include (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/session/
H A Dmod_session.c17 #include "mod_session.h"
18 #include "apr_lib.h"
19 #include "apr_strings.h"
20 #include "util_filter.h"
21 #include "http_log.h"
22 #include "http_request.h"
23 #include "http_protocol.h"
51 * include and exclude arrays to determine whether they should be included.
64 const char *include = includes[i]; local
65 if (strncmp(r->uri, include, strle
[all...]
/httpd/modules/http/
H A Dmod_mime.c24 #include "apr.h"
25 #include "apr_strings.h"
26 #include "apr_lib.h"
27 #include "apr_hash.h"
30 #include "apr_want.h"
32 #include "ap_config.h"
33 #include "httpd.h"
34 #include "http_config.h"
35 #include "http_log.h"
36 #include "http_reques
321 multiviews_match(cmd_parms *cmd, void *m_, const char *include) argument
[all...]
/httpd/modules/filters/
H A Dmod_include.c17 #include "apr.h"
18 #include "apr_strings.h"
19 #include "apr_thread_proc.h"
20 #include "apr_hash.h"
21 #include "apr_user.h"
22 #include "apr_lib.h"
23 #include "apr_optional.h"
27 #include "apr_want.h"
29 #include "ap_config.h"
30 #include "util_filte
4211 AP_DECLARE_MODULE(include) = variable
[all...]

Completed in 32 milliseconds