Lines Matching defs:zIn
2118 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName() local
3706 static Decimal *decimalNewFromText(const char *zIn, int n){ in decimalNewFromText()
3834 const char *zIn = (const char*)sqlite3_value_text(pIn); in decimal_new() local
6422 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
6646 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
6657 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
6870 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile()
9619 static void zipfileDequote(char *zIn){ in zipfileDequote()
12217 static char *expertDequote(const char *zIn){ in expertDequote()
12627 static char *idxAppendText(int *pRc, char *zIn, const char *zFmt, ...){ in idxAppendText()
12683 char *zIn, /* Column defn accumulated so far */ in idxAppendColDefn()