Home
last modified time | relevance | path

Searched refs:poOldest (Results 1 – 8 of 8) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalrasterblock.cpp40 static volatile GDALRasterBlock *poOldest = NULL; /* tail */ variable
154 GDALRasterBlock *poTarget = (GDALRasterBlock *) poOldest; in FlushCacheBlock()
237 if( poOldest == this ) in Detach()
238 poOldest = poPrevious; in Detach()
264 CPLAssert( (poNewest == NULL && poOldest == NULL) in Verify()
265 || (poNewest != NULL && poOldest != NULL) ); in Verify()
270 CPLAssert( poOldest->poNext == NULL ); in Verify()
319 if( poOldest == this ) in Touch()
320 poOldest = this->poPrevious; in Touch()
338 if( poOldest == NULL ) in Touch()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalrasterblock.cpp41 static GDALRasterBlock *poOldest = NULL; /* tail */ variable
361 poTarget = poOldest; in FlushCacheBlock()
509 if( poOldest == this ) in Detach_unlocked()
510 poOldest = poPrevious; in Detach_unlocked()
555 CPLAssert( poOldest->poNext == NULL ); in Verify()
567 CPLAssert( poOldest == poLast ); in Verify()
642 if( poOldest == this ) in Touch_unlocked()
643 poOldest = this->poPrevious; in Touch_unlocked()
661 if( poOldest == NULL ) in Touch_unlocked()
664 poOldest = this; in Touch_unlocked()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalrasterblock.cpp53 static GDALRasterBlock *poOldest = nullptr; // Tail. variable
438 poTarget = poOldest; in FlushCacheBlock()
727 if( poOldest == this ) in Detach_unlocked()
728 poOldest = poPrevious; in Detach_unlocked()
774 CPLAssert( poOldest->poNext == nullptr ); in Verify()
786 CPLAssert( poOldest == poLast ); in Verify()
895 if( poOldest == this ) in Touch_unlocked()
896 poOldest = this->poPrevious; in Touch_unlocked()
914 if( poOldest == nullptr ) in Touch_unlocked()
917 poOldest = this; in Touch_unlocked()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalrasterblock.cpp53 static GDALRasterBlock *poOldest = nullptr; // Tail.
438 poTarget = poOldest; in GDALRasterIO()
727 if( poOldest == this ) in GDALWriteBlock()
728 poOldest = poPrevious; in GDALWriteBlock()
774 CPLAssert( poOldest->poNext == nullptr ); in GetActualBlockSize()
786 CPLAssert( poOldest == poLast ); in GetActualBlockSize()
895 if( poOldest == this )
896 poOldest = this->poPrevious;
914 if( poOldest == nullptr )
917 poOldest = this;
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalrasterblock.cpp53 static GDALRasterBlock *poOldest = nullptr; // Tail. variable
438 poTarget = poOldest; in FlushCacheBlock()
727 if( poOldest == this ) in Detach_unlocked()
728 poOldest = poPrevious; in Detach_unlocked()
774 CPLAssert( poOldest->poNext == nullptr ); in Verify()
786 CPLAssert( poOldest == poLast ); in Verify()
895 if( poOldest == this ) in Touch_unlocked()
896 poOldest = this->poPrevious; in Touch_unlocked()
914 if( poOldest == nullptr ) in Touch_unlocked()
917 poOldest = this; in Touch_unlocked()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc47_dataset_caching.rst101 volatile GDALRasterBlock *poOldest; /* tail */
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/development/rfc/
H A Drfc47_dataset_caching.rst101 volatile GDALRasterBlock *poOldest; /* tail */
/dports/graphics/gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc47_dataset_caching.rst101 volatile GDALRasterBlock *poOldest; /* tail */