Home
last modified time | relevance | path

Searched refs:xmlURI (Results 1 – 6 of 6) sorted by relevance

/third_party/libxml2/include/libxml/
Duri.h31 typedef struct _xmlURI xmlURI; typedef
32 typedef xmlURI *xmlURIPtr;
/third_party/gettext/gnulib-local/lib/libxml/
Duri.in.h60 typedef struct _xmlURI xmlURI; typedef
61 typedef xmlURI *xmlURIPtr;
Duri.c1044 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI)); in xmlCreateURI()
1049 memset(ret, 0, sizeof(xmlURI)); in xmlCreateURI()
2543 xmlURI temp; in xmlPathToURI()
/third_party/libxml2/os400/libxmlrpg/
Duri.rpgle16 * xmlURI:
27 d xmlURI ds based(xmlURIPtr)
/third_party/libxml2/
Duri.c1023 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI)); in xmlCreateURI()
1028 memset(ret, 0, sizeof(xmlURI)); in xmlCreateURI()
2524 xmlURI temp; in xmlPathToURI()
/third_party/libxml2/doc/html/
Dindex.sgml157 <ANCHOR id="xmlURI" href="libxml/libxml-uri.html#xmlURI">