Lines Matching refs:included
48 * 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 */
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;