Lines Matching full:three
721 ** [sqlite3_busy_timeout()] to name but three) that are methods on an
1670 ** scratch memory. There are three arguments: A pointer an 8-byte
1690 ** There are three arguments to this option: A pointer to 8-byte aligned
1711 ** There are three arguments: An 8-byte aligned pointer to the memory,
1803 ** <dd> ^This option takes three additional arguments that determine the
2152 ** There are two column (M==2) and three rows (N==3). Thus the
2296 ** The SQLite core uses these three routines for all of its own
2636 ** the following three values, optionally combined with the
2921 ** behave differently in three ways:
3692 ** SQL function or aggregate, pass NULL for all three function callbacks.
5242 ** sqlite3_mutex_leave() is a NULL pointer, then all three routines
7111 ** and as many as three operands. The instruction is recorded
7848 ** three will be 0.
8503 ** The following three macros, FUNCTION(), LIKEFUNC() and AGGREGATE() are
8938 ** three columns in the table. In the Index structure describing
14802 ** a pointer to a static preexisting mutex. Three static mutexes are
16532 ** func This is a pointer to a function taking three arguments
25341 ** Previously, the SQLite OS layer used three functions in place of this
29321 ** There are three possible representations of the bitmap.
30718 ** There are three different approaches to obtaining space for a page,
30736 ** 4. If none of the first three conditions apply and the cache is marked
31311 ** three nodes. And so forth.
31586 ** or SQLITE_FULL. Once one of the first three errors occurs, it persists
31604 ** transaction was opened. The contents of all three of these variables is
32325 /* Read the first three 32-bit fields of the journal header: The nRec
33488 ** being rolled back), then the rollback consists of up to three stages,
33623 ** the rollback journal. There are three levels:
34615 ** three file descriptors, the database file name and the journal
36906 ** Each btree pages is divided into three sections: The header, the
54632 ** 3-byte type for each of the maximum of 32768 columns plus three
60789 /* The following three functions, heightOfExpr(), heightOfExprList()
64341 ** parent table. It is passed three arguments:
65747 ** three arguments to the function come directly from an attach statement:
65921 ** three arguments to the function come directly from a detach statement:
70330 ** array of three CollSeq structures. The first is the collation sequence
70333 ** Stored immediately after the three collation sequences is a copy of
71639 ** All three do the same thing. They return the first non-NULL
72161 ** The replace() function. Three arguments are all strings: call
72698 ** the first three statements in the compareInfo structure. The
74178 ** Three memory locations are allocated:
74308 ** If SQLITE_OMIT_AUTOINCREMENT is defined, then the three routines
74350 ** The three remaining templates assume the statement is of the form
80686 ** Example 1: Consider a three-way compound SQL statement.
89456 ** The index has as many as three equality constraints, but in this
89990 ** In the example, there are three indexed terms connected by OR.
90263 ** entire tables. Thus a three-way join is an O(N^3) operation. But if
94200 ** * Set the error count to three.
94203 ** processing will occur until three tokens have been
94262 ** three input tokens have been successfully shifted.
96415 ** If SQLITE_ANY is specified, add three versions of the function
98473 ** are three basic components:
98874 ** SELECT docid FROM ex1 WHERE b MATCH 'one two three';
99174 /* Create a script to drop the underlying three storage tables. */
99445 ** are three possible strategies, in order of preference:
102747 ** Return TRUE if the word ends with three letters which
102752 ** first three letters and the first one cannot be in [wxy].
103384 ** list. For each token in the <input-string>, three elements are
103980 ** Type SegmentNode is used by the following three functions to create
106142 ** delete the contents of all three tables and throw away any
108608 ** Rtree virtual table module xBestIndex method. There are three