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

/httpd/modules/filters/
H A Dmod_sed.c35 const char *last_error; member in struct:sed_expr_config
77 sed_cfg->last_error = error;
486 sed_cfg->last_error);
H A Dmod_include.c1774 char *last_error; local
1794 last_error = NULL;
1834 else if ((tag[0] == 'v' && !last_error)
1835 || (tag[0] == 'o' && last_error)) {
1873 if (last_error) {
1877 last_error = error_fmt;
1880 last_error = NULL;
1890 if (last_error) {

Completed in 303 milliseconds