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.c1098 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in tclSqlFunc() local
1507 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in dbPrepareAndBind() local
/freebsd/contrib/sqlite3/
H A Dshell.c14233 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local
19798 const char *zType = (const char*)sqlite3_column_text(pStmt, 2); in recoverAddTable() local
25120 const char *zType; in dump_callback() local
H A Dsqlite3.c20786 const char *zType; /* Type of the container - used for error messages */ member
33972 const char *zType = "unk"; in sqlite3TreeViewExpr() local
37036 static void logBadConnection(const char *zType){ in logBadConnection()
39671 char *zOpName, *zType; in lockTrace() local