Lines Matching defs:URLComponentSource
586 struct URLComponentSource { struct
590 URLComponentSource() in URLComponentSource() argument
603 explicit URLComponentSource(const CHAR* default_value) in URLComponentSource() function
614 const CHAR* scheme;
615 const CHAR* username;
616 const CHAR* password;
617 const CHAR* host;
618 const CHAR* port;
619 const CHAR* path;
620 const CHAR* query;
621 const CHAR* ref;