Searched refs:lastDictIndex (Results 1 – 2 of 2) sorted by relevance
90 ssize_t lastDictIndex = -1; in parse() local127 if (lastDictIndex >= 0) { in parse()131 AString &value = mDict.editValueAt(lastDictIndex); in parse()147 lastDictIndex = mDict.add(key, line); in parse()
672 ssize_t lastDictIndex = -1; in receiveRTSPReponse() local687 if (lastDictIndex < 0) { in receiveRTSPReponse()692 AString &value = response->mHeaders.editValueAt(lastDictIndex); in receiveRTSPReponse()710 lastDictIndex = response->mHeaders.add(key, line); in receiveRTSPReponse()