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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10615 Parse *pParse; /* Parsing and code generating context */ member in struct:WhereInfo
10656 Parse *pParse; /* The parser */ member in struct:NameContext
10930 Parse *pParse; /* The Parse structure */ member in struct:AuthContext
11040 Parse *pParse; /* The parsing context. Error messages written here */ member in struct:DbFixer
11120 Parse *pParse; /* Parser context. */ member in struct:Walker
20765 sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...) argument
56537 Parse *pParse; local
69963 Parse *pParse = 0; local
71848 resolveAlias( Parse *pParse, ExprList *pEList, int iCol, Expr *pExpr, const char *zType ) argument
71928 lookupName( Parse *pParse, const char *zDb, const char *zTab, const char *zCol, NameContext *pNC, Expr *pExpr ) argument
72241 Parse *pParse; local
72423 resolveAsName( Parse *pParse, ExprList *pEList, Expr *pE ) argument
72462 resolveOrderByTermToExprList( Parse *pParse, Select *pSelect, Expr *pE ) argument
72509 resolveOutOfRangeError( Parse *pParse, const char *zType, int i, int mx ) argument
72535 resolveCompoundOrderBy( Parse *pParse, Select *pSelect ) argument
72625 sqlite3ResolveOrderGroupBy( Parse *pParse, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
72684 Parse *pParse; /* Parsing context */ local
72730 Parse *pParse; /* Parsing context */ local
72964 Parse *pParse = pNC->pParse; local
73005 sqlite3ResolveSelectNames( Parse *pParse, Select *p, NameContext *pOuterNC ) argument
73097 sqlite3ExprSetCollByToken(Parse *pParse, Expr *pExpr, Token *pCollName) argument
73112 sqlite3ExprCollSeq(Parse *pParse, Expr *pExpr) argument
73235 sqlite3BinaryCompareCollSeq( Parse *pParse, Expr *pLeft, Expr *pRight ) argument
73260 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull ) argument
73287 sqlite3ExprCheckHeight(Parse *pParse, int nHeight) argument
73360 sqlite3ExprSetHeight(Parse *pParse, Expr *p) argument
73499 sqlite3PExpr( Parse *pParse, int op, Expr *pLeft, Expr *pRight, const Token *pToken ) argument
73534 sqlite3ExprFunction(Parse *pParse, ExprList *pList, Token *pToken) argument
73565 sqlite3ExprAssignVarNumber(Parse *pParse, Expr *pExpr) argument
74001 sqlite3ExprListAppend( Parse *pParse, ExprList *pList, Expr *pExpr ) argument
74047 sqlite3ExprListSetName( Parse *pParse, ExprList *pList, Token *pName, int dequote ) argument
74072 sqlite3ExprListSetSpan( Parse *pParse, ExprList *pList, ExprSpan *pSpan ) argument
74093 sqlite3ExprListCheckLength( Parse *pParse, ExprList *pEList, const char *zObject ) argument
74450 sqlite3FindInIndex(Parse *pParse, Expr *pX, int *prNotFound) argument
74591 sqlite3CodeSubselect( Parse *pParse, Expr *pExpr, int rMayHaveNull, int isRowid ) argument
74811 sqlite3ExprCodeIN( Parse *pParse, Expr *pExpr, int destIfFalse, int destIfNull ) argument
74967 codeInteger(Parse *pParse, Expr *pExpr, int negFlag, int iMem) argument
74998 cacheEntryClear(Parse *pParse, struct yColCache *p) argument
75012 sqlite3ExprCacheStore(Parse *pParse, int iTab, int iCol, int iReg) argument
75085 sqlite3ExprCacheRemove(Parse *pParse, int iReg, int nReg) argument
75103 sqlite3ExprCachePush(Parse *pParse) argument
75112 sqlite3ExprCachePop(Parse *pParse, int N) argument
75132 sqlite3ExprCachePinRegister(Parse *pParse, int iReg) argument
75172 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg ) argument
75199 sqlite3ExprCacheClear(Parse *pParse) argument
75215 sqlite3ExprCacheAffinityChange(Parse *pParse, int iStart, int iCount) argument
75223 sqlite3ExprCodeMove(Parse *pParse, int iFrom, int iTo, int nReg) argument
75240 sqlite3ExprCodeCopy(Parse *pParse, int iFrom, int iTo, int nReg) argument
75256 usedAsColumnCache(Parse *pParse, int iFrom, int iTo) argument
75278 sqlite3ExprCodeTarget(Parse *pParse, Expr *pExpr, int target) argument
75886 sqlite3ExprCodeTemp(Parse *pParse, Expr *pExpr, int *pReg) argument
75903 sqlite3ExprCode(Parse *pParse, Expr *pExpr, int target) argument
75931 sqlite3ExprCodeAndCache(Parse *pParse, Expr *pExpr, int target) argument
76019 Parse *pParse = pWalker->pParse; local
76073 sqlite3ExprCodeConstants(Parse *pParse, Expr *pExpr) argument
76090 sqlite3ExprCodeExprList( Parse *pParse, ExprList *pList, int target, int doHardCopy ) argument
76125 exprCodeBetween( Parse *pParse, Expr *pExpr, int dest, int jumpIfTrue, int jumpIfNull ) argument
76183 sqlite3ExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull) argument
76303 sqlite3ExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull) argument
76555 Parse *pParse = pNC->pParse; local
76723 sqlite3GetTempReg(Parse *pParse) argument
76738 sqlite3ReleaseTempReg(Parse *pParse, int iReg) argument
76755 sqlite3GetTempRange(Parse *pParse, int nReg) argument
76769 sqlite3ReleaseTempRange(Parse *pParse, int iReg, int nReg) argument
77059 whereForeignKeys(Parse *pParse, Table *pTab) argument
77075 whereTempTriggers(Parse *pParse, Table *pTab) argument
77109 reloadTableSchema(Parse *pParse, Table *pTab, const char *zName) argument
77158 isSystemTable(Parse *pParse, const char *zName) argument
77170 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
77371 sqlite3MinimumFileFormat(Parse *pParse, int iDb, int minFormat) argument
77400 sqlite3AlterFinishAddColumn(Parse *pParse, Token *pColDef) argument
77524 sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
77638 openStatTable( Parse *pParse, int iDb, int iStatCur, const char *zWhere, const char *zWhereType ) argument
77709 analyzeOneTable( Parse *pParse, Table *pTab, Index *pOnlyIdx, int iStatCur, int iMem ) argument
77977 loadAnalysis(Parse *pParse, int iDb) argument
77987 analyzeDatabase(Parse *pParse, int iDb) argument
78012 analyzeTable(Parse *pParse, Table *pTab, Index *pOnlyIdx) argument
78043 sqlite3Analyze(Parse *pParse, Token *pName1, Token *pName2) argument
78628 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
78702 sqlite3Detach(Parse *pParse, Expr *pDbname) argument
78724 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
78749 sqlite3FixInit( DbFixer *pFix, Parse *pParse, int iDb, const char *zType, const Token *pName ) argument
78972 sqliteAuthBadReturnCode(Parse *pParse) argument
78986 sqlite3AuthReadCol( Parse *pParse, const char *zTab, const char *zCol, int iDb ) argument
79019 sqlite3AuthRead( Parse *pParse, Expr *pExpr, Schema *pSchema, SrcList *pTabList ) argument
79076 sqlite3AuthCheck( Parse *pParse, int code, const char *zArg1, const char *zArg2, const char *zArg3 ) argument
79112 sqlite3AuthContextPush( Parse *pParse, AuthContext *pContext, const char *zContext ) argument
79167 sqlite3BeginParse(Parse *pParse, int explainFlag) argument
79194 sqlite3TableLock( Parse *pParse, int iDb, int iTab, u8 isWriteLock, const char *zName ) argument
79234 codeTableLocks(Parse *pParse) argument
79262 sqlite3FinishCoding(Parse *pParse) argument
79365 sqlite3NestedParse(Parse *pParse, const char *zFormat, ...) argument
79431 sqlite3LocateTable( Parse *pParse, int isView, const char *zName, const char *zDbase ) argument
79794 sqlite3TwoPartName( Parse *pParse, Token *pName1, Token *pName2, Token **pUnqual ) argument
79831 sqlite3CheckObjectName(Parse *pParse, const char *zName) argument
79857 sqlite3StartTable( Parse *pParse, Token *pName1, Token *pName2, int isTemp, int isView, int isVirtual, int noErr ) argument
80080 sqlite3AddColumn(Parse *pParse, Token *pName) argument
80129 sqlite3AddNotNull(Parse *pParse, int onError) argument
80206 sqlite3AddColumnType(Parse *pParse, Token *pType) argument
80228 sqlite3AddDefaultValue(Parse *pParse, ExprSpan *pSpan) argument
80271 sqlite3AddPrimaryKey( Parse *pParse, ExprList *pList, int onError, int autoInc, int sortOrder ) argument
80335 sqlite3AddCheckConstraint( Parse *pParse, Expr *pCheckExpr ) argument
80355 sqlite3AddCollateType(Parse *pParse, Token *pToken) argument
80406 sqlite3LocateCollSeq(Parse *pParse, const char *zName) argument
80440 sqlite3ChangeCookie(Parse *pParse, int iDb) argument
80591 sqlite3EndTable( Parse *pParse, Token *pCons, Token *pEnd, Select *pSelect ) argument
80799 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, Select *pSelect, int isTemp, int noErr ) argument
80877 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
81038 destroyRootPage(Parse *pParse, int iTable, int iDb) argument
81066 destroyTable(Parse *pParse, Table *pTab) argument
81123 sqlite3ClearStatTables( Parse *pParse, int iDb, const char *zType, const char *zName ) argument
81146 sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr) argument
81317 sqlite3CreateForeignKey( Parse *pParse, ExprList *pFromCol, Token *pTo, ExprList *pToCol, int flags ) argument
81438 sqlite3DeferForeignKey(Parse *pParse, int isDeferred) argument
81459 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) argument
81579 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Token *pEnd, int sortOrder, int ifNotExist ) argument
82088 sqlite3DropIndex(Parse *pParse, SrcList *pName, int ifExists) argument
82388 sqlite3SrcListAssignCursors(Parse *pParse, SrcList *pList) argument
82439 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
82483 sqlite3SrcListIndexedBy(Parse *pParse, SrcList *p, Token *pIndexedBy) argument
82527 sqlite3BeginTransaction(Parse *pParse, int type) argument
82553 sqlite3CommitTransaction(Parse *pParse) argument
82573 sqlite3RollbackTransaction(Parse *pParse) argument
82594 sqlite3Savepoint(Parse *pParse, int op, Token *pName) argument
82614 sqlite3OpenTempDatabase(Parse *pParse) argument
82665 sqlite3CodeVerifySchema(Parse *pParse, int iDb) argument
82696 sqlite3CodeVerifyNamedSchema(Parse *pParse, const char *zDb) argument
82720 sqlite3BeginWriteOperation(Parse *pParse, int setStatement, int iDb) argument
82734 sqlite3MultiWrite(Parse *pParse) argument
82755 sqlite3MayAbort(Parse *pParse) argument
82765 sqlite3HaltConstraint(Parse *pParse, int onError, char *p4, int p4type) argument
82797 reindexTable(Parse *pParse, Table *pTab, char const *zColl) argument
82816 reindexDatabases(Parse *pParse, char const *zColl) argument
82848 sqlite3Reindex(Parse *pParse, Token *pName1, Token *pName2) argument
82912 sqlite3IndexKeyinfo(Parse *pParse, Index *pIdx) argument
83058 sqlite3CheckCollSeq(Parse *pParse, CollSeq *pColl) argument
83429 sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc) argument
83450 sqlite3IsReadOnly(Parse *pParse, Table *pTab, int viewOk) argument
83487 sqlite3MaterializeView( Parse *pParse, Table *pView, Expr *pWhere, int iCur ) argument
83529 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
83621 sqlite3DeleteFrom( Parse *pParse, SrcList *pTabList, Expr *pWhere ) argument
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
84013 sqlite3GenerateIndexKey( Parse *pParse, Index *pIdx, int iCur, int regOut, int doMakeRec ) argument
85841 locateFkeyIndex( Parse *pParse, Table *pParent, FKey *pFKey, Index **ppIdx, int **paiCol ) argument
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
86294 sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab) argument
86355 sqlite3FkCheck( Parse *pParse, Table *pTab, int regOld, int regNew ) argument
86518 sqlite3FkOldmask( Parse *pParse, Table *pTab ) 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
87071 autoIncBegin( Parse *pParse, int iDb, Table *pTab ) argument
87103 sqlite3AutoincrementBegin(Parse *pParse) argument
87145 autoIncStep(Parse *pParse, int memId, int regRowid) argument
87158 sqlite3AutoincrementEnd(Parse *pParse) argument
87313 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
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
88487 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
90069 invalidateTempStorage(Parse *pParse) argument
90091 changeTempStorage(Parse *pParse, const char *zStorageType) argument
90106 returnSingleInt(Parse *pParse, const char *zLabel, i64 value) argument
90125 flagPragma(Parse *pParse, const char *zLeft, const char *zRight) argument
90262 sqlite3Pragma( Parse *pParse, Token *pId1, Token *pId2, Token *pValue, int minusFlag ) argument
91911 sqlite3ReadSchema(Parse *pParse) argument
91931 schemaIsValid(Parse *pParse) argument
92017 Parse *pParse; /* Parsing context */ local
92397 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
92472 sqlite3JoinType(Parse *pParse, Token *pA, Token *pB, Token *pC) argument
92585 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
92669 sqliteProcessJoin(Parse *pParse, Select *p) argument
92761 pushOntoSorter( Parse *pParse, ExprList *pOrderBy, Select *pSelect, int regData ) argument
92830 codeDistinct( Parse *pParse, int iTab, int addrRepeat, int N, int iMem ) argument
92856 checkForMultiColumnSelectError( Parse *pParse, SelectDest *pDest, int nExpr ) argument
92881 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
93102 keyInfoFromExprList(Parse *pParse, ExprList *pList) argument
93156 explainTempTable(Parse *pParse, const char *zUsage) argument
93194 explainComposite( Parse *pParse, int op, int iSub1, int iSub2, int bUseTmp ) argument
93222 generateSortTail( Parse *pParse, Select *p, Vdbe *v, int nColumn, SelectDest *pDest ) argument
93474 generateColumnTypes( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
93514 generateColumnNames( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
93590 selectColumnsFromExprList( Parse *pParse, ExprList *pEList, int *pnCol, Column **paCol ) argument
93681 selectAddColumnTypeAndCollation( Parse *pParse, int nCol, Column *aCol, Select *pSelect ) argument
93718 sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect) argument
93754 sqlite3GetVdbe(Parse *pParse) argument
93786 computeLimitRegisters(Parse *pParse, Select *p, int iBreak) argument
93846 multiSelectCollSeq(Parse *pParse, Select *p, int iCol) argument
93901 multiSelect( Parse *pParse, Select *p, SelectDest *pDest ) argument
94270 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
94493 multiSelectOrderBy( Parse *pParse, Select *p, SelectDest *pDest ) argument
95042 flattenSubquery( Parse *pParse, Select *p, int iFrom, int isAgg, int subqueryIsAgg ) argument
95486 sqlite3IndexedByLookup(Parse *pParse, struct SrcList_item *pFrom) argument
95530 Parse *pParse = pWalker->pParse; local
95775 sqlite3SelectExpand(Parse *pParse, Select *pSelect) argument
95799 Parse *pParse; local
95832 sqlite3SelectAddTypeInfo(Parse *pParse, Select *pSelect) argument
95855 sqlite3SelectPrep( Parse *pParse, Select *p, NameContext *pOuterNC ) argument
95878 resetAccumulator(Parse *pParse, AggInfo *pAggInfo) argument
95910 finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo) argument
95926 updateAccumulator(Parse *pParse, AggInfo *pAggInfo) argument
96000 explainSimpleCount( Parse *pParse, Table *pTab, Index *pIdx ) argument
96075 sqlite3Select( Parse *pParse, Select *p, SelectDest *pDest ) argument
97181 sqlite3TriggerList(Parse *pParse, Table *pTab) argument
97214 sqlite3BeginTrigger( Parse *pParse, Token *pName1, Token *pName2, int tr_tm, int op, IdList *pColumns, SrcList *pTableName, Expr *pWhen, int isTemp, int noErr ) argument
97405 sqlite3FinishTrigger( Parse *pParse, TriggerStep *pStepList, Token *pAll ) argument
97623 sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr) argument
97676 sqlite3DropTriggerPtr(Parse *pParse, Trigger *pTrigger) argument
97777 sqlite3TriggersExist( Parse *pParse, Table *pTab, int op, ExprList *pChanges, int *pMask ) argument
97813 targetSrcList( Parse *pParse, TriggerStep *pStep ) argument
97838 codeTriggerProgram( Parse *pParse, TriggerStep *pStepList, int orconf ) 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
98348 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError ) argument
98855 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
99014 sqlite3Vacuum(Parse *pParse) argument
99554 sqlite3VtabBeginParse( Parse *pParse, Token *pName1, Token *pName2, Token *pModuleName ) argument
99598 addArgumentToVtab(Parse *pParse) argument
99611 sqlite3VtabFinishParse(Parse *pParse, Token *pEnd) argument
99693 sqlite3VtabArgInit(Parse *pParse) argument
99703 sqlite3VtabArgExtend(Parse *pParse, Token *p) argument
99827 sqlite3VtabCallConnect(Parse *pParse, Table *pTab) argument
99939 Parse *pParse; local
100273 sqlite3VtabMakeWritable(Parse *pParse, Table *pTab) argument
100477 Parse *pParse; /* The parser context */ member in struct:WhereClause
100606 whereClauseInit( WhereClause *pWC, Parse *pParse, WhereMaskSet *pMaskSet ) argument
100870 exprCommute(Parse *pParse, Expr *pExpr) argument
100943 Parse *pParse = pWC->pParse; local
100994 isLikeOrGlob( Parse *pParse, Expr *pExpr, Expr **ppPrefix, int *pisComplete, int *pnoCase ) argument
101202 Parse *pParse = pWC->pParse; /* Parser context */ local
101464 Parse *pParse = pWC->pParse; /* Parsing context */ local
101764 findIndexCol( Parse *pParse, ExprList *pList, int iBase, Index *pIdx, int iCol ) argument
101802 isDistinctIndex( Parse *pParse, WhereClause *pWC, Index *pIdx, int base, ExprList *pDistinct, int nEqCol ) argument
101855 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
101930 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
102134 bestOrClauseIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
102248 bestAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereCost *pCost ) argument
102319 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, WhereLevel *pLevel ) argument
102472 allocateIndexInfo( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, ExprList *pOrderBy ) argument
102587 vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p) argument
102636 bestVirtualIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost, sqlite3_index_info **ppIdxInfo ) argument
102798 whereRangeRegion( Parse *pParse, Index *pIdx, sqlite3_value *pVal, int roundUp, int *piRegion ) argument
102905 valueFromExpr( Parse *pParse, Expr *pExpr, u8 aff, sqlite3_value **pp ) argument
102964 whereRangeScanEst( Parse *pParse, Index *p, int nEq, WhereTerm *pLower, WhereTerm *pUpper, int *piEst ) argument
103060 whereEqualScanEst( Parse *pParse, Index *p, Expr *pExpr, double *pnRow ) argument
103117 whereInScanEst( Parse *pParse, Index *p, ExprList *pList, double *pnRow ) argument
103207 bestBtreeIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, ExprList *pDistinct, WhereCost *pCost ) argument
103679 bestIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, Bitmask notValid, ExprList *pOrderBy, WhereCost *pCost ) argument
103755 codeApplyAffinity(Parse *pParse, int base, int n, char *zAff) argument
103795 codeEqualityTerm( Parse *pParse, WhereTerm *pTerm, WhereLevel *pLevel, int iTarget ) argument
103888 codeAllEqualityTerms( Parse *pParse, WhereLevel *pLevel, WhereClause *pWC, Bitmask notReady, int nExtraReg, char **pzAff ) argument
104037 explainOneScan( Parse *pParse, SrcList *pTabList, WhereLevel *pLevel, int iLevel, int iFrom, u16 wctrlFlags ) argument
104134 Parse *pParse; /* Parsing context */ local
104897 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList **ppOrderBy, ExprList *pDistinct, u16 wctrlFlags ) argument
105416 Parse *pParse = pWInfo->pParse; local
105613 spanExpr(ExprSpan *pOut, Parse *pParse, int op, Token *pValue) argument
105622 spanBinaryExpr( ExprSpan *pOut, Parse *pParse, int op, ExprSpan *pLeft, ExprSpan *pRight ) argument
105636 spanUnaryPostfix( ExprSpan *pOut, Parse *pParse, int op, ExprSpan *pOperand, Token *pPostOp ) argument
105650 binaryToUnaryIfNull(Parse *pParse, Expr *pY, Expr *pA, int op) argument
105661 spanUnaryPrefix( ExprSpan *pOut, Parse *pParse, int op, ExprSpan *pOperand, Token *pPreOp ) argument
109630 sqlite3RunParser(Parse *pParse, const char *zSql, char **pzErrMsg) argument
119680 getNextToken( ParseContext *pParse, int iCol, const char *z, int n, Fts3Expr **ppExpr, int *pnConsumed ) argument
119761 getNextString( ParseContext *pParse, const char *zInput, int nInput, Fts3Expr **ppExpr ) argument
119880 getNextNode( ParseContext *pParse, const char *z, int n, Fts3Expr **ppExpr, int *pnConsumed ) argument
120104 fts3ExprParse( ParseContext *pParse, const char *z, int n, Fts3Expr **ppExpr, int *pnConsumed ) argument
[all...]

Completed in 449 milliseconds