Lines Matching defs:line

596      * c: log conn log id if available and not a once-per-request log line
664 return apr_snprintf(buf, buflen, "%s(%d)", file, info->line);
1000 /* required item is empty. skip whole line */
1028 static void log_error_core(const char *file, int line, int module_index,
1135 info.line = 0;
1158 /* this is the last line of once-per-connection info */
1176 /* this is the last line of once-per-request info */
1188 info.line = line;
1195 * prepare and log one line
1249 static void log_error_va_glue(const char *file, int line, int module_index,
1258 log_error_core(file, line, module_index, level, status, s, c, r, pool,
1263 AP_DECLARE(void) ap_log_error_(const char *file, int line, int module_index,
1270 log_error_core(file, line, module_index, level, status, s, NULL, NULL,
1275 AP_DECLARE(void) ap_log_perror_(const char *file, int line, int module_index,
1282 log_error_core(file, line, module_index, level, status, NULL, NULL, NULL,
1287 AP_DECLARE(void) ap_log_rerror_(const char *file, int line, int module_index,
1294 log_error_core(file, line, module_index, level, status, r->server, NULL, r,
1316 AP_DECLARE(void) ap_log_cserror_(const char *file, int line, int module_index,
1324 log_error_core(file, line, module_index, level, status, s, c,
1329 AP_DECLARE(void) ap_log_cerror_(const char *file, int line, int module_index,
1336 log_error_core(file, line, module_index, level, status, c->base_server, c,
1390 static void log_data_core(const char *file, int line, int module_index,
1409 log_error_va_glue(file, line, module_index, level, APR_SUCCESS, s,
1420 log_error_va_glue(file, line, module_index, level, APR_SUCCESS, s,
1425 AP_DECLARE(void) ap_log_data_(const char *file, int line,
1431 log_data_core(file, line, module_index, level, s, NULL, NULL, label,
1435 AP_DECLARE(void) ap_log_rdata_(const char *file, int line,
1441 log_data_core(file, line, module_index, level, r->server, NULL, r, label,
1445 AP_DECLARE(void) ap_log_cdata_(const char *file, int line,
1451 log_data_core(file, line, module_index, level, c->base_server, c, NULL,
1455 AP_DECLARE(void) ap_log_csdata_(const char *file, int line, int module_index,
1460 log_data_core(file, line, module_index, level, s, c, NULL, label, data,
1471 /* Piece together the command line from the pieces
1488 "Command line: '%s'", result);
1624 "[%s] file %s, line %d, assertion \"%s\" failed",