• Home
  • Raw
  • Download

Lines Matching refs:PyObject_CallMethod

936             result = PyObject_CallMethod(handler, (char *) "startElement",  in pythonStartElement()
939 result = PyObject_CallMethod(handler, (char *) "start", in pythonStartElement()
960 PyObject_CallMethod(handler, (char *) "startDocument", NULL); in pythonStartDocument()
979 PyObject_CallMethod(handler, (char *) "endDocument", NULL); in pythonEndDocument()
1001 result = PyObject_CallMethod(handler, (char *) "endElement", in pythonEndElement()
1007 result = PyObject_CallMethod(handler, (char *) "end", in pythonEndElement()
1026 result = PyObject_CallMethod(handler, (char *) "reference", in pythonReference()
1051 result = PyObject_CallMethod(handler, (char *) "characters", in pythonCharacters()
1054 result = PyObject_CallMethod(handler, (char *) "data", in pythonCharacters()
1080 PyObject_CallMethod(handler, in pythonIgnorableWhitespace()
1085 PyObject_CallMethod(handler, (char *) "data", in pythonIgnorableWhitespace()
1103 result = PyObject_CallMethod(handler, (char *) in pythonProcessingInstruction()
1122 PyObject_CallMethod(handler, (char *) "comment", (char *) "s", in pythonComment()
1148 PyObject_CallMethod(handler, (char *) "warning", (char *) "s", in pythonWarning()
1174 PyObject_CallMethod(handler, (char *) "error", (char *) "s", in pythonError()
1200 PyObject_CallMethod(handler, (char *) "fatalError", in pythonFatalError()
1226 PyObject_CallMethod(handler, (char *) "cdataBlock", in pythonCdataBlock()
1230 PyObject_CallMethod(handler, (char *) "cdata", in pythonCdataBlock()
1253 PyObject_CallMethod(handler, (char *) "externalSubset", in pythonExternalSubset()
1272 result = PyObject_CallMethod(handler, (char *) "entityDecl", in pythonEntityDecl()
1294 result = PyObject_CallMethod(handler, (char *) "notationDecl", in pythonNotationDecl()
1332 result = PyObject_CallMethod(handler, (char *) "attributeDecl", in pythonAttributeDecl()
1358 result = PyObject_CallMethod(handler, (char *) "elementDecl", in pythonElementDecl()
1379 PyObject_CallMethod(handler, (char *) "unparsedEntityDecl", in pythonUnparsedEntityDecl()
1401 result = PyObject_CallMethod(handler, (char *) "internalSubset", in pythonInternalSubset()