Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1477 char *zNot = azNotindexed[i]; in fts3InitVtab() local
1478 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()