Home
last modified time | relevance | path

Searched refs:l_nFileSize (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dfilegdbtable.cpp1794 vsi_l_offset l_nFileSize = VSIFTellL(fpIndexes); in GetIndexCount() local
1795 returnErrorAndCleanupIf(l_nFileSize > 1024 * 1024, VSIFCloseL(fpIndexes) ); in GetIndexCount()
1797 GByte* pabyIdx = (GByte*)VSI_MALLOC_VERBOSE((size_t)l_nFileSize); in GetIndexCount()
1801 int nRead = (int)VSIFReadL( pabyIdx, (size_t)l_nFileSize, 1, fpIndexes ); in GetIndexCount()
1806 GByte* pabyEnd = pabyIdx + l_nFileSize; in GetIndexCount()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dfilegdbtable.cpp1794 vsi_l_offset l_nFileSize = VSIFTellL(fpIndexes); in GetIndexCount() local
1795 returnErrorAndCleanupIf(l_nFileSize > 1024 * 1024, VSIFCloseL(fpIndexes) ); in GetIndexCount()
1797 GByte* pabyIdx = (GByte*)VSI_MALLOC_VERBOSE((size_t)l_nFileSize); in GetIndexCount()
1801 int nRead = (int)VSIFReadL( pabyIdx, (size_t)l_nFileSize, 1, fpIndexes ); in GetIndexCount()
1806 GByte* pabyEnd = pabyIdx + l_nFileSize; in GetIndexCount()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dfilegdbtable.cpp1794 vsi_l_offset l_nFileSize = VSIFTellL(fpIndexes); in GetIndexCount() local
1795 returnErrorAndCleanupIf(l_nFileSize > 1024 * 1024, VSIFCloseL(fpIndexes) ); in GetIndexCount()
1797 GByte* pabyIdx = (GByte*)VSI_MALLOC_VERBOSE((size_t)l_nFileSize); in GetIndexCount()
1801 int nRead = (int)VSIFReadL( pabyIdx, (size_t)l_nFileSize, 1, fpIndexes ); in GetIndexCount()
1806 GByte* pabyEnd = pabyIdx + l_nFileSize; in GetIndexCount()