Searched defs:iTabDb (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtrigger.c99 int iTabDb; /* Index of the database holding pTab */ local
201 iTabDb = sqlite3SchemaToIndex(db, pTab->pSchema);
206 const char *zDb = db->aDb[iTabDb].zName;
208 if( iTabDb==1 || isTemp ) code = SQLITE_CREATE_TEMP_TRIGGER;
212 if( sqlite3AuthCheck(pParse, SQLITE_INSERT, SCHEMA_TABLE(iTabDb),0,zDb)){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c94685 int iTabDb; /* Index of the database holding pTab */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c107157 int iTabDb; /* Index of the database holding pTab */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c107177 int iTabDb; /* Index of the database holding pTab */ local
[all...]

Completed in 518 milliseconds