Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1208 int nNotindexed = 0; /* Size of azNotindexed[] array */ in fts3InitVtab() local
1334 azNotindexed[nNotindexed++] = zVal; in fts3InitVtab()
1476 for(i=0; i<nNotindexed; i++){ in fts3InitVtab()
1487 for(i=0; i<nNotindexed; i++){ in fts3InitVtab()
1536 for(i=0; i<nNotindexed; i++) sqlite3_free(azNotindexed[i]); in fts3InitVtab()