Searched refs:zIn (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dutf.c108 #define READ_UTF16LE(zIn, TERM, c){ \
109 c = (*zIn++); \
110 c += ((*zIn++)<<8); \
112 int c2 = (*zIn++); \
113 c2 += ((*zIn++)<<8); \
118 #define READ_UTF16BE(zIn, TERM, c){ \
119 c = ((*zIn++)<<8); \
120 c += (*zIn++); \
122 int c2 = ((*zIn++)<<8); \
123 c2 += (*zIn
166 sqlite3Utf8Read( const unsigned char *zIn, const unsigned char **pzNext ) argument
207 unsigned char *zIn; /* Input iterator */ local
386 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
416 sqlite3Utf8To8(unsigned char *zIn) argument
488 sqlite3Utf16ByteLen(const void *zIn, int nChar) argument
[all...]
H A Dtest_func.c336 static void testHexToBin(const char *zIn, char *zOut){ argument
337 while( zIn[0] && zIn[1] ){
338 *(zOut++) = (testHexChar(zIn[0])<<4) + testHexChar(zIn[1]);
339 zIn += 2;
356 const char *zIn; local
360 zIn = (const char*)sqlite3_value_text(argv[0]);
365 testHexToBin(zIn, zOut);
383 const char *zIn; local
410 const char *zIn; local
[all...]
H A Dtest_hexio.c47 ** Convert hex to binary. The input zIn[] contains N bytes of
52 int sqlite3TestHexToBin(const unsigned char *zIn, int N, unsigned char *aOut){ argument
76 c = aMap[zIn[i]];
156 const unsigned char *zIn; local
166 zIn = (const unsigned char *)Tcl_GetStringFromObj(objv[3], &nIn);
171 nOut = sqlite3TestHexToBin(zIn, nIn, aOut);
203 const unsigned char *zIn; local
211 zIn = (const unsigned char *)Tcl_GetStringFromObj(objv[1], &nIn);
216 nOut = sqlite3TestHexToBin(zIn, nIn, aOut);
H A Dtest_server.c227 const char *zIn; /* Input filename or SQL statement */ member in struct:SqlMessage
228 int nByte; /* Size of the zIn parameter for prepare() */
239 #define MSG_Open 1 /* sqlite3_open(zIn, &pDb) */
240 #define MSG_Prepare 2 /* sqlite3_prepare(pDb, zIn, nByte, &pStmt, &zOut) */
335 msg.zIn = zDatabaseName;
350 msg.zIn = zSql;
424 pMsg->errCode = sqlite3_open(pMsg->zIn, &pMsg->pDb);
428 pMsg->errCode = sqlite3_prepare(pMsg->pDb, pMsg->zIn, pMsg->nByte,
H A Dbackup.c273 const u8 *zIn = &zSrcData[iOff%nSrcPgsz]; local
284 memcpy(zOut, zIn, nCopy);
/external/lzma/C/Util/7z/
H A Dmakefile14 $O\7zIn.obj \
/external/lzma/C/Util/SfxSetup/
H A Dmakefile13 $O\7zIn.obj \
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_porter.c293 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ argument
297 int c = zIn[i];
318 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut.
340 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ argument
347 copy_stemmer(zIn, nIn, zOut, pnOut);
351 c = zIn[i];
359 copy_stemmer(zIn, nIn, zOut, pnOut);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_porter.c292 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ argument
296 int c = zIn[i];
317 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut.
339 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ argument
346 copy_stemmer(zIn, nIn, zOut, pnOut);
350 c = zIn[i];
358 copy_stemmer(zIn, nIn, zOut, pnOut);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_porter.c295 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ argument
299 char c = zIn[i];
320 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut.
342 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ argument
349 copy_stemmer(zIn, nIn, zOut, pnOut);
353 char c = zIn[i];
361 copy_stemmer(zIn, nIn, zOut, pnOut);
H A Dfts3_expr.c550 const char *zIn = z; local
557 rc = getNextNode(pParse, zIn, nIn, &p, &nByte);
644 zIn += nByte;
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
H A Dmakefile59 $O\7zIn.obj \
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile66 $O\7zIn.obj \
/external/chromium_org/third_party/lzma_sdk/
H A Dlzma_sdk.target.darwin-arm.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.darwin-arm64.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.darwin-mips.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.darwin-mips64.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.darwin-x86.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.darwin-x86_64.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.linux-arm.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.linux-arm64.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.linux-mips.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.linux-mips64.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.linux-x86.mk31 third_party/lzma_sdk/7zIn.c \
H A Dlzma_sdk.target.linux-x86_64.mk31 third_party/lzma_sdk/7zIn.c \

Completed in 1898 milliseconds

12