Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dsqlite3.c17107 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 …]
Dshell.c7256 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/
Dsqlite3.c17107 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 …]
Dshell.c7262 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()