Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlURI

1008  * Simply creates an empty xmlURI
1016 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
1021 memset(ret, 0, sizeof(xmlURI));
1052 * @uri: pointer to an xmlURI
1328 * @uri: pointer to an xmlURI
1345 * @uri: pointer to an xmlURI
1347 * Make sure the xmlURI struct is free of content
1375 * @uri: pointer to an xmlURI
1377 * Free up the xmlURI struct
2530 xmlURI temp;