Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c199 int nInstCount; /* Number of phrase instances */ member
1979 pCsr->nInstCount = nInst; in fts5CacheInstArray()
1990 *pnInst = pCsr->nInstCount; in fts5ApiInstCount()
2007 if( iIdx<0 || iIdx>=pCsr->nInstCount ){ in fts5ApiInst()