Searched defs:zIn (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/sqlite3/ |
H A D | shell.c | 2137 if( zIn!=0 && cli_strncmp(zIn, "CREATE ", 7)==0 ){ in shellAddSchemaName() local 3725 decimalNewFromText(const char * zIn,int n) decimalNewFromText() argument 3853 const char *zIn = (const char*)sqlite3_value_text(pIn); decimal_new() local 6497 re_match(ReCompiled * pRe,const unsigned char * zIn,int nIn) re_match() argument 6721 const unsigned char *zIn = p->sIn.z + p->sIn.i; re_esc_char() local 6732 const unsigned char *zIn = p->sIn.z + p->sIn.i; re_esc_char() local 6945 re_compile(ReCompiled ** ppRe,const char * zIn,int noCase) re_compile() argument 9702 zipfileDequote(char * zIn) zipfileDequote() argument 12301 expertDequote(const char * zIn) expertDequote() argument 12711 idxAppendText(int * pRc,char * zIn,const char * zFmt,...) idxAppendText() argument 12767 idxAppendColDefn(int * pRc,char * zIn,IdxTable * pTab,IdxConstraint * pCons) idxAppendColDefn() argument [all...] |
H A D | sqlite3.c | 20512 #define SQLITE_SKIP_UTF8(zIn) { \ argument 34475 READ_UTF8(zIn,zTerm,c) global() argument 34556 unsigned char *zIn; /* Input iterator */ sqlite3VdbeMemTranslate() local 34786 sqlite3Utf8CharLen(const char * zIn,int nByte) sqlite3Utf8CharLen() argument 34816 sqlite3Utf8To8(unsigned char * zIn) sqlite3Utf8To8() argument 34861 sqlite3Utf16ByteLen(const void * zIn,int nChar) sqlite3Utf16ByteLen() argument [all...] |
/freebsd-src/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 1342 char const *zIn, /* SQL to compile */ in dbPrepareAndBind()
|