Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dshell.c795 const char *zType; in dump_callback() local
801 zType = azArg[1]; in dump_callback()
827 if( strcmp(zType, "table")==0 ){ in dump_callback()
Dsqlite3.c7947 char *zType; /* Data type for this column */ member
8939 const char *zType; /* Type of the container - used for error messages */ member
19294 char *zOpName, *zType; in lockTrace() local
19307 zType = "RDLCK"; in lockTrace()
19309 zType = "WRLCK"; in lockTrace()
19311 zType = "UNLCK"; in lockTrace()
19319 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len, in lockTrace()
19326 zType = "RDLCK"; in lockTrace()
19328 zType = "WRLCK"; in lockTrace()
19330 zType = "UNLCK"; in lockTrace()
[all …]