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

Function hashTableIterNext

Utilities/cmexpat/lib/xmlparse.c:7948–7956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7946}
7947
7948static NAMED *FASTCALL
7949hashTableIterNext(HASH_TABLE_ITER *iter) {
7950 while (iter->p != iter->end) {
7951 NAMED *tem = *(iter->p)++;
7952 if (tem)
7953 return tem;
7954 }
7955 return NULL;
7956}
7957
7958static void FASTCALL
7959poolInit(STRING_POOL *pool, XML_Parser parser) {

Callers 5

getContextFunction · 0.85
dtdResetFunction · 0.85
dtdDestroyFunction · 0.85
dtdCopyFunction · 0.85
copyEntityTableFunction · 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…