Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c13124 const u8 *aIn, /* Compressed data */ in zipfileInflate() argument
13136 str.next_in = (Byte*)aIn; in zipfileInflate()
13171 const u8 *aIn, int nIn, /* Input */ in zipfileDeflate() argument
13181 str.next_in = (Bytef*)aIn; in zipfileDeflate()
13805 const u8 *aIn = sqlite3_value_blob(apVal[7]); in zipfileUpdate() local
13811 pData = aIn; in zipfileUpdate()
13819 rc = zipfileDeflate(aIn, nIn, &pFree, &nCmp, &pTab->base.zErrMsg); in zipfileUpdate()
13828 iCrc32 = crc32(0, aIn, nIn); in zipfileUpdate()
H A Dsqlite3.c39552 const unsigned char *aIn = (const unsigned char*)a; in kvvfsDecode() local
39556 c = kvvfsHexValue[aIn[i]]; in kvvfsDecode()
39560 c = aIn[i]; in kvvfsDecode()
39565 c = aIn[++i]; in kvvfsDecode()
39573 c = kvvfsHexValue[aIn[++i]]; in kvvfsDecode()
68283 const u32 *aIn, /* Initial checksum value input */ argument
68290 if( aIn ){
68291 s1 = aIn[0];
68292 s2 = aIn[1];
82836 const u8 *aIn; /* Pointer to next input buffer */ local
[all …]