Home | History | Annotate | Download | only in dist

Lines Matching refs:oldCntr

25842       char oldCntr[4];
25844 rc = seekAndRead(pFile, 24, oldCntr, 4);
25846 if( rc!=4 || memcmp(oldCntr, &((char*)pBuf)[24-offset], 4)!=0 ){