Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c10323 const u8 *aIn, /* Compressed data */ in zipfileInflate() argument
10335 str.next_in = (Byte*)aIn; in zipfileInflate()
10370 const u8 *aIn, int nIn, /* Input */ in zipfileDeflate() argument
10380 str.next_in = (Bytef*)aIn; in zipfileDeflate()
11006 const u8 *aIn = sqlite3_value_blob(apVal[7]); in zipfileUpdate() local
11012 pData = aIn; in zipfileUpdate()
11020 rc = zipfileDeflate(aIn, nIn, &pFree, &nCmp, &pTab->base.zErrMsg); in zipfileUpdate()
11029 iCrc32 = crc32(0, aIn, nIn); in zipfileUpdate()
H A Dsqlite3.c37778 const unsigned char *aIn = (const unsigned char*)a;
37782 c = kvvfsHexValue[aIn[i]];
37786 c = aIn[i];
37791 c = aIn[++i];
37799 c = kvvfsHexValue[aIn[++i]];
65761 const u32 *aIn, /* Initial checksum value input */
65768 if( aIn ){
65769 s1 = aIn[0];
65770 s2 = aIn[1];
80158 const u8 *aIn; /* Pointer to next input buffer */
[all …]