Searched refs:nNotindexed (Results 1 – 1 of 1) sorted by relevance
1208 int nNotindexed = 0; /* Size of azNotindexed[] array */ in fts3InitVtab() local1334 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()