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

/haiku-fatelf/src/kits/network/libnetapi/
H A DUrl.cpp626 int16 userInfoEnd = urlString.FindFirst('@', *origin); local
629 if (userInfoEnd != -1) {
631 urlString.CopyInto(userInfo, *origin, userInfoEnd - *origin);
651 *origin = userInfoEnd + 1;

Completed in 31 milliseconds