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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c3078 char oldCntr[4]; local
3080 rc = seekAndRead(pFile, 24, oldCntr, 4);
3082 if( rc!=4 || memcmp(oldCntr, &((char*)pBuf)[24-offset], 4)!=0 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c27219 char oldCntr[4]; local
27221 rc = seekAndRead(pFile, 24, oldCntr, 4);
27223 if( rc!=4 || memcmp(oldCntr, &((char*)pBuf)[24-offset], 4)!=0 ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c27577 char oldCntr[4]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c27595 char oldCntr[4]; local
[all...]

Completed in 536 milliseconds