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

/httpd/modules/core/
H A Dmod_macro.c131 get read lines as an array till end_token.
132 counts nesting for begin_token/end_token.
139 const char *end_token,
172 if (!strcasecmp(first, end_token)) {
176 /* this cannot happen if end_token contains '>' */
205 return apr_psprintf(pool, "expected token not found: %s", end_token);
137 get_lines_till_end_token(apr_pool_t * pool, ap_configfile_t * config_file, const char *end_token, const char *begin_token, const char *where, apr_array_header_t ** plines) argument

Completed in 491 milliseconds