MCPcopy Index your code
hub / github.com/MapServer/MapServer / msFreeHashTable

Function msFreeHashTable

maphash.c:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void msFreeHashTable( hashTableObj *table )
76{
77 if( table != NULL )
78 {
79 msFreeHashItems(table);
80 free(table);
81 table = NULL;
82 }
83}
84
85int msHashIsEmpty( hashTableObj *table )
86{

Callers 15

msFreeWmsParamsObjFunction · 0.85
processIfTagFunction · 0.85
processResultSetTagFunction · 0.85
processIncludeTagFunction · 0.85
processItemTagFunction · 0.85
processExtentTagFunction · 0.85
processShplabelTagFunction · 0.85
processDateTagFunction · 0.85
processShpxyTagFunction · 0.85
processMetadataFunction · 0.85
processIconFunction · 0.85
generateGroupTemplateFunction · 0.85

Calls 1

msFreeHashItemsFunction · 0.85

Tested by

no test coverage detected