Home
last modified time | relevance | path

Searched defs:pszMessage (Results 1 – 25 of 143) sorted by relevance

123456

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcelib.h30 #define _LeaveError(hr,pszMessage) _LeaveErrorStr2((hr),(pszMessage),NULL,S_OK) argument
31 #define _LeaveError2(hr,pszMessage,hr2) _LeaveErrorStr2((hr),(pszMessage),NULL,(hr2)) argument
34 #define _LeaveIfError(hr,pszMessage) _LeaveIfErrorStr2((hr),(pszMessage),NULL,S_OK) argument
35 #define _LeaveIfError2(hr,pszMessage,hr2) _LeaveIfErrorStr2((hr),(pszMessage),NULL,(hr2)) argument
38 #define _PrintErrorStr(hr,pszMessage,pwsz) ceERRORPRINTLINESTR((pszMessage),(pwsz),(hr)) argument
39 #define _PrintErrorStr2(hr,pszMessage,pwsz,hr2) _PrintErrorStr((hr),(pszMessage),(pwsz)) argument
40 #define _PrintError2(hr,pszMessage,hr2) _PrintErrorStr((hr),(pszMessage),NULL) argument
41 #define _PrintError(hr,pszMessage) _PrintErrorStr((hr),(pszMessage),NULL) argument
44 #define _PrintIfError2(hr,pszMessage,hr2) _PrintIfErrorStr((hr),(pszMessage),NULL) argument
45 #define _PrintIfError(hr,pszMessage) _PrintIfErrorStr((hr),(pszMessage),NULL) argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcelib.h30 #define _LeaveError(hr,pszMessage) _LeaveErrorStr2((hr),(pszMessage),NULL,S_OK) argument
31 #define _LeaveError2(hr,pszMessage,hr2) _LeaveErrorStr2((hr),(pszMessage),NULL,(hr2)) argument
34 #define _LeaveIfError(hr,pszMessage) _LeaveIfErrorStr2((hr),(pszMessage),NULL,S_OK) argument
35 #define _LeaveIfError2(hr,pszMessage,hr2) _LeaveIfErrorStr2((hr),(pszMessage),NULL,(hr2)) argument
38 #define _PrintErrorStr(hr,pszMessage,pwsz) ceERRORPRINTLINESTR((pszMessage),(pwsz),(hr)) argument
39 #define _PrintErrorStr2(hr,pszMessage,pwsz,hr2) _PrintErrorStr((hr),(pszMessage),(pwsz)) argument
40 #define _PrintError2(hr,pszMessage,hr2) _PrintErrorStr((hr),(pszMessage),NULL) argument
41 #define _PrintError(hr,pszMessage) _PrintErrorStr((hr),(pszMessage),NULL) argument
44 #define _PrintIfError2(hr,pszMessage,hr2) _PrintIfErrorStr((hr),(pszMessage),NULL) argument
45 #define _PrintIfError(hr,pszMessage) _PrintIfErrorStr((hr),(pszMessage),NULL) argument
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/java/
H A Dcallback.i18 virtual int run(double dfComplete, const char* pszMessage) in run()
31 virtual int run(double dfComplete, const char* pszMessage) in run()
44 JavaProgressProxy( double dfComplete, const char *pszMessage, void *pData ) in JavaProgressProxy()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/java/
H A Dcallback.i18 virtual int run(double dfComplete, const char* pszMessage) in run()
31 virtual int run(double dfComplete, const char* pszMessage) in run()
44 JavaProgressProxy( double dfComplete, const char *pszMessage, void *pData ) in JavaProgressProxy()
/dports/graphics/gdal/gdal-3.3.3/swig/include/java/
H A Dcallback.i18 virtual int run(double dfComplete, const char* pszMessage) in run()
31 virtual int run(double dfComplete, const char* pszMessage) in run()
44 JavaProgressProxy( double dfComplete, const char *pszMessage, void *pData ) in JavaProgressProxy()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_progress.cpp49 CPL_UNUSED const char *pszMessage, in GDALDummyProgress()
72 int CPL_STDCALL GDALScaledProgress( double dfComplete, const char *pszMessage, in GDALScaledProgress()
211 CPL_UNUSED const char *pszMessage, in GDALTermProgress()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_progress.cpp77 int CPL_STDCALL GDALScaledProgress( double dfComplete, const char *pszMessage, in GDALScaledProgress()
218 CPL_UNUSED const char * pszMessage, in GDALTermProgress()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_progress.cpp77 int CPL_STDCALL GDALScaledProgress( double dfComplete, const char *pszMessage, in GDALScaledProgress()
218 CPL_UNUSED const char * pszMessage, in GDALTermProgress()
/dports/databases/unixODBC/unixODBC-2.3.9/odbcinst/
H A DODBCINSTValidateProperties.c16 …ateProperties( HODBCINSTPROPERTY hFirstProperty, HODBCINSTPROPERTY hBadProperty, char *pszMessage ) in ODBCINSTValidateProperties()
H A DODBCINSTValidateProperty.c15 int ODBCINSTValidateProperty( HODBCINSTPROPERTY hFirstProperty, char *pszProperty, char *pszMessage in ODBCINSTValidateProperty()
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/ogr/
H A Dqgsgeopackagerasterwriter.cpp41 { in writeRaster()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/providers/ogr/
H A Dqgsgeopackagerasterwriter.cpp43 { in writeRaster()
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/python/
H A Dcallback.i22 PyProgressProxy( double dfComplete, const char *pszMessage, void *pData ) in PyProgressProxy()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/python/
H A Dcallback.i22 PyProgressProxy( double dfComplete, const char *pszMessage, void *pData ) in PyProgressProxy()
/dports/graphics/gdal/gdal-3.3.3/swig/include/python/
H A Dcallback.i22 PyProgressProxy( double dfComplete, const char *pszMessage, void *pData ) in PyProgressProxy()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/aigrid/
H A Daitest.c51 const char *pszMessage = ""; in DumpMagic() local
/dports/graphics/py-gdal/gdal-3.3.3/frmts/aigrid/
H A Daitest.c51 const char *pszMessage = ""; in DumpMagic() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/aigrid/
H A Daitest.c51 const char *pszMessage = ""; in DumpMagic() local
/dports/graphics/gdal/gdal-3.3.3/frmts/aigrid/
H A Daitest.c51 const char *pszMessage = ""; in DumpMagic() local
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/odbc/
H A Dogrodbclayer.cpp310 const char *pszMessage; in GetNextRawFeature() local
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/odbc/
H A Dogrodbclayer.cpp301 const char *pszMessage = nullptr; in GetNextRawFeature() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/odbc/
H A Dogrodbclayer.cpp301 const char *pszMessage = nullptr; in GetNextRawFeature() local
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/odbc/
H A Dogrodbclayer.cpp301 const char *pszMessage = nullptr; in GetNextRawFeature() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/walk/
H A Dogrwalklayer.cpp266 const char *pszMessage = nullptr; in GetNextRawFeature() local
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/walk/
H A Dogrwalklayer.cpp266 const char *pszMessage = nullptr; in GetNextRawFeature() local

123456