Lines Matching defs:zIn
2132 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName() local
3720 static Decimal *decimalNewFromText(const char *zIn, int n){ in decimalNewFromText()
3848 const char *zIn = (const char*)sqlite3_value_text(pIn); in decimal_new() local
6492 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
6716 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
6727 const unsigned char *zIn = p->sIn.z + p->sIn.i; in re_esc_char() local
6940 static const char *re_compile(ReCompiled **ppRe, const char *zIn, int noCase){ in re_compile()
9697 static void zipfileDequote(char *zIn){ in zipfileDequote()
12296 static char *expertDequote(const char *zIn){ in expertDequote()
12706 static char *idxAppendText(int *pRc, char *zIn, const char *zFmt, ...){ in idxAppendText()
12762 char *zIn, /* Column defn accumulated so far */ in idxAppendColDefn()