Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1035 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in tclSqlFunc() local
1446 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in dbPrepareAndBind() local
/freebsd-13.1/contrib/sqlite3/
H A Dshell.c10642 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local
14861 const char *zType; in dump_callback() local
18202 const char *zType = (const char*)sqlite3_column_text(pStmt, 0); in recoverFindTable() local
H A Dsqlite3.c18942 const char *zType; /* Type of the container - used for error messages */ member