Home
last modified time | relevance | path

Searched refs:Tuning (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dmain.c4464 Tuning(id) = *piValue; in sqlite3_test_control()
4466 *piValue = Tuning(-id); in sqlite3_test_control()
H A DsqliteInt.h3982 # define Tuning(X) (sqlite3Config.aTune[(X)-1]) macro
3984 # define Tuning(X) 0 macro