H A D | sqlite3.c | 18328 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */ member 32195 sqlite3TreeViewBareExprList( TreeView *pView, const ExprList *pList, const char *zLabel ) sqlite3TreeViewBareExprList() argument 32243 sqlite3TreeViewExprList( TreeView *pView, const ExprList *pList, u8 moreToFollow, const char *zLabel ) sqlite3TreeViewExprList() argument 32257 sqlite3TreeViewBareIdList( TreeView *pView, const IdList *pList, const char *zLabel ) sqlite3TreeViewBareIdList() argument 32293 sqlite3TreeViewIdList( TreeView *pView, const IdList *pList, u8 moreToFollow, const char *zLabel ) sqlite3TreeViewIdList() argument 55193 rowSetListToTree(struct RowSetEntry *pList) global() argument 58659 PgHdr *pList; /* List of dirty pages to revert */ global() local 58689 pagerWalFrames( Pager *pPager, PgHdr *pList, Pgno nTruncate, int isCommit ) global() argument 59930 pager_write_pagelist(Pager *pPager, PgHdr *pList) global() argument 60197 PgHdr *pList = sqlite3PcacheDirtyList(pPager->pPCache); global() local 62006 PgHdr *pList; global() local 66981 sqlite3WalFrames( Wal *pWal, int szPage, PgHdr *pList, Pgno nTruncate, int isCommit, int sync_flags ) global() argument 71371 BtShared *pList; global() local 82018 ExprList *pList = 0; /* Function arguments */ global() local 99963 SorterRecord *pList; /* Linked list of records */ global() member 101178 vdbeSorterSort(SortSubtask *pTask, SorterList *pList) global() argument 101324 vdbeSorterListToPMA(SortSubtask *pTask, SorterList *pList) global() argument 103440 walkWindowList(Walker *pWalker, Window *pList, int bOneOnly) global() argument 104664 ExprList *pList = pExpr->x.pList; /* The argument list */ global() local 106880 sqlite3ExprFunction( Parse *pParse, ExprList *pList, const Token *pToken, int eDistinct ) global() argument 107609 ExprList *pList; global() local 107623 sqlite3ExprListAppendGrow( sqlite3 *db, ExprList *pList, Expr *pExpr ) global() argument 107645 sqlite3ExprListAppend( Parse *pParse, ExprList *pList, Expr *pExpr ) global() argument 107674 sqlite3ExprListAppendVector( Parse *pParse, ExprList *pList, IdList *pColumns, Expr *pExpr ) global() argument 107774 sqlite3ExprListSetName( Parse *pParse, ExprList *pList, const Token *pName, int dequote ) global() argument 107809 sqlite3ExprListSetSpan( Parse *pParse, ExprList *pList, const char *zStart, const char *zEnd ) global() argument 107847 exprListDeleteNN(sqlite3 *db, ExprList *pList) global() argument 107859 sqlite3ExprListDelete(sqlite3 *db, ExprList *pList) global() argument 107867 sqlite3ExprListFlags(const ExprList *pList) global() argument 108991 ExprList *pList = pExpr->x.pList; global() local 109323 ExprList *pList; global() local 110858 sqlite3ExprCodeExprList( Parse *pParse, ExprList *pList, int target, int srcReg, u8 flags ) global() argument 111552 ExprList *pList; global() local 112227 sqlite3ExprAnalyzeAggList(NameContext *pNC, ExprList *pList) global() argument 113034 RenameToken *pList; /* List of tokens to overwrite */ global() member 113207 ExprList *pList = p->pEList; global() local 117044 SrcList *pList = pSelect->pSrc; global() local 118160 ExprList *pList; global() local 118919 sqlite3AddReturning(Parse *pParse, ExprList *pList) global() argument 119304 sqlite3AddPrimaryKey( Parse *pParse, ExprList *pList, int onError, int autoInc, int sortOrder ) global() argument 119843 ExprList *pList; global() local 120053 markExprListImmutable(ExprList *pList) global() argument 121345 sqlite3HasExplicitNulls(Parse *pParse, ExprList *pList) global() argument 121373 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Expr *pPIWhere, int sortOrder, int ifNotExist, u8 idxType ) global() argument 122142 sqlite3IdListAppend(Parse *pParse, IdList *pList, Token *pToken) global() argument 122169 sqlite3IdListDelete(sqlite3 *db, IdList *pList) global() argument 122184 sqlite3IdListIndex(IdList *pList, const char *zName) global() argument 122314 sqlite3SrcListAppend( Parse *pParse, SrcList *pList, Token *pTable, Token *pDatabase ) global() argument 122359 sqlite3SrcListAssignCursors(Parse *pParse, SrcList *pList) global() argument 122377 sqlite3SrcListDelete(sqlite3 *db, SrcList *pList) global() argument 122523 sqlite3SrcListFuncArgs(Parse *pParse, SrcList *p, ExprList *pList) global() argument 128356 ExprList *pList = 0; /* Changes list if ON UPDATE CASCADE */ global() local 129313 ExprList *pList = 0; /* List of VALUES() to be inserted */ global() local 138752 IdList *pList = pRight->u3.pUsing; global() local 139788 sqlite3KeyInfoFromExprList( Parse *pParse, ExprList *pList, int iStart, int nExtra ) global() argument 144516 ExprList *pList; global() local 144552 ExprList *pList; global() local 146414 Trigger *pList; /* List of triggers to return */ global() local 147132 Trigger *pList = 0; global() local 147273 sqlite3ExpandReturning( Parse *pParse, ExprList *pList, Table *pTab ) global() argument 148040 ExprList *pList = 0; global() local 149060 ExprList *pList; global() local 153132 const ExprList *pList; global() local 154878 ExprList *pList; /* List of operands to the LIKE operator */ global() local 155065 ExprList *pList; global() local 155560 ExprList *pList = 0; /* The RHS of the IN operator */ global() local 155926 ExprList *pList; global() local 156468 sqlite3WhereExprListUsage(WhereMaskSet *pMaskSet, ExprList *pList) global() argument 157084 findIndexCol( Parse *pParse, ExprList *pList, int iBase, Index *pIdx, int iCol ) global() argument 158596 whereInScanEst( Parse *pParse, WhereLoopBuilder *pBuilder, ExprList *pList, tRowcnt *pnRow ) global() argument 163757 windowFind(Parse *pParse, Window *pList, const char *zName) global() argument 163785 sqlite3WindowUpdate( Parse *pParse, Window *pList, Window *pWin, FuncDef *pFunc ) global() argument 164017 exprListAppendList( Parse *pParse, ExprList *pList, ExprList *pAppend, int bIntToNull ) global() argument 164401 sqlite3WindowChain(Parse *pParse, Window *pWin, Window *pList) global() argument 164557 ExprList *pList; global() local 164649 const ExprList *pList; global() local 170636 ExprList *pList = sqlite3ExprListAppend(pParse, yymsp[-3].minor.yy322, yymsp[-1].minor.yy528); global() local 170665 ExprList *pList; global() local 170677 ExprList *pList; global() local 170730 ExprList *pList = sqlite3ExprListAppend(pParse, 0, yymsp[-2].minor.yy528); global() local 170742 ExprList *pList = sqlite3ExprListAppend(pParse,0, yymsp[-2].minor.yy528); global() local 179669 char *pList; /* Pointer to position list following iDocid */ global() member 182403 sqlite3Fts3FirstFilter( sqlite3_int64 iDelta, char *pList, int nList, char *pOut ) global() argument 183846 fts3EvalPhraseMergeToken( Fts3Table *pTab, Fts3Phrase *p, int iToken, char *pList, int nList ) global() argument 183959 char *pList; global() local 184264 char *pList; global() member 184735 char *pList = 0; global() local 190004 PendingList *pList; /* Doclist is assembled here */ global() member 190630 fts3PendingListDelete(PendingList *pList) global() argument 190645 PendingList *pList; global() local 190791 PendingList *pList = (PendingList *)fts3HashData(pElem); global() local 191223 PendingList *pList = (PendingList *)fts3HashData(pElem); global() local 192513 char *pList = *ppList; global() local 192552 fts3MsrBufferData( Fts3MultiSegReader *pMsr, char *pList, i64 nList ) global() argument 192597 char *pList; global() local 192869 char *pList = 0; global() local 195777 char *pList; /* Pointer to start of phrase position list */ global() member 197248 char *pList; /* Position-list */ global() member 197268 char *pList; /* Pointer to position list for phrase */ global() local 206381 geopolySortSegmentsByYAndC(GeoSegment *pList) global() argument 210081 sqlite3_stmt *pList = 0; global() local 217385 sessionDeleteTable(sqlite3_session *pSession, SessionTable *pList) global() argument 220472 SessionTable *pList; /* List of tables in current patch */ global() member 229891 Fts5HashEntry *pList; global() local 231998 const u8 *pList = 0; global() local 232072 const u8 *pList = 0; global() local 232530 const u8 *pList = 0; global() local [all...] |