Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c987 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName() local
2400 const unsigned char *zIn; in decimal_new() local
3921 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
4138 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
4149 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
4354 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile()
7035 static void zipfileDequote(char *zIn){ in zipfileDequote()
9609 static char *expertDequote(const char *zIn){ in expertDequote()
10018 static char *idxAppendText(int *pRc, char *zIn, const char *zFmt, ...){ in idxAppendText()
10070 char *zIn, /* Column defn accumulated so far */ in idxAppendColDefn()
Dsqlite3.c19560 #define SQLITE_SKIP_UTF8(zIn) { \ argument
/external/sqlite/dist/
Dshell.c992 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName() local
2405 const unsigned char *zIn; in decimal_new() local
3926 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
4143 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
4154 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
4359 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile()
7040 static void zipfileDequote(char *zIn){ in zipfileDequote()
9614 static char *expertDequote(const char *zIn){ in expertDequote()
10023 static char *idxAppendText(int *pRc, char *zIn, const char *zFmt, ...){ in idxAppendText()
10075 char *zIn, /* Column defn accumulated so far */ in idxAppendColDefn()
Dsqlite3.c19560 #define SQLITE_SKIP_UTF8(zIn) { \ argument
/external/deqp/framework/common/
DtcuAstcUtil.cpp1344 int computeTexelPartition (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartit… in computeTexelPartition()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c19515 #define SQLITE_SKIP_UTF8(zIn) { \ argument