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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c27686 char oldCntr[4]; local
27688 rc = seekAndRead(pFile, 24, oldCntr, 4);
27690 if( rc!=4 || memcmp(oldCntr, &((char*)pBuf)[24-offset], 4)!=0 ){
[all...]

Completed in 322 milliseconds