MCPcopy Create free account
hub / github.com/MapServer/MapServer / hashTableObj_clear

Function hashTableObj_clear

mapscript/php/mapscript_i.c:1556–1559  ·  view source on GitHub ↗

Clear all items in hash table (to NULL)

Source from the content-addressed store, hash-verified

1554
1555// Clear all items in hash table (to NULL)
1556void hashTableObj_clear(hashTableObj *self) {
1557 msFreeHashItems(self);
1558 initHashTable(self);
1559}
1560
1561// Return the next key or first key if previousKey == NULL
1562char *hashTableObj_nextKey(hashTableObj *self, const char *previousKey) {

Callers 1

hashtable.cFile · 0.85

Calls 2

msFreeHashItemsFunction · 0.85
initHashTableFunction · 0.85

Tested by

no test coverage detected