Lines Matching defs:pre
475 ** <blockquote><pre>
479 ** </pre></blockquote>)^
2339 ** [SQLITE_ENABLE_SQLLOG] pre-processor macro defined. The first argument should
2370 ** compiled for Windows with the [SQLITE_WIN32_MALLOC] pre-processor macro
3143 ** <blockquote><pre>
3149 ** </pre></blockquote>
3155 ** <blockquote><pre>
3164 ** </pre></blockquote>)^
4613 ** <blockquote><pre>
4615 ** </pre></blockquote>
6565 ** <blockquote><pre>
6573 ** </pre></blockquote>
6913 ** <blockquote><pre>
6923 ** </pre></blockquote>
7200 ** <pre>
7206 ** </pre>)^
7315 ** <blockquote><pre>
7321 ** </pre></blockquote>)^
7802 ** <pre>
7804 ** </pre>)^
10172 ** <blockquote><pre>
10182 ** </pre></blockquote>)^
10358 ** This API is only available if the library is built with pre-processor
10397 ** CAPI3REF: The pre-update hook.
10478 ** the pre-update hook is invoked with SQLITE_DELETE. This is because the
10483 ** pre-update hook is being invoked for some other reason, including a
11019 ** is not possible for an application to register a pre-update hook on a
11022 ** which a pre-update hook is already defined. The results of attempting
11167 ** <pre>
11169 ** </pre>
11761 ** <pre>
11770 ** </pre>
11818 ** <pre>
11829 ** </pre>
11913 ** <tr><th style="white-space:pre">Existing Change </th>
11914 ** <th style="white-space:pre">New Change </th>
12500 ** <pre>
12503 ** </pre>
12507 ** <pre>
12510 ** </pre>
12534 ** <pre>
12537 ** </pre>
12541 ** <pre>
12544 ** </pre>
14874 ** necessary pre-processor macros for it.
14890 ** This file contains pre-processor directives related to operating system
17087 PreUpdate *pPreUpdate; /* Context for active pre-update callback */
19281 #define OPFLAG_ISNOOP 0x40 /* OP_Delete does pre-update-hook only */
30452 const char *pre;
30454 pre = &aPrefix[infop->prefix];
30455 for(; (x=(*pre))!=0; pre++) *(--bufpt) = x;
62265 ** their pre-transaction state by re-reading data from the database or
87792 ** Invoke the pre-update hook. If this is an UPDATE or DELETE pre-update call,
87798 Vdbe *v, /* Vdbe pre-update hook is invoked by */
89827 ** This function is called from within a pre-update callback to retrieve
89836 ** SQLITE_UPDATE pre-update callback, and that iIdx is within range. */
89891 ** This function is called from within a pre-update callback to retrieve
89902 ** This function is designed to be called from within a pre-update callback
89920 ** This function is designed to be called from within a pre-update callback
89931 ** This function is called from within a pre-update callback to retrieve
95903 Table *pTab; /* Table structure - used by update and pre-update hooks */
95936 /* Invoke the pre-update hook, if any */
96032 ** the update or pre-update hook, or both, may be invoked. The P1 cursor must
96034 ** this case. Specifically, if one is configured, the pre-update hook is
96071 /* If the update-hook or pre-update-hook will be invoked, set zDb to
96090 /* Invoke the pre-update-hook if required. */
99669 /* If a pre-update hook is registered and this is a write cursor,
99877 ** with pre-processor symbol SQLITE_MAX_WORKER_THREADS set to a value greater
109140 /* The subquery already has a limit. If the pre-existing limit is X
109152 /* If there is no pre-existing limit add a limit of 1 */
121906 ** to invalidate all pre-compiled statements.
124525 ** invoke the update-hook. The pre-update-hook, on the other hand should
124528 ** pre-update-hook is.
130718 /* This OP_Delete opcode fires the pre-update-hook only. It does
130866 ** must be explicitly deleted in order to ensure any pre-update hook
131122 ** PK index. This function adds code to invoke the pre-update hook,
145423 ** being unused if the data can be extracted in pre-sorted order.
148730 /* Compute the old pre-UPDATE content of the row being changed, if that
148896 ** to invoke the pre-update hook.
148899 ** pre-update hook. If the caller invokes preupdate_new(), the returned
176154 ** are no active VMs, invalidate any pre-compiled statements.
194128 ** space pre-allocated), and
194328 ** pre-processor macro FTS_MAX_APPENDABLE_HEIGHT.
216020 ** This function may only be called from within a pre-update callback.
216356 ** This function is only called from within a pre-update-hook callback.
216357 ** It determines if the current pre-update-hook change affects the same row
216359 ** if the pre-update-hook does not affect the same row as pChange, it returns
216366 int op /* Current pre-update operation */
216629 ** This function is only called from within a pre-update handler for a
216808 ** This function is only called from with a pre-update-hook reporting a
217002 ** The 'pre-update' hook registered by this module with SQLite databases.
217040 ** The pre-update hook implementations.
217056 ** Install the pre-update hooks on the session object passed as the only