| /sqlite-3.40.0/src/ |
| H A D | treeview.c | 866 const ExprList *pList, in sqlite3TreeViewBareExprList() 914 const ExprList *pList, in sqlite3TreeViewExprList() 928 const IdList *pList, in sqlite3TreeViewBareIdList() 964 const IdList *pList, in sqlite3TreeViewIdList()
|
| H A D | build.c | 703 ExprList *pList; in sqlite3ColumnSetExpr() local 1446 void sqlite3AddReturning(Parse *pParse, ExprList *pList){ in sqlite3AddReturning() 1833 ExprList *pList, /* List of field names to be indexed */ in sqlite3AddPrimaryKey() 2370 ExprList *pList; in convertToWithoutRowidTable() local 2580 static void markExprListImmutable(ExprList *pList){ in markExprListImmutable() 3872 int sqlite3HasExplicitNulls(Parse *pParse, ExprList *pList){ in sqlite3HasExplicitNulls() 3905 ExprList *pList, /* A list of columns to be indexed */ in sqlite3CreateIndex() 4696 void sqlite3IdListDelete(sqlite3 *db, IdList *pList){ in sqlite3IdListDelete() 4711 int sqlite3IdListIndex(IdList *pList, const char *zName){ in sqlite3IdListIndex() 4886 void sqlite3SrcListAssignCursors(Parse *pParse, SrcList *pList){ in sqlite3SrcListAssignCursors() [all …]
|
| H A D | whereexpr.c | 181 ExprList *pList; /* List of operands to the LIKE operator */ in isLikeOrGlob() local 368 ExprList *pList; in isAuxiliaryVtabOperator() local 863 ExprList *pList = 0; /* The RHS of the IN operator */ in exprAnalyzeOrTerm() local 1229 ExprList *pList; in exprAnalyze() local 1771 Bitmask sqlite3WhereExprListUsage(WhereMaskSet *pMaskSet, ExprList *pList){ in sqlite3WhereExprListUsage()
|
| H A D | expr.c | 1069 ExprList *pList, /* Argument list */ in sqlite3ExprFunction() 1796 ExprList *pList; in sqlite3ExprListAppendNew() local 1963 ExprList *pList, /* List to which to add the span. */ in sqlite3ExprListSetName() 1998 ExprList *pList, /* List to which to add the span. */ in sqlite3ExprListSetSpan() 2046 void sqlite3ExprListDelete(sqlite3 *db, ExprList *pList){ in sqlite3ExprListDelete() 2054 u32 sqlite3ExprListFlags(const ExprList *pList){ in sqlite3ExprListFlags() 3178 ExprList *pList = pExpr->x.pList; in sqlite3CodeRhsOfIN() local 3510 ExprList *pList; in sqlite3ExprCodeIN() local 5047 ExprList *pList, /* The expression list to be coded */ in sqlite3ExprCodeExprList() 5739 ExprList *pList; in exprImpliesNotNull() local [all …]
|
| H A D | attach.c | 463 SrcList *pList = pSelect->pSrc; in fixSelectCb() local 544 SrcList *pList /* The Source list to check and modify */ in sqlite3FixSrcList()
|
| H A D | test_vdbecov.c | 40 Tcl_Obj *pList, in appendToList()
|
| H A D | resolve.c | 989 ExprList *pList = pExpr->x.pList; /* The argument list */ in resolveExprStep() local 2014 ExprList *pList /* The expression list to be analyzed. */ in sqlite3ResolveExprListNames() 2107 ExprList *pList /* Expression list to resolve. May be NULL. */ in sqlite3ResolveSelfReference()
|
| H A D | window.c | 631 static Window *windowFind(Parse *pParse, Window *pList, const char *zName){ in windowFind() 661 Window *pList, /* List of named windows for this SELECT */ in sqlite3WindowUpdate() 893 ExprList *pList, /* List to which to append. Might be NULL */ in exprListAppendList() 1275 void sqlite3WindowChain(Parse *pParse, Window *pWin, Window *pList){ in sqlite3WindowChain() 1431 ExprList *pList; in sqlite3WindowCodeInit() local 1523 const ExprList *pList; in windowArgCount() local
|
| H A D | update.c | 200 ExprList *pList = 0; in updateFromSelect() local 1220 ExprList *pList; in updateVirtualTable() local
|
| H A D | walker.c | 25 static int walkWindowList(Walker *pWalker, Window *pList, int bOneOnly){ in walkWindowList()
|
| H A D | trigger.c | 52 Trigger *pList; /* List of triggers to return */ in sqlite3TriggerList() local 770 Trigger *pList = 0; in triggersReallyExist() local 913 ExprList *pList, /* The arguments to RETURNING */ in sqlite3ExpandReturning()
|
| H A D | rowset.c | 376 static struct RowSetEntry *rowSetListToTree(struct RowSetEntry *pList){ in rowSetListToTree()
|
| H A D | pager.c | 3096 PgHdr *pList; /* List of dirty pages to revert */ in pagerRollbackWal() local 3128 PgHdr *pList, /* List of frames to log */ in pagerWalFrames() 4362 static int pager_write_pagelist(Pager *pPager, PgHdr *pList){ in pager_write_pagelist() 4622 PgHdr *pList = sqlite3PcacheDirtyList(pPager->pPCache); in sqlite3PagerFlush() local 6428 PgHdr *pList; in sqlite3PagerCommitPhaseOne() local
|
| H A D | test_thread.c | 117 Tcl_Obj *pList; in tclScriptThread() local
|
| H A D | alter.c | 708 RenameToken *pList; /* List of tokens to overwrite */ member 881 ExprList *pList = p->pEList; in renameUnmapSelectCb() local
|
| H A D | vdbesort.c | 187 SorterRecord *pList; /* Linked list of records */ member 1402 static int vdbeSorterSort(SortSubtask *pTask, SorterList *pList){ in vdbeSorterSort() 1548 static int vdbeSorterListToPMA(SortSubtask *pTask, SorterList *pList){ in vdbeSorterListToPMA()
|
| H A D | select.c | 542 IdList *pList = pRight->u3.pUsing; in sqlite3ProcessJoin() local 1552 ExprList *pList, /* Form the KeyInfo object from this ExprList */ in sqlite3KeyInfoFromExprList() 3877 ExprList *pList /* List to scan and in which to make substitutes */ in substExprList() 6266 ExprList *pList; in finalizeAggFunctions() local 6302 ExprList *pList; in updateAccumulator() local
|
| H A D | test_syscall.c | 627 Tcl_Obj *pList; in test_syscall_list() local
|
| H A D | test_journal.c | 205 jt_file *pList; /* List of all open files */ member
|
| H A D | fkey.c | 1232 ExprList *pList = 0; /* Changes list if ON UPDATE CASCADE */ in fkActionTrigger() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 117 PendingList *pList; /* Doclist is assembled here */ member 743 static void fts3PendingListDelete(PendingList *pList){ in fts3PendingListDelete() 758 PendingList *pList; in fts3PendingTermsAddOne() local 904 PendingList *pList = (PendingList *)fts3HashData(pElem); in sqlite3Fts3PendingTermsClear() local 1336 PendingList *pList = (PendingList *)fts3HashData(pElem); in fts3SegReaderNext() local 2626 char *pList = *ppList; in fts3ColumnFilter() local 2667 char *pList, in fts3MsrBufferData() 2710 char *pList; in sqlite3Fts3MsrIncrNext() local 2982 char *pList = 0; in sqlite3Fts3SegReaderStep() local
|
| H A D | fts3_snippet.c | 73 char *pList; /* Pointer to start of phrase position list */ member 1544 char *pList; /* Position-list */ member 1564 char *pList; /* Pointer to position list for phrase */ in fts3ExprTermOffsetInit() local
|
| H A D | fts3.c | 2764 char *pList, /* Position list (no 0x00 term) */ in sqlite3Fts3FirstFilter() 4209 char *pList, /* Pointer to doclist */ in fts3EvalPhraseMergeToken() 4318 char *pList; in fts3EvalDeferredPhrase() local 4623 char *pList; member 5094 char *pList = 0; in fts3EvalSelectDeferred() local
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_hash.c | 447 Fts5HashEntry *pList; in fts5HashEntrySort() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | closure.c | 171 closure_avl *pList; /* A linked list of nodes */ member
|