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

/haiku/src/kits/support/
H A DUrl.cpp1010 const char *url_c = url.String(); local
1022 int32 end_protocol = char_offset_until_fn_false(url_c, length,
1026 SetProtocol(BString(&url_c[offset], end_protocol - offset));
1057 if (strncmp(&url_c[offset], "//", 2) == 0) {
1071 int end_authority = char_offset_until_fn_false(url_c, length,
1073 SetAuthority(BString(&url_c[offset], end_authority - offset));
1081 int end_path = char_offset_until_fn_false(url_c, length, offset,
1083 BString path(&url_c[offset], end_path - offset);
1096 if (url_c[offset] == '?') {
1098 int end_request = char_offset_until_fn_false(url_c, lengt
[all...]

Completed in 37 milliseconds