Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ msGetErrorObj
Function
msGetErrorObj
maperror.c:93–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
#ifndef USE_THREAD
92
93
errorObj *msGetErrorObj()
94
{
95
static errorObj ms_error = {MS_NOERR,
""
,
""
, MS_FALSE, NULL};
96
97
return &ms_error;
98
}
99
#endif
100
101
#ifdef USE_THREAD
Callers
15
msOGRLayerOpen
Function · 0.85
writeError
Function · 0.85
main
Function · 0.85
msRasterQueryByRect
Function · 0.85
msUpdateMapFromURL
Function · 0.85
msWMSFeatureInfo
Function · 0.85
msInsertErrorObj
Function · 0.85
msResetErrorList
Function · 0.85
msGetErrorString
Function · 0.85
msWriteError
Function · 0.85
msWriteErrorXML
Function · 0.85
msWFSGetFeature
Function · 0.85
Calls
3
msAcquireLock
Function · 0.85
msGetThreadId
Function · 0.85
msReleaseLock
Function · 0.85
Tested by
no test coverage detected