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

/httpd/modules/session/
H A Dmod_session.c48 * Should the session be included within this URL.
51 * include and exclude arrays to determine whether they should be included.
58 int included = 1; /* defaults to included */ local
62 included = 0;
63 for (i = 0; !included && i < conf->includes->nelts; i++) {
66 included = 1;
72 for (i = 0; included && i < conf->excludes->nelts; i++) {
75 included = 0;
80 return included;
[all...]

Completed in 694 milliseconds