Lines Matching defs:include
17 #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];
65 if (strncmp(r->uri, include, strlen(include)) == 0) {
418 * store the session can include storing the session within a cookie:
635 "URL prefixes to include in the session. Defaults to all URLs"),