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

/httpd/modules/generators/
H A Dmod_info.c144 const char *thisfn, int linenum)
148 if (thisfn == NULL)
149 thisfn = "*UNKNOWN*";
150 if (prevfn == NULL || 0 != strcmp(prevfn, thisfn)) {
152 thisfn = ap_escape_html(r->pool, thisfn);
154 thisfn);
157 apr_file_printf(out, "# In file: %s\n", thisfn);
159 set_fn_info(r, thisfn);
143 mod_info_indent(request_rec * r, int nest, const char *thisfn, int linenum) argument

Completed in 421 milliseconds