Lines Matching defs:in
5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
246 * looked up in the request, created if necessary, and saved to the request
275 * looked up in the request, created if necessary, and saved to the request
328 * By default, the name value pairs in the session are URLEncoded, separated
329 * by equals, and then in turn separated by ampersand, in the format of an
360 * By default, the name value pairs in the session are URLEncoded, separated
361 * by equals, and then in turn separated by ampersand, in the format of an
417 * This is done in an output filter so that our options for where to
424 * defined. We need to go through each session in turn, and save each
427 * The same session might appear in more than one request. The first
431 apr_bucket_brigade * in)
434 /* save all the sessions in all the requests */
478 return ap_pass_brigade(f->next, in);
635 "URL prefixes to include in the session. Defaults to all URLs"),