MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / CPR_error

Function CPR_error

src/gpre/gpre.cpp:948–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946//
947
948int CPR_error(const TEXT* string)
949{
950 fprintf(stderr, "(E) %s:%d: %s\n", file_name, line_global + 1, string);
951 gpreGlob.errors_global++;
952
953 return 0;
954}
955
956
957//____________________________________________________________

Callers 15

MSC_allocFunction · 0.85
MSC_alloc_permanentFunction · 0.85
HSH_removeFunction · 0.85
PATTERN_expandFunction · 0.85
PAR_databaseFunction · 0.85
PAR_errorFunction · 0.85
PAR_finiFunction · 0.85
PAR_get_tokenFunction · 0.85
PAR_reservingFunction · 0.85
CPR_get_textFunction · 0.85
CPR_s_errorFunction · 0.85
CPR_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected