Lines Matching defs:maps
213 /* max line length (incl.\n) in text rewrite maps */
218 /* buffer length for prg rewrite maps */
259 const char *cachename; /* for cached maps (txt/rnd/dbm) */
261 apr_file_t *fpin; /* in file pointer for program maps */
262 apr_file_t *fpout; /* out file pointer for program maps */
263 apr_file_t *fperr; /* err file pointer for program maps */
264 char *(*func)(request_rec *, /* function pointer for internal maps */
356 apr_hash_t *maps;
362 /* cached maps contain an mtime for the whole map and live in a subpool
1000 map = apr_hash_get(cachep->maps, name, APR_HASH_KEY_STRING);
1017 apr_hash_set(cachep->maps, name, APR_HASH_KEY_STRING, map);
1053 map = apr_hash_get(cachep->maps, name, APR_HASH_KEY_STRING);
1089 cachep->maps = apr_hash_make(cachep->pool);
2338 * To make rewrite maps useful, the lookup key and
4245 * corresponds to ourself. This is to simplify rewrite maps