Searched defs:URLComponentSource (Results 1 – 1 of 1) sorted by relevance
589 struct URLComponentSource { struct593 URLComponentSource() in URLComponentSource() function606 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() argument617 const CHAR* scheme;618 const CHAR* username;619 const CHAR* password;620 const CHAR* host;621 const CHAR* port;622 const CHAR* path;623 const CHAR* query;[all …]