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

Function DEB_FLOCK

src/common/isc_sync.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143#include <stdarg.h>
144
145void DEB_FLOCK(const char* format, ...)
146{
147 va_list params;
148 va_start(params, format);
149 ::vfprintf(stderr, format, params);
150 va_end(params);
151}
152
153#else
154

Callers 3

~SharedFileInfoFunction · 0.85
getFunction · 0.85
isc_sync.cppFile · 0.85

Calls 1

vfprintfFunction · 0.85

Tested by

no test coverage detected