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

/httpd/server/
H A Dlog.c854 int buflen, int *errstr_start, int *errstr_end,
926 *errstr_start = len;
950 char *buf, int buflen, int *errstr_start,
976 *errstr_start = len;
1143 int len = 0, errstr_start = 0, errstr_end = 0; local
1201 &errstr_start, &errstr_end, fmt, args);
1205 &errstr_start, &errstr_end, fmt, args);
1241 ap_run_error_log(&info, errstr + errstr_start);
853 do_errorlog_default(const ap_errorlog_info *info, char *buf, int buflen, int *errstr_start, int *errstr_end, const char *errstr_fmt, va_list args) argument
949 do_errorlog_format(apr_array_header_t *fmt, ap_errorlog_info *info, char *buf, int buflen, int *errstr_start, int *errstr_end, const char *err_fmt, va_list args) argument

Completed in 1549 milliseconds