Searched refs:multipleMarker (Results 1 – 1 of 1) sorted by relevance
317 int multipleMarker = 0; in emitIndexEntries() local328 if (multipleMarker == 0) in emitIndexEntries()329 multipleMarker = 1; // Start of a duplicate index in emitIndexEntries()330 else if (multipleMarker == 1) in emitIndexEntries()331 multipleMarker = 2; // Inside a duplicate index in emitIndexEntries()332 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries()334 if (multipleMarker == 1) in emitIndexEntries()335 multipleMarker = 2; // Inside a duplicate index in emitIndexEntries()336 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries()337 multipleMarker = 0; // Not in a duplicate index any more in emitIndexEntries()[all …]