Searched refs:aIn (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | shell.c | 11162 const u8 *aIn, /* Compressed data */ in zipfileInflate() argument 11174 str.next_in = (Byte*)aIn; in zipfileInflate() 11209 const u8 *aIn, int nIn, /* Input */ in zipfileDeflate() argument 11219 str.next_in = (Bytef*)aIn; in zipfileDeflate() 11845 const u8 *aIn = sqlite3_value_blob(apVal[7]); in zipfileUpdate() local 11851 pData = aIn; in zipfileUpdate() 11859 rc = zipfileDeflate(aIn, nIn, &pFree, &nCmp, &pTab->base.zErrMsg); in zipfileUpdate() 11868 iCrc32 = crc32(0, aIn, nIn); in zipfileUpdate()
|
| H A D | sqlite3.c | 38263 const unsigned char *aIn = (const unsigned char*)a; in kvvfsDecode() local 38267 c = kvvfsHexValue[aIn[i]]; in kvvfsDecode() 38271 c = aIn[i]; in kvvfsDecode() 38276 c = aIn[++i]; in kvvfsDecode() 38284 c = kvvfsHexValue[aIn[++i]]; in kvvfsDecode() 66738 const u32 *aIn, /* Initial checksum value input */ 66745 if( aIn ){ 66746 s1 = aIn[0]; 66747 s2 = aIn[1]; 81211 const u8 *aIn; /* Pointer to next input buffer */ local [all …]
|