Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/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
/freebsd/contrib/sqlite3/
H A Dshell.c13331 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local
17548 const char *zType = (const char*)sqlite3_column_text(pStmt, 2); in recoverAddTable() local
22591 const char *zType; in dump_callback() local
H A Dsqlite3.c20319 const char *zType; /* Type of the container - used for error messages */ member
33399 const char *zType = "unk"; in sqlite3TreeViewExpr() local
36456 static void logBadConnection(const char *zType){ in logBadConnection()