HomeSort by: relevance | last modified time | path
    Searched defs:Tuning (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.c 20091 /* Tuning parameters are set using SQLITE_TESTCTRL_TUNE and are controlled
20092 ** on debug-builds of the CLI using ".testctrl tune ID VALUE". Tuning
20098 ** Tuning parameters are numbered starting with 1.
20102 # define Tuning(X) (sqlite3Config.aTune[(X)-1])
20104 # define Tuning(X) 0
20178 sqlite3_int64 aTune[SQLITE_NTUNE]; /* Tuning parameters */
    [all...]

Completed in 86 milliseconds