Searched refs:char_offset_until_fn_false (Results 1 – 1 of 1) sorted by relevance
/haiku/src/kits/support/ |
H A D | Url.cpp | 983 char_offset_until_fn_false(const char* url, int32 len, int32 offset, in char_offset_until_fn_false() function 1022 int32 end_protocol = char_offset_until_fn_false(url_c, length, in _ExplodeUrlString() 1071 int end_authority = char_offset_until_fn_false(url_c, length, in _ExplodeUrlString() 1081 int end_path = char_offset_until_fn_false(url_c, length, offset, in _ExplodeUrlString() 1098 int end_request = char_offset_until_fn_false(url_c, length, in _ExplodeUrlString() 1204 int32 end_username = char_offset_until_fn_false( in SetAuthority() 1222 int32 end_password = char_offset_until_fn_false( in SetAuthority() 1249 int32 end_ipv6_host = char_offset_until_fn_false( in SetAuthority() 1263 int32 end_host = char_offset_until_fn_false( in SetAuthority() 1278 int32 end_port = char_offset_until_fn_false( in SetAuthority()
|