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

/httpd/server/
H A Dutil.c753 static char *substring_conf(apr_pool_t *p, const char *start, int len, function
806 res = substring_conf(p, str + 1, strend - str - 1, quote);
816 res = substring_conf(p, str, strend - str, 0);

Completed in 21 milliseconds