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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10189 Table *pTab; /* Source table */ member in struct:AggInfo::AggInfo_col
10327 Table *pTab; /* Table for TK_COLUMN expressions. */ member in struct:Expr
10493 Table *pTab; /* An SQL table corresponding to zName */ member in struct:SrcList::SrcList_item
10765 Table *pTab; /* Table this info block refers to */ member in struct:AutoincInfo
69962 Table *pTab; local
71962 Table *pTab; local
72032 Table *pTab = 0; local
73918 Table *pTab; local
74368 Table *pTab; local
74468 Table *pTab = p->pSrc->a[0].pTab; /* Table <table>. */ local
75145 sqlite3ExprCodeGetColumnOfTable( Vdbe *v, Table *pTab, int iTabCur, int iCol, int regOut ) argument
75172 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
75730 Table *pTab = pExpr->pTab; local
77059 whereForeignKeys(Parse *pParse, Table *pTab) argument
77075 whereTempTriggers(Parse *pParse, Table *pTab) argument
77109 reloadTableSchema(Parse *pParse, Table *pTab, const char *zName) argument
77177 Table *pTab; /* Table being renamed */ local
77402 Table *pTab; /* Table being altered */ local
77526 Table *pTab; local
77709 analyzeOneTable( Parse *pParse, Table *pTab, Index *pOnlyIdx, int iStatCur, int iMem ) argument
78001 Table *pTab = (Table*)sqliteHashData(k); local
78012 analyzeTable(Parse *pParse, Table *pTab, Index *pOnlyIdx) argument
78048 Table *pTab; local
79026 Table *pTab = 0; /* The table being read */ local
80278 Table *pTab = pParse->pNewTable; local
80341 Table *pTab = pParse->pNewTable; local
80977 Table *pTab = sqliteHashData(i); local
81017 Table *pTab = sqliteHashData(pElem); local
81066 destroyTable(Parse *pParse, Table *pTab) argument
81147 Table *pTab; local
81440 Table *pTab; local
81460 Table *pTab = pIndex->pTable; /* The table that is indexed */ local
81592 Table *pTab = 0; /* Table to be indexed */ local
82121 Table *pTab = pIndex->pTable; local
82797 reindexTable(Parse *pParse, Table *pTab, char const *zColl) argument
82821 Table *pTab; /* A table in the database */ local
82852 Table *pTab; /* A table in the database */ local
83363 Table *pTab = sqliteHashData(pElem); local
83431 Table *pTab; local
83450 sqlite3IsReadOnly(Parse *pParse, Table *pTab, int viewOk) argument
83627 Table *pTab; /* The table from which records will be deleted */ local
83879 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument
83985 sqlite3GenerateRowIndexDelete( Parse *pParse, Table *pTab, int iCur, int *aRegIdx ) argument
84022 Table *pTab = pIdx->pTable; local
85974 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
86129 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
86253 sqlite3FkReferences(Table *pTab) argument
86294 sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab) argument
86355 sqlite3FkCheck( Parse *pParse, Table *pTab, int regOld, int regNew ) argument
86554 sqlite3FkRequired( Parse *pParse, Table *pTab, int *aChange, int chngRowid ) argument
86629 fkActionTrigger( Parse *pParse, Table *pTab, FKey *pFKey, ExprList *pChanges ) argument
86814 sqlite3FkActions( Parse *pParse, Table *pTab, ExprList *pChanges, int regOld ) argument
86842 sqlite3FkDelete(sqlite3 *db, Table *pTab) argument
86900 sqlite3OpenTable( Parse *p, int iCur, int iDb, Table *pTab, int opcode ) argument
86948 Table *pTab = pIdx->pTable; local
86979 sqlite3TableAffinityStr(Vdbe *v, Table *pTab) argument
87016 readsTable(Parse *p, int iStartAddr, int iDb, Table *pTab) argument
87322 Table *pTab; /* The table to insert into. aka TABLE */ local
88018 sqlite3GenerateConstraintChecks( Parse *pParse, Table *pTab, int baseCur, int regRowid, int *aRegIdx, int rowidChng, int isUpdate, int overrideError, int ignoreDest, int *pbMayReplace ) argument
88304 sqlite3CompleteInsertion( Parse *pParse, Table *pTab, int baseCur, int regRowid, int *aRegIdx, int isUpdate, int appendBias, int useSeekResult ) argument
88364 sqlite3OpenTableAndIndices( Parse *pParse, Table *pTab, int baseCur, int op ) argument
90825 Table *pTab; local
90864 Table *pTab; local
90888 Table *pTab; local
90951 Table *pTab; local
91079 Table *pTab = sqliteHashData(x); local
91109 Table *pTab = sqliteHashData(x); local
91625 Table *pTab; local
92533 columnIndex(Table *pTab, const char *zCol) argument
93367 Table *pTab = 0; /* Table structure column is extracted from */ local
93544 Table *pTab; local
93619 Table *pTab; /* Table associated with this expression */ local
93719 Table *pTab; local
95457 Table *pTab; local
95488 Table *pTab = pFrom->pTab; local
95557 Table *pTab; local
95667 Table *pTab = pFrom->pTab; local
95810 Table *pTab = pFrom->pTab; local
96000 explainSimpleCount( Parse *pParse, Table *pTab, Index *pIdx ) argument
96675 Table *pTab; local
97181 sqlite3TriggerList(Parse *pParse, Table *pTab) argument
97227 Table *pTab; /* Table that the trigger fires off of */ local
97463 Table *pTab; local
97743 Table *pTab = tableOfTrigger(pTrigger); local
97777 sqlite3TriggersExist( Parse *pParse, Table *pTab, int op, ExprList *pChanges, int *pMask ) argument
97948 codeRowTrigger( Parse *pParse, Trigger *pTrigger, Table *pTab, int orconf ) argument
98060 getRowTrigger( Parse *pParse, Trigger *pTrigger, Table *pTab, int orconf ) argument
98094 sqlite3CodeRowTriggerDirect( Parse *pParse, Trigger *p, Table *pTab, int reg, int orconf, int ignoreJump ) argument
98166 sqlite3CodeRowTrigger( Parse *pParse, Trigger *pTrigger, int op, ExprList *pChanges, int tr_tm, Table *pTab, int reg, int orconf, int ignoreJump ) argument
98228 sqlite3TriggerColmask( Parse *pParse, Trigger *pTrigger, ExprList *pChanges, int isNew, int tr_tm, Table *pTab, int orconf ) argument
98320 sqlite3ColumnDefault(Vdbe *v, Table *pTab, int i, int iReg) argument
98356 Table *pTab; /* The table to be updated */ local
98855 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
99302 Table *pTab; member in struct:VtabCtx
99393 sqlite3GetVTable(sqlite3 *db, Table *pTab) argument
99612 Table *pTab = pParse->pNewTable; /* The table being constructed */ local
99719 vtabCallConstructor( sqlite3 *db, Table *pTab, Module *pMod, int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), char **pzErr ) argument
99827 sqlite3VtabCallConnect(Parse *pParse, Table *pTab) argument
99899 Table *pTab; local
99942 Table *pTab; local
100003 Table *pTab; local
100213 Table *pTab; local
100273 sqlite3VtabMakeWritable(Parse *pParse, Table *pTab) argument
101861 Table *pTab; local
102587 vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p) argument
102646 Table *pTab = pSrc->pTab; local
104001 explainIndexRange(sqlite3 *db, WhereLevel *pLevel, Table *pTab) argument
105280 Table *pTab; /* Table to open */ local
105475 Table *pTab = pTabItem->pTab; local
112683 Table *pTab = 0; local
117563 fts3EvalPhraseMergeToken( Fts3Table *pTab, Fts3Phrase *p, int iToken, char *pList, int nList ) argument
117627 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
117769 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
117872 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
118113 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
118224 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
118838 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
118947 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
118996 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
122584 fts3SelectDocsize( Fts3Table *pTab, int eStmt, sqlite3_int64 iDocid, sqlite3_stmt **ppStmt ) argument
122614 sqlite3Fts3SelectDoctotal( Fts3Table *pTab, sqlite3_stmt **ppStmt ) argument
122621 sqlite3Fts3SelectDocsize( Fts3Table *pTab, sqlite3_int64 iDocid, sqlite3_stmt **ppStmt ) argument
123446 fts3SegReaderFirstDocid(Fts3Table *pTab, Fts3SegReader *pReader) argument
123478 fts3SegReaderNextDocid( Fts3Table *pTab, Fts3SegReader *pReader, char **ppOffsetList, int *pnOffsetList ) argument
126061 fts3SnippetShift( Fts3Table *pTab, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
126136 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
126317 fts3MatchinfoCheck( Fts3Table *pTab, char cArg, char **pzErr ) argument
126361 fts3MatchinfoSelectDoctotal( Fts3Table *pTab, sqlite3_stmt **ppStmt, sqlite3_int64 *pnDoc, const char **paLen ) argument
126540 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
126640 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
126712 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
126854 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
126992 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
[all...]

Completed in 589 milliseconds