Home
last modified time | relevance | path

Searched defs:zType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1054 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in tclSqlFunc() local
1465 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in dbPrepareAndBind() local
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c13252 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local
16285 const char *zType = (const char*)sqlite3_column_text(pStmt, 2); in recoverAddTable() local
21328 const char *zType; in dump_callback() local
H A Dsqlite3.c20244 const char *zType; /* Type of the container - used for error messages */ member
33090 const char *zType = "unk"; in sqlite3TreeViewExpr() local
36116 static void logBadConnection(const char *zType){