Lines Matching refs:report
583 /* report functions */
584 gfc->report_msg = gfp->report.msgf;
585 gfc->report_dbg = gfp->report.debugf;
586 gfc->report_err = gfp->report.errorf;
1306 /* report functions */
1307 hip_set_errorf(gfc->hip, gfp->report.errorf);
1308 hip_set_debugf(gfc->hip, gfp->report.debugf);
1309 hip_set_msgf(gfc->hip, gfp->report.msgf);
2471 gfp->report.debugf = &lame_report_def;
2472 gfp->report.errorf = &lame_report_def;
2473 gfp->report.msgf = &lame_report_def;