Home
last modified time | relevance | path

Searched refs:_ExplodeUrlString (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/support/
H A DUrl.h103 status_t _ExplodeUrlString(const BString& urlString,
/haiku/src/kits/support/
H A DUrl.cpp135 relative._ExplodeUrlString(location, PARSE_RAW_PATH_MASK_BIT); in BUrl()
225 _ExplodeUrlString(url, PARSE_NO_MASK_BIT); in SetUrlString()
996 BUrl::_ExplodeUrlString(const BString& url, uint32 flags) in _ExplodeUrlString() function in BUrl