Searched refs:zType (Results 1 – 2 of 2) sorted by relevance
10597 char *zType; /* Data type for this column */ member11923 const char *zType; /* Type of the container - used for error messages */ member22702 static void logBadConnection(const char *zType){ in logBadConnection() argument22705 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 …]
1411 const char *zType; in dump_callback() local1419 zType = azArg[1]; in dump_callback()1445 if( strcmp(zType, "table")==0 ){ in dump_callback()