Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c10639 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local
15185 const char *zType; in dump_callback() local
18583 const char *zType = (const char*)sqlite3_column_text(pStmt, 0); in recoverFindTable() local
Dsqlite3.c19381 const char *zType; /* Type of the container - used for error messages */ member
/external/sqlite/dist/
Dshell.c10644 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local
15190 const char *zType; in dump_callback() local
18604 const char *zType = (const char*)sqlite3_column_text(pStmt, 0); in recoverFindTable() local
Dsqlite3.c19381 const char *zType; /* Type of the container - used for error messages */ member
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c19344 const char *zType; /* Type of the container - used for error messages */ member