Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c3498 char oldCntr[4]; in unixWrite() local
3500 rc = seekAndRead(pFile, 24, oldCntr, 4); in unixWrite()
3502 if( rc!=4 || memcmp(oldCntr, &((char*)pBuf)[24-offset], 4)!=0 ){ in unixWrite()