Searched refs:firstComma (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp172 int32 firstComma = additionalData.FindFirst(','); local
173 if (firstComma == -1)
174 firstComma = additionalData.Length();
177 additionalData.MoveInto(value, 0, firstComma);

Completed in 10 milliseconds