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

Method wakeup

src/remote/server/server.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 { }
329
330 void wakeup(unsigned int length, const void* data)
331 {
332 cryptCallback.wakeup(length, data);
333 }
334
335 ICryptKeyCallback* getInterface()
336 {

Callers 3

wakeupMethod · 0.45
SRVR_multi_threadFunction · 0.45
asyncReceiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected