Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c13162 const u8 *aIn, /* Compressed data */ in zipfileInflate() argument
13174 str.next_in = (Byte*)aIn; in zipfileInflate()
13209 const u8 *aIn, int nIn, /* Input */ in zipfileDeflate() argument
13219 str.next_in = (Bytef*)aIn; in zipfileDeflate()
13843 const u8 *aIn = sqlite3_value_blob(apVal[7]); in zipfileUpdate() local
13849 pData = aIn; in zipfileUpdate()
13857 rc = zipfileDeflate(aIn, nIn, &pFree, &nCmp, &pTab->base.zErrMsg); in zipfileUpdate()
13866 iCrc32 = crc32(0, aIn, nIn); in zipfileUpdate()
H A Dsqlite3.c39582 const unsigned char *aIn = (const unsigned char*)a; in kvvfsDecode() local
39586 c = kvvfsHexValue[aIn[i]]; in kvvfsDecode()
39590 c = aIn[i]; in kvvfsDecode()
39596 c = aIn[++i]; in kvvfsDecode()
39604 c = kvvfsHexValue[aIn[++i]]; in kvvfsDecode()
68378 const u32 *aIn, /* Initial checksum value input */ argument
68385 if( aIn ){
68386 s1 = aIn[0];
68387 s2 = aIn[1];
82955 const u8 *aIn; /* Pointer to next input buffer */ local
[all …]