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

Function reportError

src/common/isc_sync.cpp:1189–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1187#ifdef UNIX
1188
1189static inline void reportError(const char* func, CheckStatusWrapper* statusVector)
1190{
1191 if (!statusVector)
1192 system_call_failed::raise(func);
1193 else
1194 error(statusVector, func, errno);
1195}
1196
1197bool allocFileSpace(int fd, off_t offset, FB_SIZE_T length, CheckStatusWrapper* statusVector)
1198{

Callers 1

allocFileSpaceFunction · 0.85

Calls 2

raiseFunction · 0.85
errorFunction · 0.70

Tested by

no test coverage detected