Searched refs:hint (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | syscall.test | 244 foreach {tn hint size} { 252 file_control_sizehint_test db main $hint 264 foreach {tn hint size} { 272 file_control_sizehint_test db main $hint
|
| H A D | cursorhint.test | 61 # each t2 access has a cursor hint based on the current t1.a value.
|
| H A D | with6.test | 12 # focus of this file is the MATERIALIZED hint to common table expressions
|
| H A D | fts1porter.test | 10027 hint hint
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 4921 Blob hint = {0, 0, 0}; /* Hint read from %_stat table */ in sqlite3Fts3Incrmerge() local 4931 rc = fts3IncrmergeHintLoad(p, &hint); in sqlite3Fts3Incrmerge() 4960 if( rc==SQLITE_OK && hint.n ){ in sqlite3Fts3Incrmerge() 4961 int nHint = hint.n; in sqlite3Fts3Incrmerge() 4965 rc = fts3IncrmergeHintPop(&hint, &iHintAbsLevel, &nHintSeg); in sqlite3Fts3Incrmerge() 4980 hint.n = nHint; in sqlite3Fts3Incrmerge() 5054 fts3IncrmergeHintPush(&hint, iAbsLevel, nSeg, &rc); in sqlite3Fts3Incrmerge() 5073 rc = fts3IncrmergeHintStore(p, &hint); in sqlite3Fts3Incrmerge() 5077 sqlite3_free(hint.a); in sqlite3Fts3Incrmerge()
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite.h.in | 878 ** layer a hint of how large the database file will grow to be during the 879 ** current transaction. This hint is not guaranteed to be accurate but it 881 ** file space based on this hint in order to help writes to the database 1841 ** type int, interpreted as a boolean, which if true provides a hint to 1846 ** allocations are avoided. This hint is normally off. 4059 ** <dd>The SQLITE_PREPARE_PERSISTENT flag is a hint to the query planner 4065 ** on this hint by avoiding the use of [lookaside memory] so as not to 4067 ** SQLite may act on this hint differently. 7119 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag 9569 ** this hint as permission to substitute a return value that is less
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 5021 hint hint hip hip
|