Lines Matching refs:entries
314 apr_array_header_t *rewriteconds;/* the corresponding RewriteCond entries */
332 apr_hash_t *rewritemaps; /* the RewriteMap entries */
333 apr_array_header_t *rewriteconds; /* the RewriteCond entries (temp.) */
334 apr_array_header_t *rewriterules; /* the RewriteRule entries */
343 apr_array_header_t *rewriteconds; /* the RewriteCond entries (temp.) */
344 apr_array_header_t *rewriterules; /* the RewriteRule entries */
368 apr_hash_t *entries;
1014 map->entries = apr_hash_make(map->pool);
1021 map->entries = apr_hash_make(map->pool);
1025 /* Now we should have a valid map->entries hash, where we
1031 apr_hash_set(map->entries,
1059 map->entries = apr_hash_make(map->pool);
1063 val = apr_hash_get(map->entries, key, APR_HASH_KEY_STRING);
3778 * array of RewriteCond entries, we take it for us
4280 rewriterule_entry *entries;
4296 entries = (rewriterule_entry *)rewriterules->elts;
4300 p = &entries[i];
4408 p = &entries[i];