Searched refs:upperBits (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c637 LONG upperBits; /* Most sig. 32 bits of new offset */ local
641 upperBits = (LONG)((iOffset>>32) & 0x7fffffff);
651 dwRet = SetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN);
875 DWORD upperBits; local
882 lowerBits = GetFileSize(pFile->h, &upperBits);
889 *pSize = (((sqlite3_int64)upperBits)<<32) + lowerBits;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c31771 LONG upperBits; /* Most sig. 32 bits of new offset */ local
32009 DWORD upperBits; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c33666 LONG upperBits; /* Most sig. 32 bits of new offset */ local
33942 DWORD upperBits; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c33694 LONG upperBits; /* Most sig. 32 bits of new offset */ local
33970 DWORD upperBits; local
[all...]

Completed in 510 milliseconds