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

/httpd/server/
H A Dlog.c854 int buflen, int *errstr_start, int *errstr_end,
936 *errstr_end = len;
951 int *errstr_end, const char *err_fmt, va_list args)
986 *errstr_end = 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);
1240 errstr[errstr_end] = '\0';
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 1680 milliseconds