Searched refs:end_protocol (Results 1 – 1 of 1) sorted by relevance
1022 int32 end_protocol = char_offset_until_fn_false(url_c, length, in _ExplodeUrlString() local1025 if (end_protocol < length) { in _ExplodeUrlString()1026 SetProtocol(BString(&url_c[offset], end_protocol - offset)); in _ExplodeUrlString()1028 offset = end_protocol; in _ExplodeUrlString()