Home | History | Annotate | Download | only in python

Lines Matching defs:URI

801 pythonInputMatchCallback(ATTRIBUTE_UNUSED const char *URI)
803 /* Always return success, real decision whether URI is supported will be
809 pythonInputOpenCallback(const char *URI)
814 (char *)"s", URI);
1456 const char *URI;
1464 &size, &URI))
1469 pyobj_SAX, chunk, size, URI);
1476 ret = xmlCreatePushParserCtxt(SAX, pyobj_SAX, chunk, size, URI);
1488 const char *URI;
1496 &size, &URI))
1501 pyobj_SAX, chunk, size, URI);
1508 ret = htmlCreatePushParserCtxt(SAX, pyobj_SAX, chunk, size, URI,
1523 const char *URI;
1528 &URI, &recover))
1533 pyobj_SAX, URI, recover);
1542 xmlSAXUserParseFile(SAX, pyobj_SAX, URI);
1552 const char *URI;
1558 (args, (char *) "Osz:htmlSAXParseFile", &pyobj_SAX, &URI,
1564 pyobj_SAX, URI, encoding);
1573 htmlSAXParseFile(URI, encoding, SAX, pyobj_SAX);
2245 printf("libxml_xmlXPathFuncCallback called name %s URI %s\n", name,