Home
last modified time | relevance | path

Searched refs:fpTarget (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondatasource.cpp1094 VSILFILE* fpTarget = nullptr; in FlushCache() local
1097 fpTarget = VSIFOpenL(pszName_, "rb+"); in FlushCache()
1098 if( fpTarget ) in FlushCache()
1102 if( !fpTarget ) in FlushCache()
1110 VSIOverwriteFile(fpTarget, osNewFilename)); in FlushCache()
1111 VSIFCloseL(fpTarget); in FlushCache()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondatasource.cpp1094 VSILFILE* fpTarget = nullptr; in FlushCache() local
1097 fpTarget = VSIFOpenL(pszName_, "rb+"); in FlushCache()
1098 if( fpTarget ) in FlushCache()
1102 if( !fpTarget ) in FlushCache()
1110 VSIOverwriteFile(fpTarget, osNewFilename)); in FlushCache()
1111 VSIFCloseL(fpTarget); in FlushCache()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsondatasource.cpp1094 VSILFILE* fpTarget = nullptr; in FlushCache() local
1097 fpTarget = VSIFOpenL(pszName_, "rb+"); in FlushCache()
1098 if( fpTarget ) in FlushCache()
1102 if( !fpTarget ) in FlushCache()
1110 VSIOverwriteFile(fpTarget, osNewFilename)); in FlushCache()
1111 VSIFCloseL(fpTarget); in FlushCache()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshapedatasource.cpp1721 VSILFILE* fpTarget = nullptr; in RecompressIfNeeded() local
1724 fpTarget = VSIFOpenL(pszName, "rb+"); in RecompressIfNeeded()
1725 if( fpTarget ) in RecompressIfNeeded()
1729 if( !fpTarget ) in RecompressIfNeeded()
1731 bool bCopyOK = CopyInPlace(fpTarget, osTmpZip); in RecompressIfNeeded()
1732 VSIFCloseL(fpTarget); in RecompressIfNeeded()
1766 bool OGRShapeDataSource::CopyInPlace( VSILFILE* fpTarget, in CopyInPlace() argument
1769 return CPL_TO_BOOL(VSIOverwriteFile(fpTarget, osSourceFilename.c_str())); in CopyInPlace()
H A Dogrshape.h347 static bool CopyInPlace( VSILFILE* fpTarget,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshapedatasource.cpp1721 VSILFILE* fpTarget = nullptr; in RecompressIfNeeded() local
1724 fpTarget = VSIFOpenL(pszName, "rb+"); in RecompressIfNeeded()
1725 if( fpTarget ) in RecompressIfNeeded()
1729 if( !fpTarget ) in RecompressIfNeeded()
1731 bool bCopyOK = CopyInPlace(fpTarget, osTmpZip); in RecompressIfNeeded()
1732 VSIFCloseL(fpTarget); in RecompressIfNeeded()
1766 bool OGRShapeDataSource::CopyInPlace( VSILFILE* fpTarget, in CopyInPlace() argument
1769 return CPL_TO_BOOL(VSIOverwriteFile(fpTarget, osSourceFilename.c_str())); in CopyInPlace()
H A Dogrshape.h347 static bool CopyInPlace( VSILFILE* fpTarget,
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/shape/
H A Dogrshapedatasource.cpp1721 VSILFILE* fpTarget = nullptr; in RecompressIfNeeded() local
1724 fpTarget = VSIFOpenL(pszName, "rb+"); in RecompressIfNeeded()
1725 if( fpTarget ) in RecompressIfNeeded()
1729 if( !fpTarget ) in RecompressIfNeeded()
1731 bool bCopyOK = CopyInPlace(fpTarget, osTmpZip); in RecompressIfNeeded()
1732 VSIFCloseL(fpTarget); in RecompressIfNeeded()
1766 bool OGRShapeDataSource::CopyInPlace( VSILFILE* fpTarget, in CopyInPlace() argument
1769 return CPL_TO_BOOL(VSIOverwriteFile(fpTarget, osSourceFilename.c_str())); in CopyInPlace()
H A Dogrshape.h347 static bool CopyInPlace( VSILFILE* fpTarget,
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil.cpp2528 int VSIOverwriteFile( VSILFILE* fpTarget, const char* pszSourceFilename ) in VSIOverwriteFile() argument
2540 VSIFSeekL( fpTarget, 0, SEEK_SET ); in VSIOverwriteFile()
2545 size_t nWritten = VSIFWriteL( pBuffer, 1, nRead, fpTarget ); in VSIOverwriteFile()
2557 bRet = VSIFTruncateL( fpTarget, VSIFTellL(fpTarget) ) == 0; in VSIOverwriteFile()
H A Dcpl_vsi.h191 int CPL_DLL VSIOverwriteFile( VSILFILE* fpTarget, const char* pszSourceFilename ) CPL_WARN_UNUS…
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil.cpp2528 int VSIOverwriteFile( VSILFILE* fpTarget, const char* pszSourceFilename ) in VSIOverwriteFile() argument
2540 VSIFSeekL( fpTarget, 0, SEEK_SET ); in VSIOverwriteFile()
2545 size_t nWritten = VSIFWriteL( pBuffer, 1, nRead, fpTarget ); in VSIOverwriteFile()
2557 bRet = VSIFTruncateL( fpTarget, VSIFTellL(fpTarget) ) == 0; in VSIOverwriteFile()
H A Dcpl_vsi.h191 int CPL_DLL VSIOverwriteFile( VSILFILE* fpTarget, const char* pszSourceFilename ) CPL_WARN_UNUS…
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil.cpp2528 int VSIOverwriteFile( VSILFILE* fpTarget, const char* pszSourceFilename ) in VSIOverwriteFile() argument
2540 VSIFSeekL( fpTarget, 0, SEEK_SET ); in VSIOverwriteFile()
2545 size_t nWritten = VSIFWriteL( pBuffer, 1, nRead, fpTarget ); in VSIOverwriteFile()
2557 bRet = VSIFTruncateL( fpTarget, VSIFTellL(fpTarget) ) == 0; in VSIOverwriteFile()
H A Dcpl_vsi.h191 int CPL_DLL VSIOverwriteFile( VSILFILE* fpTarget, const char* pszSourceFilename ) CPL_WARN_UNUS…
/dports/www/firefox/firefox-99.0/gfx/layers/apz/src/
H A DAPZCTreeManager.cpp2915 RefPtr<AsyncPanZoomController> fpTarget = in GetTargetApzcForNode() local
2918 fpTarget.get(), n->GetFixedPosTarget()); in GetTargetApzcForNode()
2919 return fpTarget.get(); in GetTargetApzcForNode()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/src/
H A DAPZCTreeManager.cpp3079 RefPtr<AsyncPanZoomController> fpTarget = in GetTargetApzcForNode() local
3082 fpTarget.get(), n->GetFixedPosTarget()); in GetTargetApzcForNode()
3083 return fpTarget.get(); in GetTargetApzcForNode()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/src/
H A DAPZCTreeManager.cpp2993 RefPtr<AsyncPanZoomController> fpTarget = in GetTargetApzcForNode() local
2996 fpTarget.get(), n->GetFixedPosTarget()); in GetTargetApzcForNode()
2997 return fpTarget.get(); in GetTargetApzcForNode()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/src/
H A DAPZCTreeManager.cpp3079 RefPtr<AsyncPanZoomController> fpTarget = in GetTargetApzcForNode() local
3082 fpTarget.get(), n->GetFixedPosTarget()); in GetTargetApzcForNode()
3083 return fpTarget.get(); in GetTargetApzcForNode()