Searched refs:zIn (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 2137 if( zIn!=0 && cli_strncmp(zIn, "CREATE ", 7)==0 ){ in shellAddSchemaName() 2140 if( cli_strncmp(zIn+7, aPrefix[i], n)==0 && zIn[n+7]==' ' ){ in shellAddSchemaName() 3736 if( zIn[i]=='-' ){ in decimalNewFromText() 3744 char c = zIn[i]; in decimalNewFromText() 3760 if( zIn[j]>='0' && zIn[j]<='9' ){ in decimalNewFromText() 6503 in.z = zIn; in re_match() 6956 if( zIn[0]=='^' ){ in re_compile() 6957 zIn++; in re_compile() 9698 char q = zIn[0]; in zipfileDequote() 12710 int nIn = zIn ? STRLEN(zIn) : 0; in idxAppendText() [all …]
|
| H A D | sqlite3ext.h | 306 void (*str_append)(sqlite3_str*, const char *zIn, int N); 307 void (*str_appendall)(sqlite3_str*, const char *zIn);
|
| H A D | sqlite3.c | 20514 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \ 34593 *zIn = *(zIn+1); in sqlite3VdbeMemTranslate() 34594 zIn++; in sqlite3VdbeMemTranslate() 34821 while( zIn[0] && zOut<=zIn ){ in sqlite3Utf8To8() 123027 zIn++; 123038 if( zIn[0]=='(' ) zChar = zIn; 130332 if( zIn==0 ) zIn = (u8*)""; 130333 for(i=0; zIn[i] && !sqlite3Isalpha(zIn[i]); i++){} 207129 || (0xa8!=(u8)zIn[3] && 0xa9!=(u8)zIn[3]) 219083 for(i=4; zIn[i]>='0' && zIn[i]<='9'; i++); [all …]
|
| H A D | sqlite3.h | 8500 SQLITE_API void sqlite3_str_append(sqlite3_str*, const char *zIn, int N); 8501 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
|
| /freebsd-14.2/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1342 char const *zIn, /* SQL to compile */ in dbPrepareAndBind() argument 1346 const char *zSql = zIn; /* Pointer to first SQL statement in zIn */ in dbPrepareAndBind()
|