Lines Matching defs:entry
2257 static char *do_expand(char *input, rewrite_ctx *ctx, rewriterule_entry *entry)
2285 /* prepare next entry */
2369 key = lookup_map(ctx->r, map, do_expand(key, ctx, entry));
2372 key = do_expand(dflt, ctx, entry);
2396 if (entry && (entry->flags & RULEFLAG_ESCAPEBACKREF)) {
2400 tmp2 = escape_backref(pool, tmp, entry->escapes, entry->flags & RULEFLAG_ESCAPENOPLUS);
3294 /* make a new entry in the internal temporary rewrite rule list */
3720 /* make a new entry in the internal rewrite rule list */
4569 "Consult the manual entry for the RewriteOptions directive "