Lines Matching refs:Move

6229 ** CAPI3REF: Move a BLOB Handle to a New Row
10966 #define OP_Seek 112 /* synopsis: Move P3 to P1.rowid */
17351 ** Move the date to the same time on the next occurrence of
17375 ** Move the date backwards to the beginning of the current day,
27172 /* 29 */ "Move" OpHelp("r[P2@P3]=r[P1@P3]"),
27255 /* 112 */ "Seek" OpHelp("Move P3 to P1.rowid"),
37698 ** Move the current position of the file handle passed as the first
41440 #define PCACHE_DIRTYLIST_FRONT 3 /* Move pPage to the front of the list */
41772 /* Move the page to the head of the dirty list. */
43962 /* Move the write position of the WAL back to iFrame. Called in
50415 /* This can happen using journal_mode=off. Move the pager to the error
50765 ** Move the page pPg to location pgno in the file.
50816 ** <Move page X to location Y>
54106 ** Move the write position of the WAL back to the point identified by
59176 ** Move the open database page pDbPage to location iFreePage in the
59202 /* Move page iDbPage from its current location to page number iFreePage */
60556 ** Move the cursor down to a new child page. The newPgno argument is the
60605 ** Move the cursor up to the parent page.
60629 ** Move the cursor to point to the root page of its b-tree structure.
60721 ** Move the cursor down to the left-most leaf entry beneath the
60743 ** Move the cursor down to the right-most leaf entry beneath the
60771 /* Move the cursor to the first entry in the table. Return SQLITE_OK
60794 /* Move the cursor to the last entry in the table. Return SQLITE_OK
60839 /* Move the cursor so that it points to an entry near the key
64098 Pgno pgnoMove; /* Move a page here to make room for the root-page */
64153 /* Move the page currently at pgnoRoot to pgnoMove. */
67251 ** Move data out of a btree key or data field and into a Mem structure.
75669 /* Opcode: Move P1 P2 P3 * *
75672 ** Move the P3 values in register P1..P1+P3-1 over into
79116 ** Move the cursor P1 to a null row. Any OP_Column operations
79450 ** Synopsis: Move P3 to P1.rowid
81614 {OP_Variable, 1, 1, 0}, /* 2: Move ?1 into reg[1] */
81796 ** Move an existing blob handle to point to a different row of the same
98136 /* Move existing slots that come after the newly inserted slots
113222 ** outA: Move the output of the selectA coroutine into the output
113225 ** outB: Move the output of the selectB coroutine into the output
123652 ** Move the content of pSrc into pDest
149788 ** Move the iterator passed as the first argument to the next term in the
151625 /* Move level -1 to level iAbsLevel */
158030 /* Move to the next entry that matches the configured constraints. */
163961 /* Move the *-oal file to *-wal. At this point connection p->db is
166191 ** Move a statvfs cursor to the next entry in the file.
174542 ** Move to the next document
177743 ** Move the iterator passed as the only argument to the previous entry.
179011 ** Move the seg-iter so that it points to the first rowid on page iLeafPgno.
179196 ** Move the iterator to the next entry.
179871 ** Move the iterator to the next entry at or following iMatch.
181749 ** Move to the next matching rowid.
181759 ** Move to the next matching term/rowid. Used by the fts5vocab module.
181781 ** Move to the next matching rowid that occurs at or after iMatch. The