Lines Matching full:invocation
857 ** callback invocation. ^If the callback pointer to sqlite3_exec()
1867 ** undoing any prior invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2534 ** invocation of [sqlite3_malloc()] or [sqlite3_realloc()] that have
3599 ** [sqlite3_reset()] be called before any subsequent invocation of
4113 ** called once for each invocation of the xStep callback and then one
4179 ** does not need to be recompiled on each invocation.
6549 ** <b>Callback Invocation Details</b>
18206 ** invocation SQLITE_NOMEM is returned instead.
42868 ** has not been returned by any prior invocation of this method on the
49588 ** this call or a previous invocation) would have detected corruption
61041 ** of VDBE ops have been executed (either since this invocation of
61760 ** invocation of this opcode.
65410 /* If the p5 flag is clear, then recursive invocation of triggers is
65415 ** It is recursive invocation of triggers, at the SQL level, that is
66255 ** invocation. The value in register (P3+P2-1) corresponds to the
74341 ** This procedure generates VDBE code for a single invocation of either the
82986 ** produces a single row of the SELECT on each invocation. The
83007 ** On each invocation of the co-routine, it puts a single row of the
92319 ** we need to remember from this invocation of the callback.
93423 ** recursive invocation of this trigger program is disallowed. Recursive
93424 ** invocation is disallowed if (a) the sub-program is really a trigger,
94870 ** The first invocation, to obtain permission to INSERT a row into the
97574 ** and initialized on the first invocation and reused on all subsequent
97618 ** to will have been initialized, either during the current invocation or
97619 ** during some prior invocation. Now we just have to customize the
97620 ** details of pIdxInfo for the current invocation and pass it to
104906 ** thread. Then while the initial invocation of this routine by X is
109811 /* Never set both isSaveLeft and isExact for the same invocation. */
110964 ** result of a snippet(), offsets() or matchinfo() invocation.
117874 ** Each invocation populates an element of the SnippetIter.aPhrase[] array.
122280 ** invocation of a geometry function, and as the destructor for the geometry