Searched refs:tagPos (Results 1 – 4 of 4) sorted by relevance
338 size_t tagPos = headerlines[i].find(":"); in ParseRequest() local339 if (tagPos == std::string_view::npos) { in ParseRequest()344 std::string_view tag = headerlines[i].substr(0, tagPos); in ParseRequest()346 std::string value(headerlines[i].data() + tagPos + strlen(":"), in ParseRequest()347 headerlines[i].size() - tagPos - strlen(":")); in ParseRequest()
332 size_t tagPos = headerlines[i].find(":"); in ParseRequest() local333 if (tagPos == std::string_view::npos) { in ParseRequest()338 std::string_view tag = headerlines[i].substr(0, tagPos); in ParseRequest()340 std::string value(headerlines[i].data() + tagPos + strlen(":"), in ParseRequest()341 headerlines[i].size() - tagPos - strlen(":")); in ParseRequest()
389 size_t tagPos = headerlines[i].find(":"); in ParseRequest() local390 if (tagPos == std::string_view::npos) { in ParseRequest()395 std::string_view tag = headerlines[i].substr(0, tagPos); in ParseRequest()397 std::string value(headerlines[i].data() + tagPos + strlen(":"), in ParseRequest()398 headerlines[i].size() - tagPos - strlen(":")); in ParseRequest()
390 size_t tagPos = headerlines[i].find(":"); in ParseRequest() local391 if (tagPos == std::string_view::npos) { in ParseRequest()396 std::string_view tag = headerlines[i].substr(0, tagPos); in ParseRequest()398 std::string value(headerlines[i].data() + tagPos + strlen(":"), in ParseRequest()399 headerlines[i].size() - tagPos - strlen(":")); in ParseRequest()