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

/haiku-fatelf/src/kits/network/libnetapi/
H A DUrl.cpp409 fUser = _DoUrlDecodeChunk(fUser, strict);
410 fPassword = _DoUrlDecodeChunk(fPassword, strict);
411 fHost = _DoUrlDecodeChunk(fHost, strict);
412 fFragment = _DoUrlDecodeChunk(fFragment, strict);
413 fPath = _DoUrlDecodeChunk(fPath, strict);
430 return _DoUrlDecodeChunk(url, strict);
770 BUrl::_DoUrlDecodeChunk(const BString& chunk, bool strict) function in class:BUrl
/haiku-fatelf/headers/os/net/
H A DUrl.h102 static BString _DoUrlDecodeChunk(const BString& chunk,

Completed in 39 milliseconds