Home
last modified time | relevance | path

Searched defs:pDest (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c108 void sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm){ in sqlite3SelectDestInit()
1095 SelectDest *pDest, /* How to dispose of the results */ in selectInnerLoop()
1630 SelectDest *pDest /* Write the sorted results here */ in generateSortTail()
2556 SelectDest *pDest /* What to do with query results */ in generateWithRecursiveQuery()
2732 SelectDest *pDest /* What to do with query results */ in multiSelectValues()
2805 SelectDest *pDest /* What to do with query results */ in multiSelect()
3192 SelectDest *pDest, /* Where to send the data */ in generateOutputSubroutine()
3399 SelectDest *pDest /* What to do with query results */ in multiSelectOrderBy()
6648 SelectDest *pDest /* What to do with the query results */ in sqlite3Select()
H A Dvdbe.c2798 Mem *pDest; /* Where to write the extracted value */ in sqlite3VdbeExec() local
5613 VdbeCursor *pDest; /* Cursor to write to */ in sqlite3VdbeExec() local
8107 Mem *pDest; in sqlite3VdbeExec() local
H A Dbackup.c23 Btree *pDest; /* Destination b-tree file */ member
H A Dinsert.c2719 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ in xferCompatibleIndex()
2782 Table *pDest, /* The table we are inserting into */ in xferOptimization()
H A Dbtree.c8868 u8 *pDest, /* Pointer to the place to start writing */ in btreeOverwriteContent()
9302 int sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc, i64 iKey){ in sqlite3BtreeTransferRow()
H A Dtclsqlite.c2052 sqlite3 *pDest; in DbObjCmd() local
H A Dwhere.c191 static void whereOrMove(WhereOrSet *pDest, WhereOrSet *pSrc){ in whereOrMove()
H A Dpager.c3833 int sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest){ in sqlite3PagerReadFileheader()
H A Dshell.c.in7668 sqlite3 *pDest; local
/sqlite-3.40.0/ext/misc/
H A Dscrub.c73 sqlite3_file *pDest; /* Destination file handle */ member
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js729 xRead: function(pFile,pDest,n,offset64){ argument