Searched refs:apIdx (Results 1 – 1 of 1) sorted by relevance
44 Index **apIdx = 0; /* An array of indices that need updating too */ in sqliteUpdate() local172 apIdx = sqliteMalloc( sizeof(Index*) * nIdx + nIdxTotal ); in sqliteUpdate()173 if( apIdx==0 ) goto update_cleanup; in sqliteUpdate()174 aIdxUsed = (char*)&apIdx[nIdx]; in sqliteUpdate()185 apIdx[nIdx++] = pIdx; in sqliteUpdate()453 sqliteFree(apIdx); in sqliteUpdate()