Searched refs:xmlURI (Results 1 – 6 of 6) sorted by relevance
31 typedef struct _xmlURI xmlURI; typedef32 typedef xmlURI *xmlURIPtr;
60 typedef struct _xmlURI xmlURI; typedef61 typedef xmlURI *xmlURIPtr;
1044 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI)); in xmlCreateURI()1049 memset(ret, 0, sizeof(xmlURI)); in xmlCreateURI()2543 xmlURI temp; in xmlPathToURI()
16 * xmlURI:27 d xmlURI ds based(xmlURIPtr)
1023 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI)); in xmlCreateURI()1028 memset(ret, 0, sizeof(xmlURI)); in xmlCreateURI()2524 xmlURI temp; in xmlPathToURI()
157 <ANCHOR id="xmlURI" href="libxml/libxml-uri.html#xmlURI">