Home
last modified time | relevance | path

Searched refs:bPerLayerCopyingForTransaction (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbDatasource.cpp56 bPerLayerCopyingForTransaction = -1; in FGdbDataSource()
693 if( bPerLayerCopyingForTransaction >= 0 ) in HasPerLayerCopyingForTransaction()
694 return bPerLayerCopyingForTransaction; in HasPerLayerCopyingForTransaction()
696 bPerLayerCopyingForTransaction = FALSE; in HasPerLayerCopyingForTransaction()
698 bPerLayerCopyingForTransaction = in HasPerLayerCopyingForTransaction()
702 return bPerLayerCopyingForTransaction; in HasPerLayerCopyingForTransaction()
H A DFGdbDriver.cpp292 int bPerLayerCopyingForTransaction = poDS->HasPerLayerCopyingForTransaction(); in StartTransaction() local
314 if( bPerLayerCopyingForTransaction ) in StartTransaction()
405 if( eErr == OGRERR_NONE && bPerLayerCopyingForTransaction ) in StartTransaction()
407 pDS->SetPerLayerCopyingForTransaction(bPerLayerCopyingForTransaction); in StartTransaction()
447 int bPerLayerCopyingForTransaction = poDS->HasPerLayerCopyingForTransaction(); in CommitTransaction() local
462 if( bPerLayerCopyingForTransaction ) in CommitTransaction()
H A Dogr_fgdb.h287 int bPerLayerCopyingForTransaction; variable
327 …void SetPerLayerCopyingForTransaction(int bFlag) { bPerLayerCopyingForTransaction = bFlag; } in SetPerLayerCopyingForTransaction()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbDatasource.cpp56 bPerLayerCopyingForTransaction = -1;
693 if( bPerLayerCopyingForTransaction >= 0 )
694 return bPerLayerCopyingForTransaction;
696 bPerLayerCopyingForTransaction = FALSE;
698 bPerLayerCopyingForTransaction =
702 return bPerLayerCopyingForTransaction;
H A DFGdbDriver.cpp292 int bPerLayerCopyingForTransaction = poDS->HasPerLayerCopyingForTransaction();
314 if( bPerLayerCopyingForTransaction )
405 if( eErr == OGRERR_NONE && bPerLayerCopyingForTransaction )
407 pDS->SetPerLayerCopyingForTransaction(bPerLayerCopyingForTransaction);
447 int bPerLayerCopyingForTransaction = poDS->HasPerLayerCopyingForTransaction();
462 if( bPerLayerCopyingForTransaction )
H A Dogr_fgdb.h287 int bPerLayerCopyingForTransaction; variable
327 …void SetPerLayerCopyingForTransaction(int bFlag) { bPerLayerCopyingForTransaction = bFlag; } in SetPerLayerCopyingForTransaction()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/filegdb/
H A DFGdbDatasource.cpp56 bPerLayerCopyingForTransaction = -1; in FGdbDataSource()
693 if( bPerLayerCopyingForTransaction >= 0 ) in HasPerLayerCopyingForTransaction()
694 return bPerLayerCopyingForTransaction; in HasPerLayerCopyingForTransaction()
696 bPerLayerCopyingForTransaction = FALSE; in HasPerLayerCopyingForTransaction()
698 bPerLayerCopyingForTransaction = in HasPerLayerCopyingForTransaction()
702 return bPerLayerCopyingForTransaction; in HasPerLayerCopyingForTransaction()
H A DFGdbDriver.cpp292 int bPerLayerCopyingForTransaction = poDS->HasPerLayerCopyingForTransaction(); in StartTransaction() local
314 if( bPerLayerCopyingForTransaction ) in StartTransaction()
405 if( eErr == OGRERR_NONE && bPerLayerCopyingForTransaction ) in StartTransaction()
407 pDS->SetPerLayerCopyingForTransaction(bPerLayerCopyingForTransaction); in StartTransaction()
447 int bPerLayerCopyingForTransaction = poDS->HasPerLayerCopyingForTransaction(); in CommitTransaction() local
462 if( bPerLayerCopyingForTransaction ) in CommitTransaction()
H A Dogr_fgdb.h287 int bPerLayerCopyingForTransaction; variable
327 …void SetPerLayerCopyingForTransaction(int bFlag) { bPerLayerCopyingForTransaction = bFlag; } in SetPerLayerCopyingForTransaction()