Home
last modified time | relevance | path

Searched defs:pTab (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
Dfkey.c317 Table *pTab, /* Parent table of FK pFKey */ in fkLookupParent()
460 Table *pTab, in fkScanChildren()
581 FKey *sqlite3FkReferences(Table *pTab){ in sqlite3FkReferences()
622 void sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab){ in sqlite3FkDropTable()
685 Table *pTab, /* Row is being deleted from this table */ in sqlite3FkCheck()
831 Table *pTab /* Table being modified */ in sqlite3FkOldmask()
867 Table *pTab, /* Table being modified */ in sqlite3FkRequired()
942 Table *pTab, /* Table being updated or deleted from */ in fkActionTrigger()
1127 Table *pTab, /* Table being updated or deleted from */ in sqlite3FkActions()
1153 void sqlite3FkDelete(sqlite3 *db, Table *pTab){ in sqlite3FkDelete()
Ddelete.c33 Table *pTab; in sqlite3SrcListLookup() local
52 int sqlite3IsReadOnly(Parse *pParse, Table *pTab, int viewOk){ in sqlite3IsReadOnly()
229 Table *pTab; /* The table from which records will be deleted */ in sqlite3DeleteFrom() local
480 Table *pTab, /* Table containing the row to be deleted */ in sqlite3GenerateRowDelete()
586 Table *pTab, /* Table containing the row to be deleted */ in sqlite3GenerateRowIndexDelete()
621 Table *pTab = pIdx->pTable; in sqlite3GenerateIndexKey() local
Dtrigger.c47 Trigger *sqlite3TriggerList(Parse *pParse, Table *pTab){ in sqlite3TriggerList()
93 Table *pTab; /* Table that the trigger fires off of */ in sqlite3BeginTrigger() local
317 Table *pTab; in sqlite3FinishTrigger() local
597 Table *pTab = tableOfTrigger(pTrigger); in sqlite3UnlinkAndDeleteTrigger() local
633 Table *pTab, /* The table the contains the triggers */ in sqlite3TriggersExist()
805 Table *pTab, /* The table pTrigger is attached to */ in codeRowTrigger()
917 Table *pTab, /* The table trigger pTrigger is attached to */ in getRowTrigger()
951 Table *pTab, /* The table to code triggers from */ in sqlite3CodeRowTriggerDirect()
1026 Table *pTab, /* The table to code triggers from */ in sqlite3CodeRowTrigger()
1088 Table *pTab, /* The table to code triggers from */ in sqlite3TriggerColmask()
Dvtab.c104 VTable *sqlite3GetVTable(sqlite3 *db, Table *pTab){ in sqlite3GetVTable()
323 Table *pTab = pParse->pNewTable; /* The table being constructed */ in sqlite3VtabFinishParse() local
432 Table *pTab, in vtabCallConstructor()
536 int sqlite3VtabCallConnect(Parse *pParse, Table *pTab){ in sqlite3VtabCallConnect()
601 Table *pTab; in sqlite3VtabCallCreate() local
641 Table *pTab; in sqlite3_declare_vtab() local
703 Table *pTab; in sqlite3VtabCallDestroy() local
861 Table *pTab; in sqlite3VtabOverloadFunction() local
921 void sqlite3VtabMakeWritable(Parse *pParse, Table *pTab){ in sqlite3VtabMakeWritable()
Dalter.c282 static char *whereForeignKeys(Parse *pParse, Table *pTab){ in whereForeignKeys()
298 static char *whereTempTriggers(Parse *pParse, Table *pTab){ in whereTempTriggers()
332 static void reloadTableSchema(Parse *pParse, Table *pTab, const char *zName){ in reloadTableSchema()
400 Table *pTab; /* Table being renamed */ in sqlite3AlterRenameTable() local
625 Table *pTab; /* Table being altered */ in sqlite3AlterFinishAddColumn() local
749 Table *pTab; in sqlite3AlterBeginAddColumn() local
Dinsert.c24 Table *pTab, /* The table to be opened */ in sqlite3OpenTable()
68 Table *pTab = pIdx->pTable; in sqlite3IndexAffinityStr() local
99 void sqlite3TableAffinityStr(Vdbe *v, Table *pTab){ in sqlite3TableAffinityStr()
136 static int readsTable(Parse *p, int iStartAddr, int iDb, Table *pTab){ in readsTable()
194 Table *pTab /* The table we are writing to */ in autoIncBegin()
442 Table *pTab; /* The table to insert into. aka TABLE */ in sqlite3Insert() local
1139 Table *pTab, /* the table into which we are inserting */ in sqlite3GenerateConstraintChecks()
1425 Table *pTab, /* the table into which we are inserting */ in sqlite3CompleteInsertion()
1485 Table *pTab, /* Table to be opened */ in sqlite3OpenTableAndIndices()
Dupdate.c60 void sqlite3ColumnDefault(Vdbe *v, Table *pTab, int i, int iReg){ in sqlite3ColumnDefault()
96 Table *pTab; /* The table to be updated */ in sqlite3Update() local
596 Table *pTab, /* The virtual table */ in updateVirtualTable()
Dpragma.c864 Table *pTab; in sqlite3Pragma() local
903 Table *pTab; in sqlite3Pragma() local
927 Table *pTab; in sqlite3Pragma() local
990 Table *pTab; in sqlite3Pragma() local
1118 Table *pTab = sqliteHashData(x); in sqlite3Pragma() local
1148 Table *pTab = sqliteHashData(x); in sqlite3Pragma() local
Danalyze.c106 Table *pTab, /* Table whose indices are to be analyzed */ in analyzeOneTable()
396 Table *pTab = (Table*)sqliteHashData(k); in analyzeDatabase() local
407 static void analyzeTable(Parse *pParse, Table *pTab, Index *pOnlyIdx){ in analyzeTable()
443 Table *pTab; in sqlite3Analyze() local
Dbuild.c1144 Table *pTab = pParse->pNewTable; in sqlite3AddPrimaryKey() local
1207 Table *pTab = pParse->pNewTable; in sqlite3AddCheckConstraint() local
1843 Table *pTab = sqliteHashData(i); in sqliteViewResetAll() local
1883 Table *pTab = sqliteHashData(pElem); in sqlite3RootPageMoved() local
1932 static void destroyTable(Parse *pParse, Table *pTab){ in destroyTable()
1990 Table *pTab; in sqlite3DropTable() local
2290 Table *pTab; in sqlite3DeferForeignKey() local
2310 Table *pTab = pIndex->pTable; /* The table that is indexed */ in sqlite3RefillIndex() local
2406 Table *pTab = 0; /* Table to be indexed */ in sqlite3CreateIndex() local
2936 Table *pTab = pIndex->pTable; in sqlite3DropIndex() local
[all …]
Dselect.c184 static int columnIndex(Table *pTab, const char *zCol){ in columnIndex()
997 Table *pTab = 0; /* Table structure column is extracted from */ in columnType() local
1174 Table *pTab; in generateColumnNames() local
1249 Table *pTab; /* Table associated with this expression */ in selectColumnsFromExprList() local
1349 Table *pTab; in sqlite3ResultSetOfSelect() local
3087 Table *pTab; in isSimpleCount() local
3118 Table *pTab = pFrom->pTab; in sqlite3IndexedByLookup() local
3187 Table *pTab; in selectExpander() local
3297 Table *pTab = pFrom->pTab; in selectExpander() local
3440 Table *pTab = pFrom->pTab; in selectAddSubqueryTypeInfo() local
[all …]
Dtest_stat.c148 StatTable *pTab; in statConnect() local
199 StatTable *pTab = (StatTable *)pVTab; in statOpen() local
369 StatTable *pTab = (StatTable *)pCursor->pVtab; in statNext() local
Dauth.c141 Table *pTab = 0; /* The table being read */ in sqlite3AuthRead() local
Dresolve.c162 Table *pTab; in lookupName() local
232 Table *pTab = 0; in lookupName() local
Dcallback.c424 Table *pTab = sqliteHashData(pElem); in sqlite3SchemaClear() local
Dexpr.c898 Table *pTab; in sqlite3SrcListDup() local
1346 Table *pTab; in isCandidateForInOpt() local
1446 Table *pTab = p->pSrc->a[0].pTab; /* Table <table>. */ in sqlite3FindInIndex() local
2129 Table *pTab, /* The table containing the value */ in sqlite3ExprCodeGetColumnOfTable()
2156 Table *pTab, /* Description of the table we are reading from */ in sqlite3ExprCodeGetColumn()
2710 Table *pTab = pExpr->pTab; in sqlite3ExprCodeTarget() local
Dvdbeblob.c155 Table *pTab; in sqlite3_blob_open() local
Dprepare.c138 Table *pTab; in sqlite3InitOne() local
Dwhere.c2065 static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p){ in vtabBestIndex()
2124 Table *pTab = pSrc->pTab; in bestVirtualIndex() local
3470 static char *explainIndexRange(sqlite3 *db, WhereLevel *pLevel, Table *pTab){ in explainIndexRange()
4729 Table *pTab; /* Table to open */ in sqlite3WhereBegin() local
4924 Table *pTab = pTabItem->pTab; in sqlite3WhereEnd() local
DsqliteInt.h1536 Table *pTab; /* Source table */ member
1674 Table *pTab; /* Table for TK_COLUMN expressions. */ member
1840 Table *pTab; /* An SQL table corresponding to zName */ member
2105 Table *pTab; /* Table this info block refers to */ member
Dmain.c2289 Table *pTab = 0; in sqlite3_table_column_metadata() local
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_snippet.c585 Fts3Table *pTab, /* FTS3 table snippet comes from */ in fts3SnippetShift()
659 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in fts3SnippetText() local
901 Fts3Table *pTab, in fts3MatchinfoCheck()
945 Fts3Table *pTab, in fts3MatchinfoSelectDoctotal()
1139 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in fts3MatchinfoValues() local
1239 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in fts3GetMatchinfo() local
1311 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in sqlite3Fts3Snippet() local
1452 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in sqlite3Fts3Offsets() local
1589 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; in sqlite3Fts3Matchinfo() local
Dfts3_write.c276 Fts3Table *pTab, /* FTS3 table handle */ in fts3SelectDocsize()
306 Fts3Table *pTab, /* Fts3 table handle */ in sqlite3Fts3SelectDoctotal()
313 Fts3Table *pTab, /* Fts3 table handle */ in sqlite3Fts3SelectDocsize()
/external/aac/libAACenc/src/
Dchannel_map.cpp180 const CHANNEL_ASSIGNMENT_INFO_TAB *pTab; in FDKaacEnc_getChannelAssignment() local
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c9881 Table *pTab; /* Source table */ member
10019 Table *pTab; /* Table for TK_COLUMN expressions. */ member
10185 Table *pTab; /* An SQL table corresponding to zName */ member
10450 Table *pTab; /* Table this info block refers to */ member

12