Lines Matching refs:Special
47 /* Special Comments:
136 ** Special setup for VxWorks
6108 ** CAPI3REF: Constants Defining Special Destructor Behavior
11163 ** <h3>Special sqlite_stat1 Handling</h3>
22659 ** * MEM_Null|MEM_Cleared Special SQL NULL that compares non-equal
24393 case 4: { /* Special processing to add months */
24405 case 5: { /* Special processing to add years */
30616 /* Special case: Add leading zeros if the flag_zeropad flag is
30707 /* Special optimization for sqlite3_mprintf("%z..."):
34298 ** 3 Special case of 9223372036854775808
34405 ** 3 Special case of 9223372036854775808
106645 ** Special case: If op==TK_INTEGER and pToken points to a string that
111001 ** operation. Special comments in vdbe.c and the mkopcodeh.awk script in
118701 /* Special case: Parsing the sqlite_schema or sqlite_temp_schema schema */
120128 /* Special processing for tables that include the STRICT keyword:
120171 /* Special processing for WITHOUT ROWID Tables */
124146 /* Special case: A DELETE without a WHERE clause deletes everything.
127568 /* Special case: If this is an INSERT statement that will insert exactly
141087 /* Special handling for a compound-select that originates as a VALUES clause.
150957 /* Special case: If db->aVTrans is NULL and db->nVTrans is greater
153325 /* Special case of a FROM clause subquery implemented as a co-routine */
162281 /* Special case: No FROM clause
162330 /* Special case: WHERE terms that do not refer to any tables in the join
165369 /* Special case - WINDOW_AGGINVERSE is always a no-op if the frame
173074 ** Special handling is require for CREATE TRIGGER statements.
179802 /* Special values interpreted by sqlite3SegReaderCursor() */
180421 ** "Special" FTS4 arguments are column specifications of the following form:
196483 /* Special case - the last token of the snippet is also the last token
199005 ** Return negative for a syntax error. Special cases: return -2 if the
201295 /* Special operators available only on cursors. Needs to be consecutive
202797 /* Special case - lookup by rowid. */
206710 /* Special case - lookup by rowid. */
225643 const char *zCmd, /* Special command to parse */
237883 const char *z = zQuery; /* Special query text */
238341 ** The commands implemented by this function are documented in the "Special