Home | History | Annotate | Download | only in dist

Lines Matching defs:pre

417 ** <blockquote><pre>
421 ** </pre></blockquote>)^
2131 ** [SQLITE_ENABLE_SQLLOG] pre-processor macro defined. The first argument should
2162 ** compiled for Windows with the [SQLITE_WIN32_MALLOC] pre-processor macro
2691 ** <blockquote><pre>
2697 ** </pre></blockquote>
2703 ** <blockquote><pre>
2712 ** </pre></blockquote>)^
2795 ** <blockquote><pre>
2797 ** </pre></blockquote>
2801 ** <blockquote><pre>
2805 ** </pre></blockquote>
2810 ** <blockquote><pre>
2812 ** </pre></blockquote>
2817 ** <blockquote><pre>
2819 ** </pre></blockquote>
2829 ** <blockquote><pre>
2833 ** </pre></blockquote>
3954 ** <blockquote><pre>
3956 ** </pre></blockquote>
5567 ** <blockquote><pre>
5575 ** </pre></blockquote>
5988 ** <pre>
5994 ** </pre>)^
6103 ** <blockquote><pre>
6109 ** </pre></blockquote>)^
6516 ** <pre>
6518 ** </pre>)^
8492 ** This API is only available if the library is built with pre-processor
8530 ** CAPI3REF: The pre-update hook.
8996 ** is not possible for an application to register a pre-update hook on a
8999 ** which a pre-update hook is already defined. The results of attempting
9748 ** <tr><th style="white-space:pre">Existing Change </th>
9749 ** <th style="white-space:pre">New Change </th>
10120 ** <pre>
10123 ** </pre>
10127 ** <pre>
10130 ** </pre>
10154 ** <pre>
10157 ** </pre>
10161 ** <pre>
10164 ** </pre>
13615 ** necessary pre-processor macros for it.
13631 ** This file contains pre-processor directives related to operating system
14208 PreUpdate *pPreUpdate; /* Context for active pre-update callback */
15914 #define OPFLAG_ISNOOP 0x40 /* OP_Delete does pre-update-hook only */
25569 const char *pre;
25571 pre = &aPrefix[infop->prefix];
25572 for(; (x=(*pre))!=0; pre++) *(--bufpt) = x;
29958 UnixUnusedFd *pUnused; /* Pre-allocated UnixUnusedFd */
53631 ** their pre-transaction state by re-reading data from the database or
76200 ** Invoke the pre-update hook. If this is an UPDATE or DELETE pre-update call,
76206 Vdbe *v, /* Vdbe pre-update hook is invoked by */
77940 ** This function is called from within a pre-update callback to retrieve
77949 ** SQLITE_UPDATE pre-update callback, and that iIdx is within range. */
78001 ** This function is called from within a pre-update callback to retrieve
78012 ** This function is designed to be called from within a pre-update callback
78030 ** This function is called from within a pre-update callback to retrieve
82907 Table *pTab; /* Table structure - used by update and pre-update hooks */
82946 /* Invoke the pre-update hook, if any */
83012 ** the update or pre-update hook, or both, may be invoked. The P1 cursor must
83014 ** this case. Specifically, if one is configured, the pre-update hook is
83046 /* If the update-hook or pre-update-hook will be invoked, set zDb to
83065 /* Invoke the pre-update-hook if required. */
86080 /* If a pre-update hook is registered and this is a write cursor,
86285 ** with pre-processor symbol SQLITE_MAX_WORKER_THREADS set to a value greater
103271 ** to invalidate all pre-compiled statements.
105535 ** invoke the update-hook. The pre
105538 ** pre-update-hook is.
110468 /* This OP_Delete opcode fires the pre-update-hook only. It does
122012 ** being unused if the data can be extracted in pre-sorted order.
124402 /* Compute the old pre-UPDATE content of the row being changed, if that
124524 ** to invoke the pre-update hook.
124527 ** pre-update hook. If the caller invokes preupdate_new(), the returned
142984 ** are no active VMs, invalidate any pre-compiled statements.
160209 ** space pre-allocated), and
160390 ** pre-processor macro FTS_MAX_APPENDABLE_HEIGHT.
161823 u32 *aMatchinfo; /* Pre-allocated buffer */
175350 ** This function may only be called from within a pre-update callback.
175685 ** This function is only called from within a pre-update-hook callback.
175686 ** It determines if the current pre-update-hook change affects the same row
175688 ** if the pre-update-hook does not affect the same row as pChange, it returns
175695 int op /* Current pre-update operation */
175924 ** This function is only called from within a pre-update handler for a
175956 ** This function is only called from with a pre-update-hook reporting a
176118 ** The 'pre-update' hook registered by this module with SQLite databases.
176156 ** The pre-update hook implementations.
176172 ** Install the pre-update hooks on the session object passed as the only