Lines Matching full:invocation
861 ** callback invocation. ^If the callback pointer to sqlite3_exec()
1874 invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2541 ** invocation of [sqlite3_malloc()] or [sqlite3_realloc()] that have
3606 ** [sqlite3_reset()] be called before any subsequent invocation of
4120 ** called once for each invocation of the xStep callback and then one
4186 ** does not need to be recompiled on each invocation.
6556 ** <b>Callback Invocation Details</b>
18213 ** invocation SQLITE_NOMEM is returned instead.
42875 ** has not been returned by any prior invocation of this method on the
49595 ** this call or a previous invocation) would have detected corruption
61048 ** of VDBE ops have been executed (either since this invocation of
61767 ** invocation of this opcode.
65417 /* If the p5 flag is clear, then recursive invocation of triggers is
65422 ** It is recursive invocation of triggers, at the SQL level, that is
66262 ** invocation. The value in register (P3+P2-1) corresponds to the
74348 ** This procedure generates VDBE code for a single invocation of either the
82993 ** produces a single row of the SELECT on each invocation. The
83014 ** On each invocation of the co-routine, it puts a single row of the
92326 ** we need to remember from this invocation of the callback.
93430 ** recursive invocation of this trigger program is disallowed. Recursive
93431 ** invocation is disallowed if (a) the sub-program is really a trigger,
94877 ** The first invocation, to obtain permission to INSERT a row into the
97581 ** and initialized on the first invocation and reused on all subsequent
97625 ** to will have been initialized, either during the current invocation or
97626 ** during some prior invocation. Now we just have to customize the
97627 ** details of pIdxInfo for the current invocation and pass it to
104913 ** thread. Then while the initial invocation of this routine by X is
109839 /* Never set both isSaveLeft and isExact for the same invocation. */
110992 ** result of a snippet(), offsets() or matchinfo() invocation.
117905 ** Each invocation populates an element of the SnippetIter.aPhrase[] array.
122311 ** invocation of a geometry function, and as the destructor for the geometry