Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c10597 char *zType; /* Data type for this column */ member
11923 const char *zType; /* Type of the container - used for error messages */ member
22702 static void logBadConnection(const char *zType){ in logBadConnection() argument
22705 zType in logBadConnection()
24270 char *zOpName, *zType;
24283 zType = "RDLCK";
24285 zType = "WRLCK";
24287 zType = "UNLCK";
24295 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
24302 zType = "RDLCK";
[all …]
H A Dshell.c1411 const char *zType; in dump_callback() local
1419 zType = azArg[1]; in dump_callback()
1445 if( strcmp(zType, "table")==0 ){ in dump_callback()