• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/

Lines Matching refs:xmlURIPtr

21 static void xmlCleanURI(xmlURIPtr uri);
177 xmlParse3986Scheme(xmlURIPtr uri, const char **str) {
213 xmlParse3986Fragment(xmlURIPtr uri, const char **str)
250 xmlParse3986Query(xmlURIPtr uri, const char **str)
294 xmlParse3986Port(xmlURIPtr uri, const char **str)
325 xmlParse3986Userinfo(xmlURIPtr uri, const char **str)
400 xmlParse3986Host(xmlURIPtr uri, const char **str)
476 xmlParse3986Authority(xmlURIPtr uri, const char **str)
547 xmlParse3986PathAbEmpty(xmlURIPtr uri, const char **str)
587 xmlParse3986PathAbsolute(xmlURIPtr uri, const char **str)
633 xmlParse3986PathRootless(xmlURIPtr uri, const char **str)
675 xmlParse3986PathNoScheme(xmlURIPtr uri, const char **str)
720 xmlParse3986HierPart(xmlURIPtr uri, const char **str)
769 xmlParse3986RelativeRef(xmlURIPtr uri, const char *str) {
823 xmlParse3986URI(xmlURIPtr uri, const char *str) {
864 xmlParse3986URIReference(xmlURIPtr uri, const char *str) {
895 * Returns a newly built xmlURIPtr or NULL in case of error
897 xmlURIPtr
899 xmlURIPtr uri;
928 xmlParseURIReference(xmlURIPtr uri, const char *str) {
941 * Returns a newly built xmlURIPtr or NULL in case of error
943 xmlURIPtr
945 xmlURIPtr uri;
977 xmlURIPtr
979 xmlURIPtr ret;
981 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
1000 xmlSaveUri(xmlURIPtr uri) {
1404 xmlPrintURI(FILE *stream, xmlURIPtr uri) {
1421 xmlCleanURI(xmlURIPtr uri) {
1451 xmlFreeURI(xmlURIPtr uri) {
1822 xmlURIPtr uri;
1962 xmlURIPtr ref = NULL;
1963 xmlURIPtr bas = NULL;
1964 xmlURIPtr res = NULL;
2247 xmlURIPtr ref = NULL;
2248 xmlURIPtr bas = NULL;
2475 xmlURIPtr uri;
2594 xmlURIPtr uri;