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

/haiku-fatelf/src/kits/network/libnetapi/
H A DHttpHeaders.cpp81 int32 separatorLocation = strLine.FindFirst(": "); local
83 if (separatorLocation == B_ERROR)
86 strLine.MoveInto(fName, 0, separatorLocation);

Completed in 89 milliseconds