Searched refs:zNot (Results 1 – 1 of 1) sorted by relevance
1477 char *zNot = azNotindexed[i]; in fts3InitVtab() local1478 if( zNot && n==(int)strlen(zNot) in fts3InitVtab()1479 && 0==sqlite3_strnicmp(p->azColumn[iCol], zNot, n) in fts3InitVtab()1482 sqlite3_free(zNot); in fts3InitVtab()