Lines Matching defs:_xmlURI
34 struct _xmlURI { struct
35 char *scheme; /* the URI scheme */
36 char *opaque; /* opaque part */
37 char *authority; /* the authority part */
38 char *server; /* the server part */
39 char *user; /* the user part */
40 int port; /* the port number */
41 char *path; /* the path string */
42 char *query; /* the query string (deprecated - use with caution) */
43 char *fragment; /* the fragment identifier */
44 int cleanup; /* parsing potentially unclean URI */
45 char *query_raw; /* the query string (as it appears in the URI) */