Home
last modified time | relevance | path

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

/haiku/src/kits/support/
H A DUrl.cpp1022 int32 end_protocol = char_offset_until_fn_false(url_c, length, in _ExplodeUrlString() local
1025 if (end_protocol < length) { in _ExplodeUrlString()
1026 SetProtocol(BString(&url_c[offset], end_protocol - offset)); in _ExplodeUrlString()
1028 offset = end_protocol; in _ExplodeUrlString()