Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1014 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in tclSqlFunc() local
1424 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in dbPrepareAndBind() local
/freebsd-12.1/contrib/sqlite3/
H A Dshell.c8208 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local
12053 const char *zType; in dump_callback() local
15278 const char *zType = (const char*)sqlite3_column_text(pStmt, 0); in recoverFindTable() local
H A Dsqlite3.c18920 const char *zType; /* Type of the container - used for error messages */ member
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9748 char *zType; /* Data type for this column */ member
11042 const char *zType; /* Type of the container - used for error messages */ member
21645 static void logBadConnection(const char *zType){ in logBadConnection()