Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c10771 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local
13685 const char *zType = (const char*)sqlite3_column_text(pStmt, 2); in recoverAddTable() local
18568 const char *zType; in dump_callback() local
Dsqlite3.c19596 const char *zType; /* Type of the container - used for error messages */ member