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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10615 Parse *pParse; /* Parsing and code generating context */ member in struct:WhereInfo
10626 double savedNQueryLoop; /* pParse->nQueryLoop outside the WHERE loop */
10656 Parse *pParse; /* The parser */ member in struct:NameContext
10921 #define IN_DECLARE_VTAB (pParse->declareVtab)
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
11361 SQLITE_PRIVATE void sqlite3AutoincrementBegin(Parse *pParse);
11362 SQLITE_PRIVATE void sqlite3AutoincrementEnd(Parse *pParse);
11588 SQLITE_PRIVATE int sqlite3ReadSchema(Parse *pParse);
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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c17037 Parse *pParse; /* Current parse */ member in struct:sqlite3
18535 Parse *pParse; /* The parser */ member in struct:NameContext
19013 #define IN_DECLARE_VTAB (pParse->eParseMode==PARSE_MODE_DECLARE_VTAB)
19019 #define IN_RENAME_OBJECT (pParse->eParseMode>=PARSE_MODE_RENAME)
19025 #define IN_SPECIAL_PARSE (pParse->eParseMode!=PARSE_MODE_NORMAL)
19034 Parse *pParse; /* The Parse structure */ member in struct:AuthContext
19169 Parse *pParse; /* The parse that includes the RETURNING clause */ member in struct:Returning
19306 Parse *pParse; /* Parser context. */ member in struct:Walker
19339 Parse *pParse; /* The parsing context. Error messages written here */ member in struct:DbFixer
19862 SQLITE_PRIVATE void sqlite3AutoincrementBegin(Parse *pParse);
21369 Parse *pParse; /* Parsing context used to create this Vdbe */ member in struct:Vdbe
31678 sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...) argument
31702 Parse *pParse; local
77775 Parse *pParse; member in struct:ValueNewStat4Ctx
78132 stat4ValueFromExpr( Parse *pParse, Expr *pExpr, u8 affinity, struct ValueNewStat4Ctx *pAlloc, sqlite3_value **ppVal ) argument
78207 sqlite3Stat4ProbeSetValue( Parse *pParse, Index *pIdx, UnpackedRecord **ppRec, Expr *pExpr, int nElem, int iVal, int *pnExtract ) argument
78252 sqlite3Stat4ValueFromExpr( Parse *pParse, Expr *pExpr, u8 affinity, sqlite3_value **ppVal ) argument
78402 sqlite3VdbeCreate(Parse *pParse) argument
78729 sqlite3VdbeAddFunctionCall( Parse *pParse, int p1, int p2, int p3, int nArg, const FuncDef *pFunc, int eCallCtx ) argument
78785 sqlite3VdbeExplainParent(Parse *pParse) argument
78809 sqlite3VdbeExplain(Parse *pParse, u8 bPush, const char *zFmt, ...) argument
78837 sqlite3VdbeExplainPop(Parse *pParse) argument
78919 sqlite3VdbeMakeLabel(Parse *pParse) argument
79171 Parse *pParse = p->pParse; local
79609 sqlite3VdbeReleaseRegisters( Parse *pParse, int iFirst, int N, u32 mask, int bUndefine ) argument
79738 sqlite3VdbeSetP4KeyInfo(Parse *pParse, Index *pIdx) argument
98512 Parse *pParse = pWalker->pParse; local
98695 resolveAlias( Parse *pParse, ExprList *pEList, int iCol, Expr *pExpr, int nSubquery ) argument
98862 lookupName( Parse *pParse, const char *zDb, const char *zTab, const char *zCol, NameContext *pNC, Expr *pExpr ) argument
99344 notValidImpl( Parse *pParse, NameContext *pNC, const char *zMsg, Expr *pExpr ) argument
99392 Parse *pParse; local
99832 resolveAsName( Parse *pParse, ExprList *pEList, Expr *pE ) argument
99872 resolveOrderByTermToExprList( Parse *pParse, Select *pSelect, Expr *pE ) argument
99919 resolveOutOfRangeError( Parse *pParse, const char *zType, int i, int mx ) argument
99945 resolveCompoundOrderBy( Parse *pParse, Select *pSelect ) argument
100063 sqlite3ResolveOrderGroupBy( Parse *pParse, Select *pSelect, ExprList *pOrderBy, const char *zType ) argument
100150 Parse *pParse; /* Parsing context */ local
100209 Parse *pParse; /* Parsing context */ local
100582 sqlite3ResolveSelectNames( Parse *pParse, Select *p, NameContext *pOuterNC ) argument
100616 sqlite3ResolveSelfReference( Parse *pParse, Table *pTab, int type, Expr *pExpr, ExprList *pList ) argument
100744 sqlite3ExprAddCollateToken( Parse *pParse, Expr *pExpr, const Token *pCollName, int dequote ) argument
100771 sqlite3ExprAddCollateString(Parse *pParse, Expr *pExpr, const char *zC) argument
100823 sqlite3ExprCollSeq(Parse *pParse, const Expr *pExpr) argument
100895 sqlite3ExprNNCollSeq(Parse *pParse, const Expr *pExpr) argument
100905 sqlite3ExprCollSeqMatch(Parse *pParse, const Expr *pE1, const Expr *pE2) argument
100998 sqlite3BinaryCompareCollSeq( Parse *pParse, const Expr *pLeft, const Expr *pRight ) argument
101026 sqlite3ExprCompareCollSeq(Parse *pParse, const Expr *p) argument
101037 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull, int isCommuted ) argument
101144 sqlite3ExprForVectorField( Parse *pParse, Expr *pVector, int iField ) argument
101190 exprCodeSubselect(Parse *pParse, Expr *pExpr) argument
101218 exprVectorRegister( Parse *pParse, Expr *pVector, int iField, int regSelect, Expr **ppExpr, int *pRegFree ) argument
101251 codeVectorCompare( Parse *pParse, Expr *pExpr, int dest, u8 op, u8 p5 ) argument
101336 sqlite3ExprCheckHeight(Parse *pParse, int nHeight) argument
101415 sqlite3ExprSetHeightAndFlags(Parse *pParse, Expr *p) argument
101435 sqlite3ExprSetHeightAndFlags(Parse *pParse, Expr *p) argument
101559 sqlite3PExpr( Parse *pParse, int op, Expr *pLeft, Expr *pRight ) argument
101584 sqlite3PExprAddSelect(Parse *pParse, Expr *pExpr, Select *pSelect) argument
101604 sqlite3ExprAnd(Parse *pParse, Expr *pLeft, Expr *pRight) argument
101625 sqlite3ExprFunction( Parse *pParse, ExprList *pList, Token *pToken, int eDistinct ) argument
101661 sqlite3ExprFunctionUsable( Parse *pParse, Expr *pExpr, FuncDef *pDef ) argument
101700 sqlite3ExprAssignVarNumber(Parse *pParse, Expr *pExpr, u32 n) argument
101822 sqlite3ExprDeferredDelete(Parse *pParse, Expr *pExpr) argument
101830 sqlite3ExprUnmapAndDelete(Parse *pParse, Expr *p) argument
102321 sqlite3ExprListAppend( Parse *pParse, ExprList *pList, Expr *pExpr ) argument
102369 sqlite3ExprListAppendVector( Parse *pParse, ExprList *pList, IdList *pColumns, Expr *pExpr ) argument
102471 sqlite3ExprListSetName( Parse *pParse, ExprList *pList, Token *pName, int dequote ) argument
102506 sqlite3ExprListSetSpan( Parse *pParse, ExprList *pList, const char *zStart, const char *zEnd ) argument
102528 sqlite3ExprListCheckLength( Parse *pParse, ExprList *pEList, const char *zObject ) argument
102859 sqlite3ExprIsConstantOrGroupBy(Parse *pParse, Expr *p, ExprList *pGroupBy) argument
103206 sqlite3FindInIndex( Parse *pParse, Expr *pX, u32 inFlags, int *prRhsHasNull, int *aiMap, int *piTab ) argument
103429 exprINAffinity(Parse *pParse, Expr *pExpr) argument
103461 sqlite3SubselectError(Parse *pParse, int nActual, int nExpect) argument
103480 sqlite3VectorErrorMsg(Parse *pParse, Expr *pExpr) argument
103514 sqlite3CodeRhsOfIN( Parse *pParse, Expr *pExpr, int iTab ) argument
103702 sqlite3CodeSubselect(Parse *pParse, Expr *pExpr) argument
103817 sqlite3ExprCheckIN(Parse *pParse, Expr *pIn) argument
103858 sqlite3ExprCodeIN( Parse *pParse, Expr *pExpr, int destIfFalse, int destIfNull ) argument
104132 codeInteger(Parse *pParse, Expr *pExpr, int negFlag, int iMem) argument
104169 sqlite3ExprCodeLoadIndexColumn( Parse *pParse, Index *pIdx, int iTabCur, int iIdxCol, int regOut ) argument
104194 sqlite3ExprCodeGeneratedColumn( Parse *pParse, Column *pCol, int regOut ) argument
104242 Parse *pParse = sqlite3VdbeParser(v); local
104276 sqlite3ExprCodeGetColumn( Parse *pParse, Table *pTab, int iColumn, int iTable, int iReg, u8 p5 ) argument
104297 sqlite3ExprCodeMove(Parse *pParse, int iFrom, int iTo, int nReg) argument
104325 exprCodeVector(Parse *pParse, Expr *p, int *piFreeable) argument
104364 exprCodeInlineFunction( Parse *pParse, ExprList *pFarg, int iFuncId, int target ) argument
104480 sqlite3ExprCodeTarget(Parse *pParse, Expr *pExpr, int target) argument
105235 sqlite3ExprCodeRunJustOnce( Parse *pParse, Expr *pExpr, int regDest ) argument
105292 sqlite3ExprCodeTemp(Parse *pParse, Expr *pExpr, int *pReg) argument
105320 sqlite3ExprCode(Parse *pParse, Expr *pExpr, int target) argument
105344 sqlite3ExprCodeCopy(Parse *pParse, Expr *pExpr, int target) argument
105357 sqlite3ExprCodeFactorable(Parse *pParse, Expr *pExpr, int target) argument
105385 sqlite3ExprCodeExprList( Parse *pParse, ExprList *pList, int target, int srcReg, u8 flags ) argument
105460 exprCodeBetween( Parse *pParse, Expr *pExpr, int dest, void (*xJump)(Parse*,Expr*,int,int), int jumpIfNull ) argument
105532 sqlite3ExprIfTrue(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull) argument
105674 sqlite3ExprIfFalse(Parse *pParse, Expr *pExpr, int dest, int jumpIfNull) argument
105846 sqlite3ExprIfFalseDup(Parse *pParse, Expr *pExpr, int dest,int jumpIfNull) argument
105868 exprCompareVariable(Parse *pParse, Expr *pVar, Expr *pExpr) argument
105920 sqlite3ExprCompare(Parse *pParse, Expr *pA, Expr *pB, int iTab) argument
106036 exprImpliesNotNull( Parse *pParse, Expr *p, Expr *pNN, int iTab, int seenNot ) argument
106132 sqlite3ExprImpliesExpr(Parse *pParse, Expr *pE1, Expr *pE2, int iTab) argument
106443 Parse *pParse = pWalker->pParse; local
106473 sqlite3AggInfoPersistWalkerInit(Walker *pWalker, Parse *pParse) argument
106520 Parse *pParse = pNC->pParse; local
106684 sqlite3GetTempReg(Parse *pParse) argument
106695 sqlite3ReleaseTempReg(Parse *pParse, int iReg) argument
106707 sqlite3GetTempRange(Parse *pParse, int nReg) argument
106721 sqlite3ReleaseTempRange(Parse *pParse, int iReg, int nReg) argument
106741 sqlite3ClearTempRegCache(Parse *pParse) argument
106752 sqlite3NoTempsInRange(Parse *pParse, int iFirst, int iLast) argument
106801 isAlterableTable(Parse *pParse, Table *pTab) argument
106822 renameTestSchema( Parse *pParse, const char *zDb, int bTemp, const char *zWhen, const char *zDropColumn ) argument
106856 renameReloadSchema(Parse *pParse, int iDb, u16 p5) argument
106869 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
107042 sqlite3ErrorIfNotEmpty( Parse *pParse, const char *zDb, const char *zTab, const char *zErr ) argument
107062 sqlite3AlterFinishAddColumn(Parse *pParse, Token *pColDef) argument
107210 sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
107292 isRealTable(Parse *pParse, Table *pTab, int bDrop) argument
107322 sqlite3AlterRenameColumn( Parse *pParse, SrcList *pSrc, Token *pOld, Token *pNew ) argument
107467 renameTokenCheckAll(Parse *pParse, void *pPtr) argument
107495 sqlite3RenameTokenMap(Parse *pParse, void *pPtr, Token *pToken) argument
107517 sqlite3RenameTokenRemap(Parse *pParse, void *pTo, void *pFrom) argument
107532 Parse *pParse = pWalker->pParse; local
107560 unmapColumnIdlistNames( Parse *pParse, IdList *pIdList ) argument
107576 Parse *pParse = pWalker->pParse; local
107604 sqlite3RenameExprUnmap(Parse *pParse, Expr *pExpr) argument
107620 sqlite3RenameExprlistUnmap(Parse *pParse, ExprList *pEList) argument
107657 renameTokenFind( Parse *pParse, struct RenameCtx *pCtx, void *pPtr ) argument
107770 renameColumnElistNames( Parse *pParse, RenameCtx *pCtx, ExprList *pEList, const char *zOld ) argument
107795 renameColumnIdlistNames( Parse *pParse, RenameCtx *pCtx, IdList *pIdList, const char *zOld ) argument
107960 renameResolveTrigger(Parse *pParse) argument
108084 renameParseCleanup(Parse *pParse) argument
108626 sqlite3AlterDropColumn(Parse *pParse, SrcList *pSrc, Token *pName) argument
108933 openStatTable( Parse *pParse, int iDb, int iStatCur, const char *zWhere, const char *zWhereType ) argument
109708 callStatGet(Parse *pParse, int regStat, int iParam, int regOut) argument
109749 analyzeOneTable( Parse *pParse, Table *pTab, Index *pOnlyIdx, int iStatCur, int iMem, int iTab ) argument
110111 loadAnalysis(Parse *pParse, int iDb) argument
110121 analyzeDatabase(Parse *pParse, int iDb) argument
110148 analyzeTable(Parse *pParse, Table *pTab, Index *pOnlyIdx) argument
110179 sqlite3Analyze(Parse *pParse, Token *pName1, Token *pName2) argument
111042 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
111113 sqlite3Detach(Parse *pParse, Expr *pDbname) argument
111133 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
111209 sqlite3FixInit( DbFixer *pFix, Parse *pParse, int iDb, const char *zType, const Token *pName ) argument
111398 sqliteAuthBadReturnCode(Parse *pParse) argument
111412 sqlite3AuthReadCol( Parse *pParse, const char *zTab, const char *zCol, int iDb ) argument
111448 sqlite3AuthRead( Parse *pParse, Expr *pExpr, Schema *pSchema, SrcList *pTabList ) argument
111505 sqlite3AuthCheck( Parse *pParse, int code, const char *zArg1, const char *zArg2, const char *zArg3 ) argument
111554 sqlite3AuthContextPush( Parse *pParse, AuthContext *pContext, const char *zContext ) argument
111628 sqlite3TableLock( Parse *pParse, int iDb, Pgno iTab, u8 isWriteLock, const char *zName ) argument
111671 codeTableLocks(Parse *pParse) argument
111710 sqlite3FinishCoding(Parse *pParse) argument
111867 sqlite3NestedParse(Parse *pParse, const char *zFormat, ...) argument
111997 sqlite3LocateTable( Parse *pParse, u32 flags, const char *zName, const char *zDbase ) argument
112057 sqlite3LocateTableItem( Parse *pParse, u32 flags, SrcItem *p ) argument
112437 sqlite3TwoPartName( Parse *pParse, Token *pName1, Token *pName2, Token **pUnqual ) argument
112492 sqlite3CheckObjectName( Parse *pParse, const char *zName, const char *zType, const char *zTblName ) argument
112644 sqlite3StartTable( Parse *pParse, Token *pName1, Token *pName2, int isTemp, int isView, int isVirtual, int noErr ) argument
112887 sqlite3AddReturning(Parse *pParse, ExprList *pList) argument
112934 sqlite3AddColumn(Parse *pParse, Token *pName, Token *pType) argument
113006 sqlite3AddNotNull(Parse *pParse, int onError) argument
113130 sqlite3AddDefaultValue( Parse *pParse, Expr *pExpr, const char *zStart, const char *zEnd ) argument
113200 makeColumnPartOfPrimaryKey(Parse *pParse, Column *pCol) argument
113230 sqlite3AddPrimaryKey( Parse *pParse, ExprList *pList, int onError, int autoInc, int sortOrder ) argument
113305 sqlite3AddCheckConstraint( Parse *pParse, Expr *pCheckExpr, const char *zStart, const char *zEnd ) argument
113339 sqlite3AddCollateType(Parse *pParse, Token *pToken) argument
113374 sqlite3AddGenerated(Parse *pParse, Expr *pExpr, Token *pType) argument
113442 sqlite3ChangeCookie(Parse *pParse, int iDb) argument
113734 convertToWithoutRowidTable(Parse *pParse, Table *pTab) argument
113970 sqlite3EndTable( Parse *pParse, Token *pCons, Token *pEnd, u8 tabOpts, Select *pSelect ) argument
114258 sqlite3CreateView( Parse *pParse, Token *pBegin, Token *pName1, Token *pName2, ExprList *pCNames, Select *pSelect, int isTemp, int noErr ) argument
114339 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
114536 destroyRootPage(Parse *pParse, int iTable, int iDb) argument
114566 destroyTable(Parse *pParse, Table *pTab) argument
114615 sqlite3ClearStatTables( Parse *pParse, int iDb, const char *zType, const char *zName ) argument
114638 sqlite3CodeDropTable(Parse *pParse, Table *pTab, int iDb, int isView) argument
114742 sqlite3DropTable(Parse *pParse, SrcList *pName, int isView, int noErr) argument
114859 sqlite3CreateForeignKey( Parse *pParse, ExprList *pFromCol, Token *pTo, ExprList *pToCol, int flags ) argument
114989 sqlite3DeferForeignKey(Parse *pParse, int isDeferred) argument
115010 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) argument
115149 sqlite3HasExplicitNulls(Parse *pParse, ExprList *pList) argument
115177 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Expr *pPIWhere, int sortOrder, int ifNotExist, u8 idxType ) argument
115828 sqlite3DropIndex(Parse *pParse, SrcList *pName, int ifExists) argument
115939 sqlite3IdListAppend(Parse *pParse, IdList *pList, Token *pToken) argument
116022 sqlite3SrcListEnlarge( Parse *pParse, SrcList *pSrc, int nExtra, int iStart ) argument
116111 sqlite3SrcListAppend( Parse *pParse, SrcList *pList, Token *pTable, Token *pDatabase ) argument
116156 sqlite3SrcListAssignCursors(Parse *pParse, SrcList *pList) argument
116208 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
116259 sqlite3SrcListIndexedBy(Parse *pParse, SrcList *p, Token *pIndexedBy) argument
116284 sqlite3SrcListAppendList(Parse *pParse, SrcList *p1, SrcList *p2) argument
116303 sqlite3SrcListFuncArgs(Parse *pParse, SrcList *p, ExprList *pList) argument
116344 sqlite3BeginTransaction(Parse *pParse, int type) argument
116380 sqlite3EndTransaction(Parse *pParse, int eType) argument
116402 sqlite3Savepoint(Parse *pParse, int op, Token *pName) argument
116422 sqlite3OpenTempDatabase(Parse *pParse) argument
116469 sqlite3CodeVerifySchema(Parse *pParse, int iDb) argument
116478 sqlite3CodeVerifyNamedSchema(Parse *pParse, const char *zDb) argument
116502 sqlite3BeginWriteOperation(Parse *pParse, int setStatement, int iDb) argument
116516 sqlite3MultiWrite(Parse *pParse) argument
116537 sqlite3MayAbort(Parse *pParse) argument
116547 sqlite3HaltConstraint( Parse *pParse, int errCode, int onError, char *p4, i8 p4type, u8 p5Errmsg ) argument
116569 sqlite3UniqueConstraint( Parse *pParse, int onError, Index *pIdx ) argument
116605 sqlite3RowidConstraint( Parse *pParse, int onError, Table *pTab ) argument
116648 reindexTable(Parse *pParse, Table *pTab, char const *zColl) argument
116669 reindexDatabases(Parse *pParse, char const *zColl) argument
116701 sqlite3Reindex(Parse *pParse, Token *pName1, Token *pName2) argument
116761 sqlite3KeyInfoOfIndex(Parse *pParse, Index *pIdx) argument
116805 sqlite3CteNew( Parse *pParse, Token *pName, ExprList *pArglist, Select *pQuery, u8 eM10d ) argument
116856 sqlite3WithAdd( Parse *pParse, With *pWith, Cte *pCte ) argument
116994 sqlite3CheckCollSeq(Parse *pParse, CollSeq *pColl) argument
117119 sqlite3GetCollSeq( Parse *pParse, u8 enc, CollSeq *pColl, const char *zName ) argument
117170 sqlite3LocateCollSeq(Parse *pParse, const char *zName) argument
117485 sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc) argument
117516 tabIsReadOnly(Parse *pParse, Table *pTab) argument
117535 sqlite3IsReadOnly(Parse *pParse, Table *pTab, int viewOk) argument
117556 sqlite3MaterializeView( Parse *pParse, Table *pView, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, int iCur ) argument
117595 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, char *zStmtType ) argument
117694 sqlite3DeleteFrom( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit ) argument
118139 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, Trigger *pTrigger, int iDataCur, int iIdxCur, int iPk, i16 nPk, u8 count, u8 onconf, u8 eMode, int iIdxNoSeek ) argument
118291 sqlite3GenerateRowIndexDelete( Parse *pParse, Table *pTab, int iDataCur, int iIdxCur, int *aRegIdx, int iIdxNoSeek ) argument
118356 sqlite3GenerateIndexKey( Parse *pParse, Index *pIdx, int iDataCur, int regOut, int prefixOnly, int *piPartIdxLabel, Index *pPrior, int regPrior ) argument
118416 sqlite3ResolvePartIdxLabel(Parse *pParse, int iLabel) argument
120896 sqlite3FkLocateIndex( Parse *pParse, Table *pParent, FKey *pFKey, Index **ppIdx, int **paiCol ) argument
121031 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
121184 exprTableRegister( Parse *pParse, Table *pTab, int regBase, i16 iCol ) argument
121263 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
121432 sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab) argument
121551 isSetNullAction(Parse *pParse, FKey *pFKey) argument
121584 sqlite3FkCheck( Parse *pParse, Table *pTab, int regOld, int regNew, int *aChange, int bChngRowid ) argument
121786 sqlite3FkOldmask( Parse *pParse, Table *pTab ) argument
121836 sqlite3FkRequired( Parse *pParse, Table *pTab, int *aChange, int chngRowid ) argument
121904 fkActionTrigger( Parse *pParse, Table *pTab, FKey *pFKey, ExprList *pChanges ) argument
122096 sqlite3FkActions( Parse *pParse, Table *pTab, ExprList *pChanges, int regOld, int *aChange, int bChngRowid ) argument
122194 sqlite3OpenTable( Parse *pParse, int iCur, int iDb, Table *pTab, int opcode ) argument
122392 sqlite3ComputeGeneratedColumns( Parse *pParse, int iRegStore, Table *pTab ) argument
122510 autoIncBegin( Parse *pParse, int iDb, Table *pTab ) argument
122561 sqlite3AutoincrementBegin(Parse *pParse) argument
122622 autoIncStep(Parse *pParse, int memId, int regRowid) argument
122635 autoIncrementEnd(Parse *pParse) argument
122672 sqlite3AutoincrementEnd(Parse *pParse) argument
122791 sqlite3Insert( Parse *pParse, SrcList *pTabList, Select *pSelect, IdList *pColumn, int onError, Upsert *pUpsert ) argument
123737 sqlite3GenerateConstraintChecks( Parse *pParse, Table *pTab, int *aRegIdx, int iDataCur, int iIdxCur, int regNewData, int regOldData, u8 pkChng, u8 overrideError, int ignoreDest, int *pbMayReplace, int *aiChng, Upsert *pUpsert ) argument
124590 codeWithoutRowidPreupdate( Parse *pParse, Table *pTab, int iCur, int regData ) argument
124618 sqlite3CompleteInsertion( Parse *pParse, Table *pTab, int iDataCur, int iIdxCur, int regNewData, int *aRegIdx, int update_flags, int appendBias, int useSeekResult ) argument
124707 sqlite3OpenTableAndIndices( Parse *pParse, Table *pTab, int op, u8 p5, int iBase, u8 *aToOpen, int *piDataCur, int *piIdxCur ) argument
124846 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
127677 invalidateTempStorage(Parse *pParse) argument
127701 changeTempStorage(Parse *pParse, const char *zStorageType) argument
127926 sqlite3Pragma( Parse *pParse, Token *pId1, Token *pId2, Token *pValue, int minusFlag ) argument
130601 sqlite3ReadSchema(Parse *pParse) argument
130623 schemaIsValid(Parse *pParse) argument
130702 sqlite3ParserReset(Parse *pParse) argument
130750 sqlite3ParserAddCleanup( Parse *pParse, void (*xCleanup)(sqlite3*,void*), void *pPtr ) argument
131279 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, u32 selFlags, Expr *pLimit ) argument
131366 sqlite3JoinType(Parse *pParse, Token *pA, Token *pB, Token *pC) argument
131484 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
131600 sqliteProcessJoin(Parse *pParse, Select *p) argument
131706 innerLoopLoadRow( Parse *pParse, Select *pSelect, RowLoadInfo *pInfo ) argument
131727 makeSorterRecord( Parse *pParse, SortCtx *pSort, Select *pSelect, int regBase, int nBase ) argument
131748 pushOntoSorter( Parse *pParse, SortCtx *pSort, Select *pSelect, int regData, int regOrigData, int nData, int nPrefixReg ) argument
131910 codeDistinct( Parse *pParse, int iTab, int addrRepeat, int N, int iMem ) argument
131954 selectExprDefer( Parse *pParse, SortCtx *pSort, ExprList *pEList, ExprList **ppExtra ) argument
132019 selectInnerLoop( Parse *pParse, Select *p, int srcTab, SortCtx *pSort, DistinctCtx *pDistinct, SelectDest *pDest, int iContinue, int iBreak ) argument
132524 sqlite3KeyInfoFromExprList( Parse *pParse, ExprList *pList, int iStart, int nExtra ) argument
132573 explainTempTable(Parse *pParse, const char *zUsage) argument
132599 generateSortTail( Parse *pParse, Select *p, SortCtx *pSort, int nColumn, SelectDest *pDest ) argument
132967 generateColumnTypes( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
133034 generateColumnNames( Parse *pParse, Select *pSelect ) argument
133126 sqlite3ColumnsFromExprList( Parse *pParse, ExprList *pEList, i16 *pnCol, Column **paCol ) argument
133230 sqlite3SelectAddColumnTypeAndCollation( Parse *pParse, Table *pTab, Select *pSelect, char aff ) argument
133281 sqlite3ResultSetOfSelect(Parse *pParse, Select *pSelect, char aff) argument
133314 sqlite3GetVdbe(Parse *pParse) argument
133350 computeLimitRegisters(Parse *pParse, Select *p, int iBreak) argument
133407 multiSelectCollSeq(Parse *pParse, Select *p, int iCol) argument
133433 multiSelectOrderByKeyInfo(Parse *pParse, Select *p, int nExtra) argument
133499 generateWithRecursiveQuery( Parse *pParse, Select *p, SelectDest *pDest ) argument
133676 multiSelectValues( Parse *pParse, Select *p, SelectDest *pDest ) argument
133749 multiSelect( Parse *pParse, Select *p, SelectDest *pDest ) argument
134094 sqlite3SelectWrongNumTermsError(Parse *pParse, Select *p) argument
134124 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int iBreak ) argument
134332 multiSelectOrderBy( Parse *pParse, Select *p, SelectDest *pDest ) argument
134640 Parse *pParse; /* The parsing context */ member in struct:SubstContext
134827 srclistRenumberCursors( Parse *pParse, int *aCsrMap, SrcList *pSrc, int iExcept ) argument
134880 renumberCursors( Parse *pParse, Select *p, int iExcept, int *aCsrMap ) argument
135051 flattenSubquery( Parse *pParse, Select *p, int iFrom, int isAgg ) argument
135476 Parse *pParse; /* Parsing context */ member in struct:WhereConst
135625 propagateConstants( Parse *pParse, Select *p ) argument
135674 pushDownWindowCheck(Parse *pParse, Select *pSubq, Expr *pExpr) argument
135752 pushDownWhereTerms( Parse *pParse, Select *pSubq, Expr *pWhere, int iCursor, int isLeftJoin ) argument
135931 sqlite3IndexedByLookup(Parse *pParse, SrcItem *pFrom) argument
135979 Parse *pParse; local
136037 cannotBeFunction(Parse *pParse, SrcItem *pFrom) argument
136087 sqlite3WithPush(Parse *pParse, With *pWith, u8 bFree) argument
136115 resolveFromTermToCte( Parse *pParse, Walker *pWalker, SrcItem *pFrom ) argument
136282 Parse *pParse = pWalker->pParse; local
136302 sqlite3ExpandSubquery(Parse *pParse, SrcItem *pFrom) argument
136349 Parse *pParse = pWalker->pParse; local
136663 sqlite3SelectExpand(Parse *pParse, Select *pSelect) argument
136694 Parse *pParse; local
136728 sqlite3SelectAddTypeInfo(Parse *pParse, Select *pSelect) argument
136752 sqlite3SelectPrep( Parse *pParse, Select *p, NameContext *pOuterNC ) argument
136775 resetAccumulator(Parse *pParse, AggInfo *pAggInfo) argument
136817 finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo) argument
136839 updateAccumulator(Parse *pParse, int regAcc, AggInfo *pAggInfo) argument
136936 explainSimpleCount( Parse *pParse, Table *pTab, Index *pIdx ) argument
137001 havingToWhere(Parse *pParse, Select *p) argument
137082 countOfViewOptimization(Parse *pParse, Select *p) argument
137162 sqlite3Select( Parse *pParse, Select *p, SelectDest *pDest ) argument
138572 sqlite3TriggerList(Parse *pParse, Table *pTab) argument
138616 sqlite3BeginTrigger( Parse *pParse, Token *pName1, Token *pName2, int tr_tm, int op, IdList *pColumns, SrcList *pTableName, Expr *pWhen, int isTemp, int noErr ) argument
138823 sqlite3FinishTrigger( Parse *pParse, TriggerStep *pStepList, Token *pAll ) argument
138949 triggerStepAllocate( Parse *pParse, u8 op, Token *pName, const char *zStart, const char *zEnd ) argument
138981 sqlite3TriggerInsertStep( Parse *pParse, Token *pTableName, IdList *pColumn, Select *pSelect, u8 orconf, Upsert *pUpsert, const char *zStart, const char *zEnd ) argument
139026 sqlite3TriggerUpdateStep( Parse *pParse, Token *pTableName, SrcList *pFrom, ExprList *pEList, Expr *pWhere, u8 orconf, const char *zStart, const char *zEnd ) argument
139066 sqlite3TriggerDeleteStep( Parse *pParse, Token *pTableName, Expr *pWhere, const char *zStart, const char *zEnd ) argument
139111 sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr) argument
139161 sqlite3DropTriggerPtr(Parse *pParse, Trigger *pTrigger) argument
139248 sqlite3TriggersExist( Parse *pParse, Table *pTab, int op, ExprList *pChanges, int *pMask ) argument
139322 sqlite3TriggerStepSrc( Parse *pParse, TriggerStep *pStep ) argument
139353 isAsteriskTerm( Parse *pParse, Expr *pTerm ) argument
139373 sqlite3ExpandReturning( Parse *pParse, ExprList *pList, Table *pTab ) argument
139425 codeReturningTrigger( Parse *pParse, Trigger *pTrigger, Table *pTab, int regIn ) argument
139477 codeTriggerProgram( Parse *pParse, TriggerStep *pStepList, int orconf ) argument
139597 codeRowTrigger( Parse *pParse, Trigger *pTrigger, Table *pTab, int orconf ) argument
139712 getRowTrigger( Parse *pParse, Trigger *pTrigger, Table *pTab, int orconf ) argument
139746 sqlite3CodeRowTriggerDirect( Parse *pParse, Trigger *p, Table *pTab, int reg, int orconf, int ignoreJump ) argument
139818 sqlite3CodeRowTrigger( Parse *pParse, Trigger *pTrigger, int op, ExprList *pChanges, int tr_tm, Table *pTab, int reg, int orconf, int ignoreJump ) argument
139888 sqlite3TriggerColmask( Parse *pParse, Trigger *pTrigger, ExprList *pChanges, int isNew, int tr_tm, Table *pTab, int orconf ) argument
140064 exprRowColumn(Parse *pParse, int iCol) argument
140108 updateFromSelect( Parse *pParse, int iEph, Index *pPk, ExprList *pChanges, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit ) argument
140202 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError, ExprList *pOrderBy, Expr *pLimit, Upsert *pUpsert ) argument
141084 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere, int onError ) argument
141339 sqlite3UpsertAnalyzeTarget( Parse *pParse, SrcList *pTabList, Upsert *pUpsert ) argument
141502 sqlite3UpsertDoUpdate( Parse *pParse, Upsert *pUpsert, Table *pTab, Index *pIdx, int iCur ) argument
141672 sqlite3Vacuum(Parse *pParse, Token *pNm, Expr *pInto) argument
142328 addModuleArgument(Parse *pParse, Table *pTable, char *zArg) argument
142351 sqlite3VtabBeginParse( Parse *pParse, Token *pName1, Token *pName2, Token *pModuleName, int ifNotExists ) argument
142399 addArgumentToVtab(Parse *pParse) argument
142412 sqlite3VtabFinishParse(Parse *pParse, Token *pEnd) argument
142498 sqlite3VtabArgInit(Parse *pParse) argument
142508 sqlite3VtabArgExtend(Parse *pParse, Token *p) argument
142657 sqlite3VtabCallConnect(Parse *pParse, Table *pTab) argument
143145 sqlite3VtabMakeWritable(Parse *pParse, Table *pTab) argument
143178 sqlite3VtabEponymousTableInit(Parse *pParse, Module *pMod) argument
143773 Parse *pParse; /* Parsing and code generating context */ member in struct:WhereInfo
144028 sqlite3WhereExplainOneScan( Parse *pParse, SrcList *pTabList, WhereLevel *pLevel, u16 wctrlFlags ) argument
144235 codeApplyAffinity(Parse *pParse, int base, int n, char *zAff) argument
144318 removeUnindexableInClauseTerms( Parse *pParse, int iEq, WhereLoop *pLoop, Expr *pX ) argument
144400 codeEqualityTerm( Parse *pParse, WhereTerm *pTerm, WhereLevel *pLevel, int iEq, int bRev, int iTarget ) argument
144581 codeAllEqualityTerms( Parse *pParse, WhereLevel *pLevel, int bRev, int nExtraReg, char **pzAff ) argument
144837 Parse *pParse = pWInfo->pParse; local
144959 Parse *pParse = pWInfo->pParse; /* Parse context */ local
144997 codeExprOrVector(Parse *pParse, Expr *p, int iReg, int nReg) argument
145191 sqlite3WhereCodeOneLoopStart( Parse *pParse, Vdbe *v, WhereInfo *pWInfo, int iLevel, WhereLevel *pLevel, Bitmask notReady ) argument
146517 exprCommute(Parse *pParse, Expr *pExpr) argument
146578 isLikeOrGlob( Parse *pParse, Expr *pExpr, Expr **ppPrefix, int *pisComplete, int *pnoCase ) argument
147039 Parse *pParse = pWInfo->pParse; /* Parser context */ local
147304 termIsEquivalence(Parse *pParse, Expr *pExpr) argument
147603 Parse *pParse = pWC->pWInfo->pParse; local
147720 Parse *pParse = pWInfo->pParse; /* Parsing context */ local
148269 sqlite3WhereTabFuncArgs( Parse *pParse, SrcItem *pItem, WhereClause *pWC ) argument
148342 Parse *pParse; /* The parsing context */ member in struct:HiddenIndexInfo
148625 Parse *pParse = pWC->pWInfo->pParse; local
148790 findIndexCol( Parse *pParse, ExprList *pList, int iBase, Index *pIdx, int iCol ) argument
148843 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
148921 translateColumnToCopy( Parse *pParse, int iStart, int iTabCur, int iRegister, int iAutoidxCur ) argument
149036 constructAutomaticIndex( Parse *pParse, WhereClause *pWC, SrcItem *pSrc, Bitmask notReady, WhereLevel *pLevel ) argument
149243 allocateIndexInfo( Parse *pParse, WhereClause *pWC, Bitmask mUnusable, SrcItem *pSrc, ExprList *pOrderBy, u16 *pmNoOmit ) argument
149398 vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p) argument
149435 whereKeyStats( Parse *pParse, Index *pIdx, UnpackedRecord *pRec, int roundUp, tRowcnt *aStat ) argument
149691 whereRangeSkipScanEst( Parse *pParse, WhereTerm *pLower, WhereTerm *pUpper, WhereLoop *pLoop, int *pbDone ) argument
149803 whereRangeScanEst( Parse *pParse, WhereLoopBuilder *pBuilder, WhereTerm *pLower, WhereTerm *pUpper, WhereLoop *pLoop ) argument
149984 whereEqualScanEst( Parse *pParse, WhereLoopBuilder *pBuilder, Expr *pExpr, tRowcnt *pnRow ) argument
150048 whereInScanEst( Parse *pParse, WhereLoopBuilder *pBuilder, ExprList *pList, tRowcnt *pnRow ) argument
150683 whereRangeVectorLen( Parse *pParse, int iCur, Index *pIdx, int nEq, WhereTerm *pTerm ) argument
150761 Parse *pParse = pWInfo->pParse; /* Parsing context */ local
151182 Parse *pParse = pWC->pWInfo->pParse; local
151527 Parse *pParse = pBuilder->pWInfo->pParse; local
151718 Parse *pParse; /* The parsing context */ local
152148 Parse *pParse = pWInfo->pParse; local
152452 Parse *pParse; /* Parsing context */ local
153056 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, ExprList *pResultSet, u16 wctrlFlags, int iAuxArg ) argument
153653 Parse *pParse = pWInfo->pParse; local
154568 windowFind(Parse *pParse, Window *pList, const char *zName) argument
154596 sqlite3WindowUpdate( Parse *pParse, Window *pList, Window *pWin, FuncDef *pFunc ) argument
154687 Parse *pParse = pWalker->pParse; local
154793 selectWindowRewriteEList( Parse *pParse, Window *pWin, SrcList *pSrc, ExprList *pEList, Table *pTab, ExprList **ppSub ) argument
154827 exprListAppendList( Parse *pParse, ExprList *pList, ExprList *pAppend, int bIntToNull ) argument
154882 sqlite3WindowRewrite(Parse *pParse, Select *p) argument
155075 sqlite3WindowOffsetExpr(Parse *pParse, Expr *pExpr) argument
155087 sqlite3WindowAlloc( Parse *pParse, int eType, int eStart, Expr *pStart, int eEnd, Expr *pEnd, u8 eExclude ) argument
155159 sqlite3WindowAssemble( Parse *pParse, Window *pWin, ExprList *pPartition, ExprList *pOrderBy, Token *pBase ) argument
155186 sqlite3WindowChain(Parse *pParse, Window *pWin, Window *pList) argument
155220 sqlite3WindowAttach(Parse *pParse, Expr *p, Window *pWin) argument
155265 sqlite3WindowCompare(Parse *pParse, Window *p1, Window *p2, int bFilter) argument
155294 sqlite3WindowCodeInit(Parse *pParse, Select *pSelect) argument
155378 windowCheckValue(Parse *pParse, int reg, int eCond) argument
155497 Parse *pParse; /* Parse context */ member in struct:WindowCodeArg
155558 Parse *pParse = p->pParse; local
155666 Parse *pParse = p->pParse; local
155706 Parse *pParse = p->pParse; local
155817 Parse *pParse = p->pParse; local
155886 windowInitAccum(Parse *pParse, Window *pMWin) argument
155944 windowIfNewPeer( Parse *pParse, ExprList *pOrderBy, int regNew, int regOld, int addr ) argument
155998 Parse *pParse = p->pParse; local
156125 Parse *pParse = p->pParse; local
156314 windowExprGtZero(Parse *pParse, Expr *pExpr) argument
156661 sqlite3WindowCodeStep( Parse *pParse, Select *p, WhereInfo *pWInfo, int regGosub, int addrGosub ) argument
157069 disableLookaside(Parse *pParse) argument
157081 updateDeleteLimitError( Parse *pParse, ExprList *pOrderBy, Expr *pLimit ) argument
157102 parserDoubleLinkSelect(Parse *pParse, Select *p) argument
157133 attachWithToSelect(Parse *pParse, Select *pSelect, With *pWith) argument
157148 tokenExpr(Parse *pParse, int op, Token t) argument
157183 binaryToUnaryIfNull(Parse *pParse, Expr *pY, Expr *pA, int op) argument
157197 parserAddExprIdListTerm( Parse *pParse, ExprList *pPrior, Token *pIdToken, int hasCollate, int sortOrder ) argument
163366 sqlite3RunParser(Parse *pParse, const char *zSql, char **pzErrMsg) argument
176835 getNextToken( ParseContext *pParse, int iCol, const char *z, int n, Fts3Expr **ppExpr, int *pnConsumed ) argument
176934 getNextString( ParseContext *pParse, const char *zInput, int nInput, Fts3Expr **ppExpr ) argument
177052 getNextNode( ParseContext *pParse, const char *z, int n, Fts3Expr **ppExpr, int *pnConsumed ) argument
177271 fts3ExprParse( ParseContext *pParse, const char *z, int n, Fts3Expr **ppExpr, int *pnConsumed ) argument
188976 jsonParseReset(JsonParse *pParse) argument
188988 jsonParseFree(JsonParse *pParse) argument
189290 jsonParseAddNodeExpand( JsonParse *pParse, u32 eType, u32 n, const char *zContent ) argument
189317 jsonParseAddNode( JsonParse *pParse, u32 eType, u32 n, const char *zContent ) argument
189352 jsonParseValue(JsonParse *pParse, u32 i) argument
189512 jsonParse( JsonParse *pParse, sqlite3_context *pCtx, const char *zJson ) argument
189545 jsonParseFillInParentage(JsonParse *pParse, u32 i, u32 iParent) argument
189572 jsonParseFindParents(JsonParse *pParse) argument
189682 jsonLookupStep( JsonParse *pParse, u32 iRoot, const char *zPath, int *pApnd, const char **pzErr ) argument
189827 jsonLookupAppend( JsonParse *pParse, const char *zPath, int *pApnd, const char **pzErr ) argument
189867 jsonLookup( JsonParse *pParse, const char *zPath, int *pApnd, sqlite3_context *pCtx ) argument
190128 jsonMergePatch( JsonParse *pParse, u32 iTarget, JsonNode *pPatch ) argument
216326 sqlite3Fts5ParseError(Fts5Parse *pParse, const char *zFmt, ...) argument
216343 fts5ExprGetToken( Fts5Parse *pParse, const char **pz, Fts5Token *pToken ) argument
217778 sqlite3Fts5ParseNearset( Fts5Parse *pParse, Fts5ExprNearset *pNear, Fts5ExprPhrase *pPhrase ) argument
217930 sqlite3Fts5ParseFinished(Fts5Parse *pParse, Fts5ExprNode *p) argument
217935 parseGrowPhraseArray(Fts5Parse *pParse) argument
217954 sqlite3Fts5ParseTerm( Fts5Parse *pParse, Fts5ExprPhrase *pAppend, Fts5Token *pToken, int bPrefix ) argument
218104 sqlite3Fts5ParseNear(Fts5Parse *pParse, Fts5Token *pTok) argument
218112 sqlite3Fts5ParseSetDistance( Fts5Parse *pParse, Fts5ExprNearset *pNear, Fts5Token *p ) argument
218147 fts5ParseColset( Fts5Parse *pParse, Fts5Colset *p, int iCol ) argument
218188 sqlite3Fts5ParseColsetInvert(Fts5Parse *pParse, Fts5Colset *p) argument
218211 sqlite3Fts5ParseColset( Fts5Parse *pParse, Fts5Colset *pColset, Fts5Token *p ) argument
218294 fts5ParseSetColset( Fts5Parse *pParse, Fts5ExprNode *pNode, Fts5Colset *pColset, Fts5Colset **ppFree ) argument
218332 sqlite3Fts5ParseSetColset( Fts5Parse *pParse, Fts5ExprNode *pExpr, Fts5Colset *pColset ) argument
218404 fts5ParsePhraseToAnd( Fts5Parse *pParse, Fts5ExprNearset *pNear ) argument
218458 sqlite3Fts5ParseNode( Fts5Parse *pParse, int eType, Fts5ExprNode *pLeft, Fts5ExprNode *pRight, Fts5ExprNearset *pNear ) argument
218543 sqlite3Fts5ParseImplicitAnd( Fts5Parse *pParse, Fts5ExprNode *pLeft, Fts5ExprNode *pRight ) argument
[all...]

Completed in 760 milliseconds