Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlURI

957  * Simply creates an empty xmlURI
965 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
971 memset(ret, 0, sizeof(xmlURI));
977 * @uri: pointer to an xmlURI
1383 * @uri: pointer to an xmlURI
1400 * @uri: pointer to an xmlURI
1402 * Make sure the xmlURI struct is free of content
1430 * @uri: pointer to an xmlURI
1432 * Free up the xmlURI struct
2579 xmlURI temp;