Searched refs:azNotindexed (Results 1 – 1 of 1) sorted by relevance
1207 char **azNotindexed = 0; /* The set of notindexed= columns */ in fts3InitVtab() local1222 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 …]