Home
last modified time | relevance | path

Searched refs:pszValue2 (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapcontext.c449 char *pszValue, *pszValue1, *pszValue2; in msLoadMapContextLayerStyle() local
552 pszValue2 = strchr(pszValue, '&'); in msLoadMapContextLayerStyle()
553 if(pszValue2 != NULL) in msLoadMapContextLayerStyle()
554 pszValue1[pszValue2-pszValue1] = '\0'; in msLoadMapContextLayerStyle()
572 pszValue2 = strchr(pszValue, '&'); in msLoadMapContextLayerStyle()
573 if(pszValue2 != NULL) in msLoadMapContextLayerStyle()
574 pszValue1[pszValue2-pszValue1] = '\0'; in msLoadMapContextLayerStyle()
671 char *pszValue, *pszValue1, *pszValue2; in msLoadMapContextGeneral() local
768 pszValue2 = (char*)CPLGetXMLValue(psGeneral,"Window.height",NULL); in msLoadMapContextGeneral()
769 if(pszValue1 != NULL && pszValue2 != NULL) { in msLoadMapContextGeneral()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h1068 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1121 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1166 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer… argument
1167 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer…
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h1068 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1121 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1166 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer… argument
1167 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer…
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h1068 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1121 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1166 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer… argument
1167 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer…
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h1068 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1121 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1166 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer… argument
1167 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer…
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Dstructuredquery.h1068 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1121 /* [unique][in] */ __RPC__in_opt LPCWSTR pszValue2,
1166 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer… argument
1167 …ForLeaf(This,pConditionFactory,pszPropertyName,op,pszValueType,pszValue,pszValue2,pPropertyNameTer…
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dogrspatialreference.cpp5095 const char *pszValue1, *pszValue2; in IsSame() local
5099 pszValue2 = poOtherSRS->GetAttrValue( "PROJECTION" ); in IsSame()
5100 if( pszValue1 == NULL || pszValue2 == NULL in IsSame()
5101 || !EQUAL(pszValue1,pszValue2) ) in IsSame()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dogrspatialreference.cpp6592 const char *pszValue1, *pszValue2; in IsSame() local
6596 pszValue2 = poOtherSRS->GetAttrValue( "PROJECTION" ); in IsSame()
6597 if( pszValue1 == NULL || pszValue2 == NULL in IsSame()
6598 || !EQUAL(pszValue1,pszValue2) ) in IsSame()