Lines Matching refs:pszFullName

78     pszFullName(CPLStrdup(pszFullNameIn)),  in OGRShapeLayer()
136 hDBF->pszCodePage, pszFullName ); in OGRShapeLayer()
183 CPLGetBasename(pszFullName), in OGRShapeLayer()
247 new OGRShapeGeomFieldDefn(pszFullName, eType, bSRSSetIn, poSRSClone); in OGRShapeLayer()
288 CPLFree( pszFullName ); in ~OGRShapeLayer()
506 const char *pszQIXFilename = CPLResetExtension( pszFullName, "qix" ); in CheckForQIX()
525 const char *pszSBNFilename = CPLResetExtension( pszFullName, "sbn" ); in CheckForSBN()
553 InitializeIndexSupport( pszFullName ); in ScanIndices()
1637 InitializeIndexSupport( pszFullName ); in TestCapability()
1719 const CPLString osFilename = CPLResetExtension( pszFullName, "dbf" ); in CreateField()
2149 const char *pszPrjFile = CPLResetExtension( pszFullName, "prj" ); in GetSpatialRef()
2156 pszPrjFile = CPLResetExtension( pszFullName, "PRJ" ); in GetSpatialRef()
2397 CPLResetExtension( pszFullName, "qix" ); in DropSpatialIndex()
2415 CPLResetExtension( pszFullName, papszExt[i] ); in DropSpatialIndex()
2475 char *pszQIXFilename = CPLStrdup(CPLResetExtension( pszFullName, "qix" )); in CreateSpatialIndex()
2617 const CPLString osDirname(CPLGetPath(pszFullName)); in Repack()
2618 const CPLString osBasename(CPLGetBasename(pszFullName)); in Repack()
3367 CPLDebug("SHAPE", "ReopenFileDescriptors(%s)", pszFullName); in ReopenFileDescriptors()
3374 hSHP = poDS->DS_SHPOpen( pszFullName, bRealUpdateAccess ? "r+" : "r" ); in ReopenFileDescriptors()
3385 hDBF = poDS->DS_DBFOpen( pszFullName, bRealUpdateAccess ? "r+" : "r" ); in ReopenFileDescriptors()
3390 "Cannot reopen %s", CPLResetExtension(pszFullName, "dbf")); in ReopenFileDescriptors()
3407 CPLDebug("SHAPE", "CloseUnderlyingLayer(%s)", pszFullName); in CloseUnderlyingLayer()
3477 CPLResetExtension( pszFullName, "qix" ); in AddToFileList()
3483 CPLResetExtension( pszFullName, "sbn" ); in AddToFileList()
3486 CPLResetExtension( pszFullName, "sbx" ); in AddToFileList()
3503 CPLFormFilename(osDSDir, CPLGetFilename(pszFullName), nullptr)); in UpdateFollowingDeOrRecompression()
3504 CPLFree(pszFullName); in UpdateFollowingDeOrRecompression()
3505 pszFullName = pszNewFullName; in UpdateFollowingDeOrRecompression()