Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void msFreeHashTable( hashTableObj *table )
76
{
77
if( table != NULL )
78
{
79
msFreeHashItems(table);
80
free(table);
81
table = NULL;
82
}
83
}
84
85
int msHashIsEmpty( hashTableObj *table )
86
{
Callers
15
msFreeWmsParamsObj
Function · 0.85
processIfTag
Function · 0.85
processResultSetTag
Function · 0.85
processIncludeTag
Function · 0.85
processItemTag
Function · 0.85
processExtentTag
Function · 0.85
processShplabelTag
Function · 0.85
processDateTag
Function · 0.85
processShpxyTag
Function · 0.85
processMetadata
Function · 0.85
processIcon
Function · 0.85
generateGroupTemplate
Function · 0.85
Calls
1
msFreeHashItems
Function · 0.85
Tested by
no test coverage detected