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

/haiku/src/kits/support/
H A DUrl.cpp1195 const char *authority_c = authority.String(); local
1205 authority_c, length, offset, _IsUsernameChar);
1207 SetUserName(BString(&authority_c[offset],
1223 authority_c, length, offset, _IsPasswordChar);
1225 SetPassword(BString(&authority_c[offset],
1234 if (authority_c[offset] == '@') {
1248 if (authority_c[offset] == '[') {
1250 authority_c, length, offset + 1, _IsIPV6Char);
1252 if (authority_c[end_ipv6_host] == ']') {
1253 SetHost(BString(&authority_c[offse
[all...]

Completed in 28 milliseconds