Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c4570 static const int szFix = ZIPFILE_LFH_FIXED_SZ; in zipfileReadLFH() local
4573 rc = zipfileReadData(pFd, aRead, szFix, iOffset, pzErr); in zipfileReadLFH()
4590 assert( aRead==&aTmp[szFix] ); in zipfileReadLFH()
/external/sqlite/dist/
Dshell.c4576 static const int szFix = ZIPFILE_LFH_FIXED_SZ; in zipfileReadLFH() local
4579 rc = zipfileReadData(pFd, aRead, szFix, iOffset, pzErr); in zipfileReadLFH()
4596 assert( aRead==&aTmp[szFix] ); in zipfileReadLFH()