Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libxml/src/include/libxml/
Duri.h34 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 */
[all …]
/external/cronet/stable/third_party/libxml/src/include/libxml/
Duri.h34 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 */
[all …]
/external/libxml2/include/libxml/
Duri.h34 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 */
[all …]