Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1207 char **azNotindexed = 0; /* The set of notindexed= columns */ in fts3InitVtab() local
1222 azNotindexed = (char **)sqlite3_malloc64(nByte); in fts3InitVtab()
1224 if( azNotindexed ){ in fts3InitVtab()
1225 memset(azNotindexed, 0, nByte); in fts3InitVtab()
1227 if( !aCol || !azNotindexed ){ in fts3InitVtab()
1334 azNotindexed[nNotindexed++] = zVal; in fts3InitVtab()
1477 char *zNot = azNotindexed[i]; in fts3InitVtab()
1483 azNotindexed[i] = 0; in fts3InitVtab()
1488 if( azNotindexed[i] ){ in fts3InitVtab()
1536 for(i=0; i<nNotindexed; i++) sqlite3_free(azNotindexed[i]); in fts3InitVtab()
[all …]