Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c1017 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName() local
4640 const unsigned char *zIn; in decimal_new() local
6161 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
6378 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
6389 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
6594 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile()
7059 static void zipfileDequote(char *zIn){ in zipfileDequote()
9624 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.c19194 #define SQLITE_SKIP_UTF8(zIn) { \ argument
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp1344 int computeTexelPartition (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartit… in computeTexelPartition()