Home | History | Annotate | Download | only in dist

Lines Matching defs:pre

417 ** <blockquote><pre>
421 ** </pre></blockquote>)^
2084 ** [SQLITE_ENABLE_SQLLOG] pre-processor macro defined. The first argument should
2115 ** compiled for Windows with the [SQLITE_WIN32_MALLOC] pre-processor macro
2647 ** <blockquote><pre>
2653 ** </pre></blockquote>
2659 ** <blockquote><pre>
2668 ** </pre></blockquote>)^
2751 ** <blockquote><pre>
2753 ** </pre></blockquote>
2757 ** <blockquote><pre>
2761 ** </pre></blockquote>
2766 ** <blockquote><pre>
2768 ** </pre></blockquote>
2773 ** <blockquote><pre>
2775 ** </pre></blockquote>
2785 ** <blockquote><pre>
2789 ** </pre></blockquote>
3903 ** <blockquote><pre>
3905 ** </pre></blockquote>
5511 ** <blockquote><pre>
5519 ** </pre></blockquote>
5932 ** <pre>
5938 ** </pre>)^
6047 ** <blockquote><pre>
6053 ** </pre></blockquote>)^
6460 ** <pre>
6462 ** </pre>)^
8436 ** This API is only available if the library is built with pre-processor
8474 ** CAPI3REF: The pre-update hook.
8940 ** is not possible for an application to register a pre-update hook on a
8943 ** which a pre-update hook is already defined. The results of attempting
9692 ** <tr><th style="white-space:pre">Existing Change </th>
9693 ** <th style="white-space:pre">New Change </th>
10064 ** <pre>
10067 ** </pre>
10071 ** <pre>
10074 ** </pre>
10098 ** <pre>
10101 ** </pre>
10105 ** <pre>
10108 ** </pre>
13547 ** necessary pre-processor macros for it.
13563 ** This file contains pre-processor directives related to operating system
14140 PreUpdate *pPreUpdate; /* Context for active pre-update callback */
15845 #define OPFLAG_ISNOOP 0x40 /* OP_Delete does pre-update-hook only */
25477 const char *pre;
25479 pre = &aPrefix[infop->prefix];
25480 for(; (x=(*pre))!=0; pre++) *(--bufpt) = x;
29852 UnixUnusedFd *pUnused; /* Pre-allocated UnixUnusedFd */
53385 ** their pre-transaction state by re-reading data from the database or
75941 ** Invoke the pre-update hook. If this is an UPDATE or DELETE pre-update call,
75947 Vdbe *v, /* Vdbe pre-update hook is invoked by */
77667 ** This function is called from within a pre-update callback to retrieve
77676 ** SQLITE_UPDATE pre-update callback, and that iIdx is within range. */
77728 ** This function is called from within a pre-update callback to retrieve
77739 ** This function is designed to be called from within a pre-update callback
77757 ** This function is called from within a pre-update callback to retrieve
82582 Table *pTab; /* Table structure - used by update and pre-update hooks */
82621 /* Invoke the pre-update hook, if any */
82687 ** the update or pre-update hook, or both, may be invoked. The P1 cursor must
82689 ** this case. Specifically, if one is configured, the pre-update hook is
82721 /* If the update-hook or pre-update-hook will be invoked, set zDb to
82740 /* Invoke the pre-update-hook if required. */
85748 /* If a pre-update hook is registered and this is a write cursor,
85953 ** with pre-processor symbol SQLITE_MAX_WORKER_THREADS set to a value greater
102843 ** to invalidate all pre-compiled statements.
105100 ** invoke the update-hook. The pre-update-hook, on the other hand should
105103 ** pre-update-hook is.
110018 /* This OP_Delete opcode fires the pre-update-hook only. It does
121407 ** being unused if the data can be extracted in pre-sorted order.
123798 /* Compute the old pre-UPDATE content of the row being changed, if that
123920 ** to invoke the pre-update hook.
123923 ** pre-update hook. If the caller invokes preupdate_new(), the returned
142277 ** are no active VMs, invalidate any pre-compiled statements.
159503 ** space pre-allocated), and
159684 ** pre-processor macro FTS_MAX_APPENDABLE_HEIGHT.
161117 u32 *aMatchinfo; /* Pre-allocated buffer */
174614 ** This function may only be called from within a pre-update callback.
174949 ** This function is only called from within a pre-update-hook callback.
174950 ** It determines if the current pre-update-hook change affects the same row
174952 ** if the pre-update-hook does not affect the same row as pChange, it returns
174959 int op /* Current pre-update operation */
175188 ** This function is only called from within a pre-update handler for a
175220 ** This function is only called from with a pre-update-hook reporting a
175382 ** The 'pre-update' hook registered by this module with SQLite databases.
175420 ** The pre-update hook implementations.
175436 ** Install the pre-update hooks on the session object passed as the only