Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c4836 const char *aHint = sqlite3_column_blob(pSelect, 0); in fts3IncrmergeHintLoad() local
4838 if( aHint ){ in fts3IncrmergeHintLoad()
4841 if( ALWAYS(pHint->a!=0) ) memcpy(pHint->a, aHint, nHint); in fts3IncrmergeHintLoad()