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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10417 Table *pTab; /* Source table */ member in struct:AggInfo::AggInfo_col
10555 Table *pTab; /* Table for TK_COLUMN expressions. */ member in struct:Expr
10721 Table *pTab; /* An SQL table corresponding to zName */ member in struct:SrcList::SrcList_item
10993 Table *pTab; /* Table this info block refers to */ member in struct:AutoincInfo
71207 Table *pTab; local
73225 Table *pTab; local
73282 Table *pTab = 0; local
75169 Table *pTab; local
75621 Table *pTab; local
75728 Table *pTab; /* Table <table>. */ local
76414 sqlite3ExprCodeGetColumnOfTable( Vdbe *v, Table *pTab, int iTabCur, int iCol, int regOut ) argument
76441 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
76999 Table *pTab = pExpr->pTab; local
78594 whereForeignKeys(Parse *pParse, Table *pTab) argument
78610 whereTempTriggers(Parse *pParse, Table *pTab) argument
78644 reloadTableSchema(Parse *pParse, Table *pTab, const char *zName) argument
78712 Table *pTab; /* Table being renamed */ local
78937 Table *pTab; /* Table being altered */ local
79061 Table *pTab; local
79569 analyzeOneTable( Parse *pParse, Table *pTab, Index *pOnlyIdx, int iStatCur, int iMem ) argument
79872 Table *pTab = (Table*)sqliteHashData(k); local
79883 analyzeTable(Parse *pParse, Table *pTab, Index *pOnlyIdx) argument
79919 Table *pTab; local
80963 Table *pTab = 0; /* The table being read */ local
82215 Table *pTab = pParse->pNewTable; local
82278 Table *pTab = pParse->pNewTable; local
82914 Table *pTab = sqliteHashData(i); local
82954 Table *pTab = sqliteHashData(pElem); local
83003 destroyTable(Parse *pParse, Table *pTab) argument
83083 sqlite3CodeDropTable(Parse *pParse, Table *pTab, int iDb, int isView) argument
83155 Table *pTab; local
83392 Table *pTab; local
83412 Table *pTab = pIndex->pTable; /* The table that is indexed */ local
83549 Table *pTab = 0; /* Table to be indexed */ local
84085 Table *pTab = pIndex->pTable; local
84755 reindexTable(Parse *pParse, Table *pTab, char const *zColl) argument
84779 Table *pTab; /* A table in the database */ local
84810 Table *pTab; /* A table in the database */ local
85321 Table *pTab = sqliteHashData(pElem); local
85389 Table *pTab; local
85408 sqlite3IsReadOnly(Parse *pParse, Table *pTab, int viewOk) argument
85584 Table *pTab; /* The table from which records will be deleted */ local
85836 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument
85942 sqlite3GenerateRowIndexDelete( Parse *pParse, Table *pTab, int iCur, int *aRegIdx ) argument
85979 Table *pTab = pIdx->pTable; local
87929 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
88084 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
88208 sqlite3FkReferences(Table *pTab) argument
88249 sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab) argument
88310 sqlite3FkCheck( Parse *pParse, Table *pTab, int regOld, int regNew ) argument
88509 sqlite3FkRequired( Parse *pParse, Table *pTab, int *aChange, int chngRowid ) argument
88584 fkActionTrigger( Parse *pParse, Table *pTab, FKey *pFKey, ExprList *pChanges ) argument
88770 sqlite3FkActions( Parse *pParse, Table *pTab, ExprList *pChanges, int regOld ) argument
88798 sqlite3FkDelete(sqlite3 *db, Table *pTab) argument
88856 sqlite3OpenTable( Parse *p, int iCur, int iDb, Table *pTab, int opcode ) argument
88904 Table *pTab = pIdx->pTable; local
88935 sqlite3TableAffinityStr(Vdbe *v, Table *pTab) argument
88972 readsTable(Parse *p, int iStartAddr, int iDb, Table *pTab) argument
89279 Table *pTab; /* The table to insert into. aka TABLE */ local
89975 sqlite3GenerateConstraintChecks( Parse *pParse, Table *pTab, int baseCur, int regRowid, int *aRegIdx, int rowidChng, int isUpdate, int overrideError, int ignoreDest, int *pbMayReplace ) argument
90261 sqlite3CompleteInsertion( Parse *pParse, Table *pTab, int baseCur, int regRowid, int *aRegIdx, int isUpdate, int appendBias, int useSeekResult ) argument
90321 sqlite3OpenTableAndIndices( Parse *pParse, Table *pTab, int baseCur, int op ) argument
92809 Table *pTab; local
92848 Table *pTab; local
92872 Table *pTab; local
92935 Table *pTab; local
93063 Table *pTab = sqliteHashData(x); local
93093 Table *pTab = sqliteHashData(x); local
93619 Table *pTab; local
94533 columnIndex(Table *pTab, const char *zCol) argument
95367 Table *pTab = 0; /* Table structure column is extracted from */ local
95544 Table *pTab; local
95619 Table *pTab; /* Table associated with this expression */ local
95722 Table *pTab; local
97467 Table *pTab; local
97498 Table *pTab = pFrom->pTab; local
97567 Table *pTab; local
97677 Table *pTab = pFrom->pTab; local
97820 Table *pTab = pFrom->pTab; local
98010 explainSimpleCount( Parse *pParse, Table *pTab, Index *pIdx ) argument
98685 Table *pTab; local
99191 sqlite3TriggerList(Parse *pParse, Table *pTab) argument
99237 Table *pTab; /* Table that the trigger fires off of */ local
99473 Table *pTab; local
99753 Table *pTab = tableOfTrigger(pTrigger); local
99787 sqlite3TriggersExist( Parse *pParse, Table *pTab, int op, ExprList *pChanges, int *pMask ) argument
99958 codeRowTrigger( Parse *pParse, Trigger *pTrigger, Table *pTab, int orconf ) argument
100071 getRowTrigger( Parse *pParse, Trigger *pTrigger, Table *pTab, int orconf ) argument
100105 sqlite3CodeRowTriggerDirect( Parse *pParse, Trigger *p, Table *pTab, int reg, int orconf, int ignoreJump ) argument
100177 sqlite3CodeRowTrigger( Parse *pParse, Trigger *pTrigger, int op, ExprList *pChanges, int tr_tm, Table *pTab, int reg, int orconf, int ignoreJump ) argument
100239 sqlite3TriggerColmask( Parse *pParse, Trigger *pTrigger, ExprList *pChanges, int isNew, int tr_tm, Table *pTab, int orconf ) argument
100331 sqlite3ColumnDefault(Vdbe *v, Table *pTab, int i, int iReg) argument
100367 Table *pTab; /* The table to be updated */ local
100869 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
101314 Table *pTab; member in struct:VtabCtx
101405 sqlite3GetVTable(sqlite3 *db, Table *pTab) argument
101624 Table *pTab = pParse->pNewTable; /* The table being constructed */ local
101731 vtabCallConstructor( sqlite3 *db, Table *pTab, Module *pMod, int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), char **pzErr ) argument
101839 sqlite3VtabCallConnect(Parse *pParse, Table *pTab) argument
101911 Table *pTab; local
101954 Table *pTab; local
102015 Table *pTab; local
102225 Table *pTab; local
102285 sqlite3VtabMakeWritable(Parse *pParse, Table *pTab) argument
103889 Table *pTab; local
104618 vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p) argument
104677 Table *pTab = pSrc->pTab; local
106035 explainIndexRange(sqlite3 *db, WhereLevel *pLevel, Table *pTab) argument
107337 Table *pTab; /* Table to open */ local
107532 Table *pTab = pTabItem->pTab; local
114774 Table *pTab = 0; local
119930 fts3EvalPhraseMergeToken( Fts3Table *pTab, Fts3Phrase *p, int iToken, char *pList, int nList ) argument
119994 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
120135 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
120239 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
120485 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
120609 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
121226 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
121335 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
121384 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
125001 fts3SelectDocsize( Fts3Table *pTab, int eStmt, sqlite3_int64 iDocid, sqlite3_stmt **ppStmt ) argument
125031 sqlite3Fts3SelectDoctotal( Fts3Table *pTab, sqlite3_stmt **ppStmt ) argument
125038 sqlite3Fts3SelectDocsize( Fts3Table *pTab, sqlite3_int64 iDocid, sqlite3_stmt **ppStmt ) argument
125884 fts3SegReaderFirstDocid(Fts3Table *pTab, Fts3SegReader *pReader) argument
125916 fts3SegReaderNextDocid( Fts3Table *pTab, Fts3SegReader *pReader, char **ppOffsetList, int *pnOffsetList ) argument
128607 fts3SnippetShift( Fts3Table *pTab, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
128682 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
128863 fts3MatchinfoCheck( Fts3Table *pTab, char cArg, char **pzErr ) argument
128907 fts3MatchinfoSelectDoctotal( Fts3Table *pTab, sqlite3_stmt **ppStmt, sqlite3_int64 *pnDoc, const char **paLen ) argument
129086 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
129186 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
129258 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
129400 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
129538 Fts3Table *pTab = (Fts3Table *)pCsr->base.pVtab; local
[all...]

Completed in 587 milliseconds