Lines Matching defs:URLComponentSource
591 struct URLComponentSource { struct
595 URLComponentSource() in URLComponentSource() function
608 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() argument
619 const CHAR* scheme;
620 const CHAR* username;
621 const CHAR* password;
622 const CHAR* host;
623 const CHAR* port;
624 const CHAR* path;
625 const CHAR* query;
626 const CHAR* ref;