Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c7683 const u8 *aIn, /* Compressed data */ in zipfileInflate() argument
7695 str.next_in = (Byte*)aIn; in zipfileInflate()
7730 const u8 *aIn, int nIn, /* Input */ in zipfileDeflate() argument
7740 str.next_in = (Bytef*)aIn; in zipfileDeflate()
8342 const u8 *aIn = sqlite3_value_blob(apVal[7]); in zipfileUpdate() local
8348 pData = aIn; in zipfileUpdate()
8356 rc = zipfileDeflate(aIn, nIn, &pFree, &nCmp, &pTab->base.zErrMsg); in zipfileUpdate()
8365 iCrc32 = crc32(0, aIn, nIn); in zipfileUpdate()
H A Dsqlite3.c61113 if( aIn ){
61114 s1 = aIn[0];
61115 s2 = aIn[1];
74696 aIn = pSrc->info.pPayload;
74702 memcpy(aOut, aIn, nIn);
74732 memcpy(aOut, aIn, nCopy);
74736 aIn += nCopy;
74744 ovflIn = get4byte(aIn);
74745 aIn += 4;
223481 return ((u16)aIn[0] << 8) + aIn[1];
[all …]