Searched refs:sqlite3BtreeCursorHint (Results 1 – 3 of 3) sorted by relevance
246 void sqlite3BtreeCursorHint(BtCursor*, int, ...);
8642 sqlite3BtreeCursorHint(pC->uc.pCursor, BTREE_HINT_RANGE, in sqlite3VdbeExec()
947 void sqlite3BtreeCursorHint(BtCursor *pCur, int eHintType, ...){ in sqlite3BtreeCursorHint() function