Searched refs:zType (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1054 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); local
1055 char c = zType[0];
1059 if( c=='b' && strcmp(zType,"bytearray")==0 && pVar->bytes==0 ){
1063 }else if( (c=='b' && strcmp(zType,"boolean")==0)
1064 || (c=='w' && strcmp(zType,"wideInt")==0)
1065 || (c=='i' && strcmp(zType,"int")==0)
1068 }else if( c=='d' && strcmp(zType,"double")==0 ){
1465 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); local
1466 c = zType[0];
1468 (c=='b' && strcmp(zType,"bytearra
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c20244 const char *zType; /* Type of the container - used for error messages */ member in struct:DbFixer
20447 SQLITE_PRIVATE int sqlite3ReportError(int iErr, int lineno, const char *zType);
33090 const char *zType = "unk"; local
36116 logBadConnection(const char *zType) argument
38846 char *zOpName, *zType; local
105071 const char *zType; /* tables_used.type */ member in struct:bytecodevtab_cursor
107345 const char *zType; local
107653 resolveOutOfRangeError( Parse *pParse, const char *zType, int i, int mx, Expr *pError ) argument
115977 const char *zType = 0; local
120245 sqlite3FixInit( DbFixer *pFix, Parse *pParse, int iDb, const char *zType, const Token *pName ) argument
121660 sqlite3CheckObjectName( Parse *pParse, const char *zName, const char *zType, const char *zTblName ) argument
122112 char *zType; local
122770 const char *zType; local
123403 char *zType; /* "view" or "table" */ local
123964 sqlite3ClearStatTables( Parse *pParse, int iDb, const char *zType, const char *zName ) argument
138082 const char *zType; local
139039 const char *zType; local
143682 char const *zType = 0; local
143836 const char *zType; local
144119 const char *zType; local
154807 char *zType = sqlite3ColumnType(&pTab->aCol[iCol], ""); local
163015 char zType[8]; local
182014 sqlite3ReportError(int iErr, int lineno, const char *zType) argument
217683 const char *zType = (const char*)sqlite3_column_text(pStmt, 2); local
217991 const char *zType; local
254684 fts5VocabTableType(const char *zType, char **pzErr, int *peType) argument
254776 const char *zType = bDb ? argv[5] : argv[4]; local
[all...]
H A Dshell.c13252 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); local
13256 if( zType==0 || zName==0 ) continue;
13257 if( zType[0]=='v' || zType[1]=='r' ){
16285 const char *zType = (const char*)sqlite3_column_text(pStmt, 2); local
16288 if( iPk==-1 && iPKF==1 && !sqlite3_stricmp("integer", zType) ) iPk = i;
21328 const char *zType; local
21337 zType = azArg[1];
21340 if( zType==0 ) return 0;
21370 if( cli_strcmp(zType, "tabl
[all...]

Completed in 617 milliseconds