Home
last modified time | relevance | path

Searched defs:pszExtension (Results 1 – 25 of 96) sorted by relevance

1234

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geoconcept/
H A Dogrgeoconceptdatasource.cpp173 const char* pszExtension = CPLGetExtension(_pszName); in LoadFile() local
247 const char *pszExtension; in Create() local
H A Dogrgeoconceptdriver.cpp70 const char* pszExtension = CPLGetExtension(pszFilename); in Open() local
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geoconcept/
H A Dogrgeoconceptdatasource.cpp147 const char* pszExtension = CPLGetExtension(_pszName); in LoadFile() local
232 const char *pszExtension = CSLFetchNameValue( papszOptions, "EXTENSION" ); in Create() local
H A Dogrgeoconceptdriver.cpp65 const char* pszExtension = CPLGetExtension(pszFilename); in Open() local
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geoconcept/
H A Dogrgeoconceptdatasource.cpp147 const char* pszExtension = CPLGetExtension(_pszName); in LoadFile() local
232 const char *pszExtension = CSLFetchNameValue( papszOptions, "EXTENSION" ); in Create() local
H A Dogrgeoconceptdriver.cpp65 const char* pszExtension = CPLGetExtension(pszFilename); in Open() local
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dcpl_path.cpp422 const char * pszExtension ) in CPLFormFilename()
484 const char * pszExtension ) in CPLFormCIFilename()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Droipacdataset.cpp293 const char *pszExtension = CPLGetExtension(poOpenInfo->pszFilename); in Open() local
488 const char *pszExtension = CPLGetExtension(poOpenInfo->pszFilename); in Identify() local
533 const char *pszExtension = CPLGetExtension(pszFilename); in Create() local
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Droipacdataset.cpp281 const char *pszExtension = CPLGetExtension(poOpenInfo->pszFilename); in Open() local
549 const char *pszExtension = CPLGetExtension( poOpenInfo->pszFilename ); in Identify() local
596 const char *pszExtension = CPLGetExtension(pszFilename); in Create() local
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Droipacdataset.cpp281 const char *pszExtension = CPLGetExtension(poOpenInfo->pszFilename); in Open() local
549 const char *pszExtension = CPLGetExtension( poOpenInfo->pszFilename ); in Identify() local
596 const char *pszExtension = CPLGetExtension(pszFilename); in Create() local
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Droipacdataset.cpp281 const char *pszExtension = CPLGetExtension(poOpenInfo->pszFilename); in Open() local
549 const char *pszExtension = CPLGetExtension( poOpenInfo->pszFilename ); in Identify() local
596 const char *pszExtension = CPLGetExtension(pszFilename); in Create() local
/dports/graphics/podofo/podofo-0.9.7/tools/podofoimgextract/
H A DImageExtractor.cpp95 const char* pszExtension = bJpeg ? "jpg" : "ppm"; in ExtractImage() local
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/tiger/
H A Dtigerfilebase.cpp87 const char *pszExtension ) in OpenFile()
397 int TigerFileBase::SetWriteModule( const char *pszExtension, in SetWriteModule()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_path.cpp441 const char * pszExtension ) in CPLFormFilename()
507 const char * pszExtension ) in CPLFormCIFilename()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/tiger/
H A Dtigerfilebase.cpp85 const char *pszExtension ) in OpenFile()
391 bool TigerFileBase::SetWriteModule( const char *pszExtension, in SetWriteModule()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/tiger/
H A Dtigerfilebase.cpp85 const char *pszExtension ) in OpenFile()
391 bool TigerFileBase::SetWriteModule( const char *pszExtension, in SetWriteModule()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/tiger/
H A Dtigerfilebase.cpp85 const char *pszExtension ) in OpenFile()
391 bool TigerFileBase::SetWriteModule( const char *pszExtension, in SetWriteModule()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_path.cpp470 const char * pszExtension ) in CPLFormFilename()
544 const char * pszExtension ) in CPLFormCIFilename()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/mitab/
H A Dmitab_ogr_datasource.cpp268 const char *pszExtension = CPLGetExtension(papszFileList[iFile]); in Open() local
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_path.cpp540 const char * pszExtension ) in CPLFormFilename()
660 const char * pszExtension ) in CPLFormCIFilename()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_path.cpp540 const char * pszExtension ) in CPLFormFilename()
660 const char * pszExtension ) in CPLFormCIFilename()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_path.cpp540 const char * pszExtension ) in CPLFormFilename()
660 const char * pszExtension ) in CPLFormCIFilename()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdaldrivermanager.cpp608 const char *pszExtension = CPLGetExtension( papszFiles[iFile] ); in AutoLoadDrivers() local
/dports/emulators/aranym/aranym-1.1.0/src/gui-sdl/
H A Dfile.cpp66 bool File_DoesFileExtensionMatch(char *pszFileName, char *pszExtension) in File_DoesFileExtensionMatch()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfFontFactory.cpp365 const char* pszExtension = pszFilename + strlen( pszFilename ) - 3; in GetFontType() local

1234