Home
last modified time | relevance | path

Searched refs:OWS_VERSION_NOTSET (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapwmslayer.c225 int nVersion=OWS_VERSION_NOTSET; in msBuildWMSLayerURLBase()
428 int nVersion=OWS_VERSION_NOTSET; in msBuildWMSLayerURL()
1210 msSetWMSParamString(&sThisWMSParams, keys[i], pszBuf,MS_FALSE, OWS_VERSION_NOTSET); in msPrepareWMSLayerRequest()
H A Dmapwms.c5090 int i, status, nVersion=OWS_VERSION_NOTSET, isContentDependantLegend = 0; in msWMSDispatch()
5127 return msWMSException(map, OWS_VERSION_NOTSET, NULL, wms_exception_format); in msWMSDispatch()
5137 (nVersion >= OWS_1_0_7 || nVersion == OWS_VERSION_NOTSET)) { in msWMSDispatch()
5154 if (nVersion == OWS_VERSION_NOTSET) { in msWMSDispatch()
5189 if (nVersion != OWS_VERSION_NOTSET) { in msWMSDispatch()
5242 if (service == NULL && nVersion == OWS_VERSION_NOTSET && request==NULL) in msWMSDispatch()
5246 if (nVersion == OWS_VERSION_NOTSET) { in msWMSDispatch()
5250 return msWMSException(map, OWS_VERSION_NOTSET, NULL, wms_exception_format); in msWMSDispatch()
5260 return msWMSException(map, OWS_VERSION_NOTSET, NULL, wms_exception_format); in msWMSDispatch()
H A Dmapows.h180 #define OWS_VERSION_NOTSET -1 macro
H A Dmapcontext.c1319 int i, nValue, nVersion=OWS_VERSION_NOTSET; in msWriteMapContext()
H A Dmapows.c976 return OWS_VERSION_NOTSET; in msOWSParseVersionString()
H A Dmapogcsld.c3261 int sld_version = OWS_VERSION_NOTSET; in msSLDGenerateSLD()
3265 if (sld_version == OWS_VERSION_NOTSET || in msSLDGenerateSLD()