Searched refs:space1 (Results 1 – 1 of 1) sorted by relevance
641 ssize_t space1 = response->mStatusLine.find(" "); in receiveRTSPReponse() local642 if (space1 < 0) { in receiveRTSPReponse()645 ssize_t space2 = response->mStatusLine.find(" ", space1 + 1); in receiveRTSPReponse()652 if (!IsRTSPVersion(AString(response->mStatusLine, 0, space1))) { in receiveRTSPReponse()664 response->mStatusLine, space1 + 1, space2 - space1 - 1); in receiveRTSPReponse()772 ssize_t space1 = request->mStatusLine.find(" "); in handleServerRequest() local773 CHECK_GE(space1, 0); in handleServerRequest()950 ssize_t space1 = request.find(" "); in GetMethodAndURL() local951 CHECK_GE(space1, 0); in GetMethodAndURL()953 ssize_t space2 = request.find(" ", space1 + 1); in GetMethodAndURL()[all …]