Searched defs:zType (Results 1 – 4 of 4) sorted by relevance
1014 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in tclSqlFunc() local1424 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in dbPrepareAndBind() local
8208 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local12053 const char *zType; in dump_callback() local15278 const char *zType = (const char*)sqlite3_column_text(pStmt, 0); in recoverFindTable() local
18920 const char *zType; /* Type of the container - used for error messages */ member
9748 char *zType; /* Data type for this column */ member11042 const char *zType; /* Type of the container - used for error messages */ member21645 static void logBadConnection(const char *zType){ in logBadConnection()