Home
last modified time | relevance | path

Searched refs:pszFullName (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/shape/
H A Dogrshape.h70 char* pszFullName; variable
78 pszFullName(CPLStrdup(pszFullNameIn)), in OGRShapeGeomFieldDefn()
84 virtual ~OGRShapeGeomFieldDefn() { CPLFree(pszFullName); } in ~OGRShapeGeomFieldDefn()
105 char *pszFullName; variable
174 const char *GetFullName() { return pszFullName; } in GetFullName()
H A Dogrshapelayer.cpp65 pszFullName = CPLStrdup(pszFullNameIn); in OGRShapeLayer()
117 hDBF->pszCodePage, pszFullName ); in OGRShapeLayer()
204 CPLFree( pszFullName ); in ~OGRShapeLayer()
419 InitializeIndexSupport( pszFullName ); in ScanIndices()
1401 InitializeIndexSupport( pszFullName ); in TestCapability()
2262 CPLString osDirname(CPLGetPath(pszFullName)); in Repack()
2263 CPLString osBasename(CPLGetBasename(pszFullName)); in Repack()
2801 hSHP = poDS->DS_SHPOpen( pszFullName, "r+" ); in ReopenFileDescriptors()
2803 hSHP = poDS->DS_SHPOpen( pszFullName, "r" ); in ReopenFileDescriptors()
2815 hDBF = poDS->DS_DBFOpen( pszFullName, "r+" ); in ReopenFileDescriptors()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshape.h77 char* pszFullName = nullptr;
86 pszFullName(CPLStrdup(pszFullNameIn)), in OGRShapeGeomFieldDefn()
94 CPLFree(pszFullName); in ~OGRShapeGeomFieldDefn()
118 char *pszFullName; variable
208 const char *GetFullName() { return pszFullName; } in GetFullName()
H A Dogrshapelayer.cpp78 pszFullName(CPLStrdup(pszFullNameIn)), in OGRShapeLayer()
136 hDBF->pszCodePage, pszFullName ); in OGRShapeLayer()
183 CPLGetBasename(pszFullName), in OGRShapeLayer()
288 CPLFree( pszFullName ); in ~OGRShapeLayer()
553 InitializeIndexSupport( pszFullName ); in ScanIndices()
1637 InitializeIndexSupport( pszFullName ); in TestCapability()
2397 CPLResetExtension( pszFullName, "qix" ); in DropSpatialIndex()
2617 const CPLString osDirname(CPLGetPath(pszFullName)); in Repack()
3477 CPLResetExtension( pszFullName, "qix" ); in AddToFileList()
3504 CPLFree(pszFullName); in UpdateFollowingDeOrRecompression()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshape.h77 char* pszFullName = nullptr;
86 pszFullName(CPLStrdup(pszFullNameIn)), in OGRShapeGeomFieldDefn()
94 CPLFree(pszFullName); in ~OGRShapeGeomFieldDefn()
118 char *pszFullName; variable
208 const char *GetFullName() { return pszFullName; } in GetFullName()
H A Dogrshapelayer.cpp78 pszFullName(CPLStrdup(pszFullNameIn)), in OGRShapeLayer()
136 hDBF->pszCodePage, pszFullName ); in OGRShapeLayer()
183 CPLGetBasename(pszFullName), in OGRShapeLayer()
288 CPLFree( pszFullName ); in ~OGRShapeLayer()
553 InitializeIndexSupport( pszFullName ); in ScanIndices()
1637 InitializeIndexSupport( pszFullName ); in TestCapability()
2397 CPLResetExtension( pszFullName, "qix" ); in DropSpatialIndex()
2617 const CPLString osDirname(CPLGetPath(pszFullName)); in Repack()
3477 CPLResetExtension( pszFullName, "qix" ); in AddToFileList()
3504 CPLFree(pszFullName); in UpdateFollowingDeOrRecompression()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshape.h77 char* pszFullName = nullptr;
86 pszFullName(CPLStrdup(pszFullNameIn)), in OGRShapeGeomFieldDefn()
94 CPLFree(pszFullName); in ~OGRShapeGeomFieldDefn()
118 char *pszFullName; variable
208 const char *GetFullName() { return pszFullName; } in GetFullName()
H A Dogrshapelayer.cpp78 pszFullName(CPLStrdup(pszFullNameIn)), in OGRShapeLayer()
136 hDBF->pszCodePage, pszFullName ); in OGRShapeLayer()
183 CPLGetBasename(pszFullName), in OGRShapeLayer()
288 CPLFree( pszFullName ); in ~OGRShapeLayer()
553 InitializeIndexSupport( pszFullName ); in ScanIndices()
1637 InitializeIndexSupport( pszFullName ); in TestCapability()
2397 CPLResetExtension( pszFullName, "qix" ); in DropSpatialIndex()
2617 const CPLString osDirname(CPLGetPath(pszFullName)); in Repack()
3477 CPLResetExtension( pszFullName, "qix" ); in AddToFileList()
3504 CPLFree(pszFullName); in UpdateFollowingDeOrRecompression()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapogcsos.c261 char *pszTmpVal = NULL, *pszFullName = NULL; in msSOSAddPropertyNode() local
301 pszFullName = msStrdup(pszComponentBase); in msSOSAddPropertyNode()
303 pszFullName = msStringConcatenate(pszFullName, pszTmpVal); in msSOSAddPropertyNode()
307 pszFullName = msStringConcatenate(pszFullName, ":"); in msSOSAddPropertyNode()
316 pszFullName = msStringConcatenate(pszFullName, pszTmpVal); in msSOSAddPropertyNode()
320 pszFullName = msStringConcatenate(pszFullName, ":"); in msSOSAddPropertyNode()
330 pszFullName = msStringConcatenate(pszFullName, pszTmpVal); in msSOSAddPropertyNode()
334 xmlNewNsProp(psNode, psNsXLink, BAD_CAST "href", BAD_CAST pszFullName); in msSOSAddPropertyNode()
335 free(pszFullName); in msSOSAddPropertyNode()
H A Dmapogcfilter.c3133 const char *pszFullName = NULL; in FLTPreParseFilterForAliasAndGroup() local
3156 pszFullName = msOWSLookupMetadata(&(lp->metadata), namespaces, szTmp); in FLTPreParseFilterForAliasAndGroup()
3157 if (pszFullName) { in FLTPreParseFilterForAliasAndGroup()
3158 FLTReplacePropertyName(psFilterNode, pszFullName, in FLTPreParseFilterForAliasAndGroup()
H A Dmapogcsld.c292 const char* pszFullName; in msSLDApplySLD() local
298 pszFullName = msOWSLookupMetadata(&(lp->metadata), "G", szTmp); in msSLDApplySLD()
300 if (pszFullName != NULL && (strstr(pszTmp1, pszFullName) != NULL)) { in msSLDApplySLD()
301 char *tmpstr1= msReplaceSubstring(pszTmp1, pszFullName, lp->items[z]); in msSLDApplySLD()
H A Dmapwfs.c3130 const char* pszFullName; in msWFSUnaliasItem() local
3137 pszFullName = msOWSLookupMetadata(&(lp->metadata), "G", szTmp); in msWFSUnaliasItem()
3138 if (pszFullName && strcmp(name, pszFullName) == 0) in msWFSUnaliasItem()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ingres/
H A Dogr_ingres.h259 int Open( const char *pszFullName,
H A Dogringresdatasource.cpp129 int OGRIngresDataSource::Open( const char *pszFullName, in Open() argument
286 pszName = CPLStrdup( pszFullName ); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp118 int OGRIngresDataSource::Open( const char *pszFullName, in Open() argument
274 pszName = CPLStrdup( pszFullName ); in Open()
H A Dogr_ingres.h255 int Open( const char *pszFullName,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp118 int OGRIngresDataSource::Open( const char *pszFullName, in Open() argument
274 pszName = CPLStrdup( pszFullName ); in Open()
H A Dogr_ingres.h255 int Open( const char *pszFullName,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ingres/
H A Dogringresdatasource.cpp118 int OGRIngresDataSource::Open( const char *pszFullName, in Open() argument
274 pszName = CPLStrdup( pszFullName ); in Open()
H A Dogr_ingres.h255 int Open( const char *pszFullName,
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Decrgtocdataset.cpp836 const char* pszFullName = BuildFullName(pszTOCFilename, in Build() local
839 poDS->papszFileList = CSLAddString(poDS->papszFileList, pszFullName); in Build()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Decrgtocdataset.cpp938 const char* pszFullName = BuildFullName(pszTOCFilename, in Build() local
941 poDS->papszFileList = CSLAddString(poDS->papszFileList, pszFullName); in Build()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Decrgtocdataset.cpp938 const char* pszFullName = BuildFullName(pszTOCFilename,
941 poDS->papszFileList = CSLAddString(poDS->papszFileList, pszFullName);
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Decrgtocdataset.cpp938 const char* pszFullName = BuildFullName(pszTOCFilename, in Build() local
941 poDS->papszFileList = CSLAddString(poDS->papszFileList, pszFullName); in Build()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgprop.h283 LPOLESTR pszFullName; member

12