Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c10245 const u8 *aIn, /* Compressed data */ in zipfileInflate() argument
10257 str.next_in = (Byte*)aIn; in zipfileInflate()
10292 const u8 *aIn, int nIn, /* Input */ in zipfileDeflate() argument
10302 str.next_in = (Bytef*)aIn; in zipfileDeflate()
10928 const u8 *aIn = sqlite3_value_blob(apVal[7]); in zipfileUpdate() local
10934 pData = aIn; in zipfileUpdate()
10942 rc = zipfileDeflate(aIn, nIn, &pFree, &nCmp, &pTab->base.zErrMsg); in zipfileUpdate()
10951 iCrc32 = crc32(0, aIn, nIn); in zipfileUpdate()
H A Dsqlite3.c37438 const unsigned char *aIn = (const unsigned char*)a;
37442 c = kvvfsHexValue[aIn[i]];
37446 c = aIn[i];
37451 c = aIn[++i];
37459 c = kvvfsHexValue[aIn[++i]];
65402 const u32 *aIn, /* Initial checksum value input */
65409 if( aIn ){
65410 s1 = aIn[0];
65411 s2 = aIn[1];
79728 const u8 *aIn; /* Pointer to next input buffer */
[all …]