Home
last modified time | relevance | path

Searched defs:pSrc (Results 1 – 25 of 26) sorted by relevance

12

/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c437 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 Dscrub.c71 sqlite3_file *pSrc; /* Source file handle */ member
/sqlite-3.40.0/src/
H A Dalter.c126 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 Dwhereexpr.c513 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 Dwhere.c191 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 Dupdate.c206 SrcList *pSrc; in updateFromSelect() local
1186 SrcList *pSrc, /* The virtual table to be modified */ in updateVirtualTable()
H A Ddelete.c31 Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){ in sqlite3SrcListLookup()
179 SrcList *pSrc, /* the FROM clause -- which tables to scan */ in sqlite3LimitWhere()
H A Dwalker.c165 SrcList *pSrc; in sqlite3WalkSelectFrom() local
H A Dselect.c125 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 Dupsert.c263 SrcList *pSrc; /* FROM clause for the UPDATE */ in sqlite3UpsertDoUpdate() local
H A Dfkey.c549 SrcList *pSrc, /* The child table to be scanned */ in fkScanChildren()
1018 SrcList *pSrc; in sqlite3FkCheck() local
H A Dbackup.c29 Btree *pSrc; /* Source b-tree file */ member
H A Dwindow.c737 SrcList *pSrc; member
860 SrcList *pSrc, in selectWindowRewriteEList()
967 SrcList *pSrc = p->pSrc; in sqlite3WindowRewrite() local
H A Dinsert.c2719 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 Dexpr.c2326 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 Dtreeview.c185 void sqlite3TreeViewSrcList(TreeView *pView, const SrcList *pSrc){ in sqlite3TreeViewSrcList()
H A Dresolve.c763 Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){ in sqlite3CreateColumnExpr()
H A Dtrigger.c857 SrcList *pSrc; /* SrcList to be returned */ in sqlite3TriggerStepSrc() local
H A Dbtree.c1464 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 Dvdbe.c5614 VdbeCursor *pSrc; /* Cursor to read from */ in sqlite3VdbeExec() local
H A Dtclsqlite.c3150 sqlite3 *pSrc; in DbObjCmd() local
H A Dbuild.c4754 SrcList *pSrc, /* The SrcList to be enlarged */ in sqlite3SrcListEnlarge()
H A Dshell.c.in9475 sqlite3 *pSrc; local
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js772 xWrite: function(pFile,pSrc,n,offset64){ argument
/sqlite-3.40.0/ext/rtree/
H A Drtree.c829 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; in nodeDeleteCell() local
1803 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ in deserializeGeometry() local

12