Home | History | Annotate | Download | only in dist

Lines Matching full:perform

1127 ** This object defines the methods used to perform various operations
1683 ** xRealloc must be a no-op - it must not perform any allocation or
1687 ** xRealloc can perform exactly as the standard library realloc() and
2600 ** to perform various actions, the authorizer callback is invoked to
3740 ** is requested, [sqlite3_snprintf()] is used internally to perform the
6254 ** The cache must not perform any reference counting. A single
6319 ** ^(To perform a backup operation:
6355 ** sqlite3_backup_finish() functions to perform the specified backup
7708 u8 opcode; /* What operation to perform */
7758 u8 opcode; /* What operation to perform */
32733 ** The opcodes 1 through 4 perform set and clear operations are performed
40624 ** create the journal file or perform any real IO.
48214 ** Perform a single step of an incremental-vacuum. If successful,
57381 ** Even if the statement is read-only, it is important to perform
65882 ** Perform a single step of the incremental vacuum procedure on
66843 ** Perform a read or write operation on a blob
70281 /* Check that the affinity that will be used to perform the
77136 /* Require a write-lock on the table to perform this operation */
78346 ** perform this abort without corrupting the database, we need to make
81894 ** table pTab to generate VDBE code to perform foreign key constraint
97196 ** possible to construct a transient index that would perform better
98073 ** SQLite must perform on the index in question. For example, if the
98078 ** SQLite must perform 9 lookups on an index on (a, b), so nInMul is
101844 ** Perform a shift action.
102230 ** Perform a reduce action and the shift that must immediately
121804 ** the root node (the operation that Gutman's paper says to perform