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

Function ClearParamPool

src/gpre/languages/fbrmclib.cpp:224–229  ·  view source on GitHub ↗

Clear all parameter pools

Source from the content-addressed store, hash-verified

222
223// Clear all parameter pools
224static void ClearParamPool()
225{
226 ClearIntPool();
227 ClearShortPool();
228 ClearStringPool();
229}
230
231// Allocate a buffer of n bytes in the string pool & return its buffer pointer.
232// Return a NULL pointer if the pool is exhausted

Callers 1

RM_ENTRYFunction · 0.85

Calls 3

ClearIntPoolFunction · 0.85
ClearShortPoolFunction · 0.85
ClearStringPoolFunction · 0.85

Tested by

no test coverage detected