Searched refs:terminalIndex (Results 1 – 1 of 1) sorted by relevance
69 const int terminalIndex = std::min(static_cast<int>(it->second.size()), outValueSize - 1); in readHeaderValueOrQuestionMark() local70 for (int i = 0; i < terminalIndex; ++i) { in readHeaderValueOrQuestionMark()73 outValue[terminalIndex] = '\0'; in readHeaderValueOrQuestionMark()