MCPcopy Create free account
hub / github.com/Kitware/CMake / poolInit

Function poolInit

Utilities/cmexpat/lib/xmlparse.c:7958–7966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7956}
7957
7958static void FASTCALL
7959poolInit(STRING_POOL *pool, XML_Parser parser) {
7960 pool->blocks = NULL;
7961 pool->freeBlocks = NULL;
7962 pool->start = NULL;
7963 pool->ptr = NULL;
7964 pool->end = NULL;
7965 pool->parser = parser;
7966}
7967
7968static void FASTCALL
7969poolClear(STRING_POOL *pool) {

Callers 2

xmlparse.cFile · 0.85
dtdCreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…