Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx171 #define BLOCK_SIZE 256 macro
188 m_aValue = aField.GetChunk(BLOCK_SIZE); in getBinaryStream()
192 for(long index2 = 0;index2 < BLOCK_SIZE;++index2) in getBinaryStream()
H A DADatabaseMetaDataResultSet.cxx136 #define BLOCK_SIZE 256 macro
156 m_aValue = aField.GetChunk(BLOCK_SIZE); in getBinaryStream()
160 for(long index2 = 0;index2 < BLOCK_SIZE;++index2) in getBinaryStream()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py156 BLOCK_SIZE = 65536 variable
161 read,out = inputStream.readBytes( None , BLOCK_SIZE )
163 if read < BLOCK_SIZE:

Completed in 34 milliseconds