| /sqlite-3.40.0/ext/misc/ |
| H A D | unionvtab.c | 437 UnionSrc *pSrc, in unionInvokeOpenClose() 486 UnionSrc *pSrc = &pTab->aSrc[i]; in unionDisconnect() local 514 UnionSrc *pSrc, /* Source table to test */ in unionIsIntkeyTable() 558 UnionSrc *pSrc, /* Source table to test */ in unionSourceToStr() 662 UnionSrc *pSrc = &pTab->aSrc[iSrc]; in unionOpenDatabase() local 706 UnionSrc *pSrc = &pTab->aSrc[iTab]; in unionIncrRefcount() local 730 UnionSrc *pSrc = &pTab->aSrc[pCsr->iTab]; in unionFinalizeCsrStmt() local 937 UnionSrc *pSrc; in unionConnect() local 1001 UnionSrc *pSrc = &pTab->aSrc[0]; in unionConnect() local 1066 UnionSrc *pSrc = &pTab->aSrc[pCsr->iTab]; in doUnionNext() local [all …]
|
| H A D | scrub.c | 71 sqlite3_file *pSrc; /* Source file handle */ member
|
| /sqlite-3.40.0/src/ |
| H A D | alter.c | 126 SrcList *pSrc, /* The table to rename. */ in sqlite3AlterRenameTable() 478 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc){ in sqlite3AlterBeginAddColumn() 593 SrcList *pSrc, /* Table being altered. pSrc->nSrc==1 */ in sqlite3AlterRenameColumn() 889 SrcList *pSrc = p->pSrc; in renameUnmapSelectCb() local 1318 SrcList *pSrc = sqlite3TriggerStepSrc(pParse, pStep); in renameResolveTrigger() local 1645 SrcList *pSrc = pSelect->pSrc; in renameTableSelectCb() local 2125 void sqlite3AlterDropColumn(Parse *pParse, SrcList *pSrc, const Token *pName){ in sqlite3AlterDropColumn()
|
| H A D | whereexpr.c | 513 SrcList *pSrc, /* the FROM clause */ in whereCombineDisjuncts() 640 SrcList *pSrc, /* the FROM clause */ in exprAnalyzeOrTerm() 939 SrcList *pSrc = pS->pSrc; in exprSelectUsage() local 1049 SrcList *pSrc, /* the FROM clause */ in exprAnalyze()
|
| H A D | where.c | 191 static void whereOrMove(WhereOrSet *pDest, WhereOrSet *pSrc){ in whereOrMove() 761 const SrcItem *pSrc /* Table we are trying to access */ in constraintCompatibleWithOuterJoin() 791 const SrcItem *pSrc, /* Table we are trying to access */ in termCanDriveIndex() 823 const SrcItem *pSrc, /* The FROM clause term to get the next index */ in constructAutomaticIndex() 1171 SrcItem *pSrc, /* The FROM clause term that is the vtab */ in allocateIndexInfo() 2786 SrcItem *pSrc, /* FROM clause term being analyzed */ in whereLoopAddBtreeIndex() 3384 SrcItem *pSrc; /* The FROM clause btree term to add */ in whereLoopAddBtree() local 3690 SrcItem *pSrc = &pBuilder->pWInfo->pTabList->a[pNew->iTab]; in whereLoopAddVirtualOne() local 4004 SrcItem *pSrc; /* The FROM clause term to search */ in whereLoopAddVirtual() local 6161 SrcItem *pSrc; in sqlite3WhereBegin() local
|
| H A D | update.c | 206 SrcList *pSrc; in updateFromSelect() local 1186 SrcList *pSrc, /* The virtual table to be modified */ in updateVirtualTable()
|
| H A D | delete.c | 31 Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){ in sqlite3SrcListLookup() 179 SrcList *pSrc, /* the FROM clause -- which tables to scan */ in sqlite3LimitWhere()
|
| H A D | walker.c | 165 SrcList *pSrc; in sqlite3WalkSelectFrom() local
|
| H A D | select.c | 125 SrcList *pSrc, /* the FROM clause -- which tables to scan */ in sqlite3SelectNew() 350 SrcList *pSrc, /* Array of tables to search */ in tableAndColumnIndex() 487 SrcList *pSrc; /* All tables in the FROM clause */ in sqlite3ProcessJoin() local 2558 SrcList *pSrc = p->pSrc; /* The FROM clause of the recursive query */ in generateWithRecursiveQuery() local 3890 SrcList *pSrc; in substSelect() local 3961 SrcList *pSrc, /* FROM clause to renumber */ in srclistRenumberCursors() 4236 SrcList *pSrc; /* The FROM clause of the outer query */ in flattenSubquery() local 5046 SrcItem *pSrc /* The subquery term of the outer FROM clause */ in pushDownWhereTerms() 5538 SrcList *pSrc = pRecTerm->pSrc; in resolveFromTermToCte() local 6614 static int sameSrcAlias(SrcItem *p0, SrcList *pSrc){ in sameSrcAlias()
|
| H A D | upsert.c | 263 SrcList *pSrc; /* FROM clause for the UPDATE */ in sqlite3UpsertDoUpdate() local
|
| H A D | fkey.c | 549 SrcList *pSrc, /* The child table to be scanned */ in fkScanChildren() 1018 SrcList *pSrc; in sqlite3FkCheck() local
|
| H A D | backup.c | 29 Btree *pSrc; /* Source b-tree file */ member
|
| H A D | window.c | 737 SrcList *pSrc; member 860 SrcList *pSrc, in selectWindowRewriteEList() 967 SrcList *pSrc = p->pSrc; in sqlite3WindowRewrite() local
|
| H A D | insert.c | 2719 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ in xferCompatibleIndex() 2789 Table *pSrc; /* The table in the FROM clause of SELECT */ in xferOptimization() local
|
| H A D | expr.c | 2326 int sqlite3ExprIsTableConstraint(Expr *pExpr, const SrcItem *pSrc){ in sqlite3ExprIsTableConstraint() 2584 SrcList *pSrc; in isCandidateForInOpt() local 6054 SrcList *pSrc = pSelect->pSrc; in selectRefEnter() local 6074 SrcList *pSrc = pSelect->pSrc; in selectRefLeave() local 6095 SrcList *pSrc = p->pRef; in exprRefToSrcList() local
|
| H A D | treeview.c | 185 void sqlite3TreeViewSrcList(TreeView *pView, const SrcList *pSrc){ in sqlite3TreeViewSrcList()
|
| H A D | resolve.c | 763 Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ in sqlite3CreateColumnExpr()
|
| H A D | trigger.c | 857 SrcList *pSrc; /* SrcList to be returned */ in sqlite3TriggerStepSrc() local
|
| H A D | btree.c | 1464 static void ptrmapPutOvflPtr(MemPage *pPage, MemPage *pSrc, u8 *pCell,int *pRC){ in ptrmapPutOvflPtr() 6806 const u8 *pSrc; in fillInCell() local 9302 int sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc, i64 iKey){ in sqlite3BtreeTransferRow()
|
| H A D | vdbe.c | 5614 VdbeCursor *pSrc; /* Cursor to read from */ in sqlite3VdbeExec() local
|
| H A D | tclsqlite.c | 3150 sqlite3 *pSrc; in DbObjCmd() local
|
| H A D | build.c | 4754 SrcList *pSrc, /* The SrcList to be enlarged */ in sqlite3SrcListEnlarge()
|
| H A D | shell.c.in | 9475 sqlite3 *pSrc; local
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 772 xWrite: function(pFile,pSrc,n,offset64){ argument
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 829 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; in nodeDeleteCell() local 1803 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ in deserializeGeometry() local
|