Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c1008 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName() local
2421 const unsigned char *zIn; in decimal_new() local
3970 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
4194 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
4205 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
4418 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile()
7163 static void zipfileDequote(char *zIn){ in zipfileDequote()
9737 static char *expertDequote(const char *zIn){ in expertDequote()
10146 static char *idxAppendText(int *pRc, char *zIn, const char *zFmt, ...){ in idxAppendText()
10202 char *zIn, /* Column defn accumulated so far */ in idxAppendColDefn()
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp1344 int computeTexelPartition (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartit… in computeTexelPartition()