Lines Matching defs:_xmlURI
62 struct _xmlURI { struct
63 char *scheme; /* the URI scheme */
64 char *opaque; /* opaque part */
65 char *authority; /* the authority part */
66 char *server; /* the server part */
67 char *user; /* the user part */
68 int port; /* the port number */
69 char *path; /* the path string */
70 char *query; /* the query string (deprecated - use with caution) */
71 char *fragment; /* the fragment identifier */
72 int cleanup; /* parsing potentially unclean URI */
73 char *query_raw; /* the query string (as it appears in the URI) */