MCPcopy Create free account
hub / github.com/WinMerge/winmerge / hashTableIterInit

Function hashTableIterInit

Externals/poco/XML/src/xmlparse.cpp:7958–7962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7956}
7957
7958static void FASTCALL
7959hashTableIterInit(HASH_TABLE_ITER *iter, const HASH_TABLE *table) {
7960 iter->p = table->v;
7961 iter->end = iter->p ? iter->p + table->size : NULL;
7962}
7963
7964static NAMED *FASTCALL
7965hashTableIterNext(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