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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c37359 char oldCntr[4]; local
[all...]

Completed in 655 milliseconds