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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c3220 ** Initialize a new hash. iSize determines the size of the hash
3221 ** in bits and should be one of 224, 256, 384, or 512. Or iSize
3224 static void SHA3Init(SHA3Context *p, int iSize){ argument
3226 if( iSize>=128 && iSize<=512 ){
3227 p->nRate = (1600 - ((iSize + 31)&~31)*2)/8;
3330 int iSize; local
3332 iSize = 256;
3334 iSize = sqlite3_value_int(argv[1]);
3335 if( iSize!
3415 int iSize; local
27228 int iSize = 224; /* Hash algorithm to use */ local
[all...]
H A Dsqlite3.c26710 i64 iSize; /* Size of this allocation */ member in struct:MemBlockHdr
26783 adjustStats(int iSize, int increment) argument
28077 int iSize, i; local
53540 u32 iSize; /* Maximum bit index. Max iSize is 4,294,967,296. */ member in struct:Bitvec
53560 sqlite3BitvecCreate(u32 iSize) argument
55216 int iSize; local
72048 freeSpace(MemPage *pPage, u16 iStart, u16 iSize) argument
81861 backupTruncateFile(sqlite3_file *pFile, i64 iSize) argument
82042 const i64 iSize = (i64)pgszSrc * (i64)nSrcPage; local
208930 u32 iSize; /* Size of this object */ member in struct:RtreeMatchArg
[all...]

Completed in 512 milliseconds