Searched refs:zType (Results 1 – 4 of 4) sorted by relevance
/external/sqlite/dist/orig/ |
D | sqlite3.c | 17107 const char *zType; /* Type of the container - used for error messages */ member 17311 SQLITE_PRIVATE int sqlite3ReportError(int iErr, int lineno, const char *zType); 27424 const char *zType = "unk"; 27426 case OE_Rollback: zType = "rollback"; break; 27427 case OE_Abort: zType = "abort"; break; 27428 case OE_Fail: zType = "fail"; break; 27429 case OE_Ignore: zType = "ignore"; break; 27431 sqlite3TreeViewLine(pView, "RAISE %s(%Q)", zType, pExpr->u.zToken); 29729 static void logBadConnection(const char *zType){ 29732 zType [all …]
|
D | shell.c | 7256 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local 7260 if( zType[0]=='v' || zType[1]=='r' ){ in idxCreateVtabSchema() 9960 const char *zType; in dump_callback() local 9967 zType = azArg[1]; in dump_callback() 9993 if( strcmp(zType, "table")==0 ){ in dump_callback()
|
/external/sqlite/dist/ |
D | sqlite3.c | 17107 const char *zType; /* Type of the container - used for error messages */ member 17311 SQLITE_PRIVATE int sqlite3ReportError(int iErr, int lineno, const char *zType); 27424 const char *zType = "unk"; 27426 case OE_Rollback: zType = "rollback"; break; 27427 case OE_Abort: zType = "abort"; break; 27428 case OE_Fail: zType = "fail"; break; 27429 case OE_Ignore: zType = "ignore"; break; 27431 sqlite3TreeViewLine(pView, "RAISE %s(%Q)", zType, pExpr->u.zToken); 29729 static void logBadConnection(const char *zType){ 29732 zType [all …]
|
D | shell.c | 7262 const char *zType = (const char*)sqlite3_column_text(pSchema, 0); in idxCreateVtabSchema() local 7266 if( zType[0]=='v' || zType[1]=='r' ){ in idxCreateVtabSchema() 9966 const char *zType; in dump_callback() local 9973 zType = azArg[1]; in dump_callback() 9999 if( strcmp(zType, "table")==0 ){ in dump_callback()
|