Home
last modified time | relevance | path

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

/haiku/src/kits/support/
H A DUrl.cpp1071 int end_authority = char_offset_until_fn_false(url_c, length, in _ExplodeUrlString() local
1073 SetAuthority(BString(&url_c[offset], end_authority - offset)); in _ExplodeUrlString()
1075 offset = end_authority; in _ExplodeUrlString()