Searched defs:_xmlURI (Results 1 – 2 of 2) sorted by relevance
33 struct _xmlURI { struct34 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 …]
62 struct _xmlURI { struct63 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 …]