Home
last modified time | relevance | path

Searched defs:zIn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c1660 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName() local
3762 static Decimal *decimalNewFromText(const char *zIn, int n){ in decimalNewFromText()
3890 const char *zIn = (const char*)sqlite3_value_text(pIn); in decimal_new() local
7274 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
7498 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
7509 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
7723 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile()
10536 static void zipfileDequote(char *zIn){ in zipfileDequote()
13135 static char *expertDequote(const char *zIn){ in expertDequote()
13545 static char *idxAppendText(int *pRc, char *zIn, const char *zFmt, ...){ in idxAppendText()
[all …]
H A Dsqlite3.c20987 #define SQLITE_SKIP_UTF8(zIn) { \ argument
35074 #define READ_UTF8(zIn, zTerm, c) \ argument
35155 unsigned char *zIn; /* Input iterator */ in sqlite3VdbeMemTranslate() local
35385 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *zIn, int nByte){ in sqlite3Utf8CharLen()
35415 SQLITE_PRIVATE int sqlite3Utf8To8(unsigned char *zIn){ in sqlite3Utf8To8()
35461 SQLITE_PRIVATE int sqlite3Utf16ByteLen(const void *zIn, int nByte, int nChar){ in sqlite3Utf16ByteLen()
45492 const char *zIn; in appendOnePathElement() local
53203 const char *zIn = zRelative; /* Input path for each iteration of loop */ local
83323 const u8 *zIn = &zSrcData[iOff%nSrcPgsz]; local
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1384 char const *zIn, /* SQL to compile */ in dbPrepareAndBind()