Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
void 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
~SharedFileInfo
Function · 0.85
get
Function · 0.85
isc_sync.cpp
File · 0.85
Calls
1
vfprintf
Function · 0.85
Tested by
no test coverage detected