Searched defs:escape_backref (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/mappers/
H A Dmod_rewrite.c427 static char *escape_backref(apr_pool_t *p, const char *path, const char *escapeme, int noplus);
639 static char *escape_backref(apr_pool_t *p, const char *path, const char *escapeme, int noplus) { function
2400 tmp2 = escape_backref(pool, tmp, entry->escapes, entry->flags & RULEFLAG_ESCAPENOPLUS);

Completed in 1453 milliseconds