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

Function hashTableIterInit

Utilities/cmexpat/lib/xmlparse.c:7942–7946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7940}
7941
7942static void FASTCALL
7943hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) {
7944 iter->p = table->v;
7945 iter->end = iter->p ? iter->p + table->size : NULL;
7946}
7947
7948static NAMED *FASTCALL
7949hashTableIterNext(HASH_TABLE_ITER *iter) {

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…