Lines Matching defs:hints
13879 ** a boolean expression that is usually true. These hints could,
15586 ** Kinds of hints that can be passed into the sqlite3BtreeCursorHint()
15608 ** standard SQLite. The other hints are provided for extentions that use
68095 u8 hints; /* As configured by CursorSetHints() */
69561 ** Provide hints to the cursor. The particular hint given (and the type
69571 ** Provide flag hints to the cursor.
69575 pCur->hints = x;
77471 pCur->hints&BTREE_BULKLOAD);
79700 return (pCsr->hints & mask)!=0;
152947 WhereLevel *pLevel, /* Which loop to provide hints for */
153014 ** the cursor. These terms are not needed as hints for a pure range
159212 /* If a truth probability is specified using the likelihood() hints,