Home
last modified time | relevance | path

Searched defs:_xmlURI (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/include/libxml/
Duri.h33 struct _xmlURI { struct
34 char *scheme; /* the URI scheme */
35 char *opaque; /* opaque part */
36 char *authority; /* the authority part */
37 char *server; /* the server part */
38 char *user; /* the user part */
39 int port; /* the port number */
40 char *path; /* the path string */
41 char *query; /* the query string (deprecated - use with caution) */
42 char *fragment; /* the fragment identifier */
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Duri.in.h62 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 */
[all …]