Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dresolve.c53 const char *zType /* "GROUP" or "ORDER" or "" */ in resolveAlias()
711 const char *zType, /* "ORDER" or "GROUP" */ in resolveOutOfRangeError()
829 const char *zType /* "ORDER" or "GROUP" */ in sqlite3ResolveOrderGroupBy()
879 const char *zType /* Either "ORDER" or "GROUP", as appropriate */ in resolveOrderGroupBy()
Dattach.c413 const char *zType, /* "view", "trigger", or "index" */ in sqlite3FixInit()
Dutil.c1032 static void logBadConnection(const char *zType){ in logBadConnection()
Dvtab.c493 char *zType = pTab->aCol[iCol].zType; in vtabCallConstructor() local
Dbuild.c1145 char *zType = 0; in sqlite3AddPrimaryKey() local
1411 const char *zType; in createTableStmt() local
1518 char *zType; /* "view" or "table" */ in sqlite3EndTable() local
Dselect.c983 char const *zType = 0; in columnType() local
1117 const char *zType; in generateColumnTypes() local
Dtclsqlite.c808 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in tclSqlFunc() local
1143 const char *zType = (pVar->typePtr ? pVar->typePtr->name : ""); in dbPrepareAndBind() local
Dshell.c1193 const char *zType; in dump_callback() local
DsqliteInt.h1098 char *zType; /* Data type for this column */ member
2383 const char *zType; /* Type of the container - used for error messages */ member
Dos_unix.c538 char *zOpName, *zType; in lockTrace() local
/external/chromium_org/third_party/sqlite/src/tool/
Dshowwal.c241 const char *zType = "unknown"; in decode_btree_page() local
Dshowdb.c348 const char *zType = "unknown"; in decode_btree_page() local
/external/sqlite/dist/
Dshell.c1458 const char *zType; in dump_callback() local
Dsqlite3.c10779 char *zType; /* Data type for this column */ member
12144 const char *zType; /* Type of the container - used for error messages */ member
/external/sqlite/dist/orig/
Dshell.c1453 const char *zType; in dump_callback() local
Dsqlite3.c10779 char *zType; /* Data type for this column */ member
12144 const char *zType; /* Type of the container - used for error messages */ member
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c9443 char *zType; /* Data type for this column */ member
10728 const char *zType; /* Type of the container - used for error messages */ member
21252 static void logBadConnection(const char *zType){ in logBadConnection()