Lines Matching refs:xmlparseobject
17 pyexpat_xmlparser_Parse_impl(xmlparseobject *self, PyObject *data,
21 pyexpat_xmlparser_Parse(xmlparseobject *self, PyObject *const *args, Py_ssize_t nargs) in pyexpat_xmlparser_Parse()
69 pyexpat_xmlparser_SetBase_impl(xmlparseobject *self, const char *base);
72 pyexpat_xmlparser_SetBase(xmlparseobject *self, PyObject *arg) in pyexpat_xmlparser_SetBase()
106 pyexpat_xmlparser_GetBase_impl(xmlparseobject *self);
109 pyexpat_xmlparser_GetBase(xmlparseobject *self, PyObject *Py_UNUSED(ignored)) in pyexpat_xmlparser_GetBase()
127 pyexpat_xmlparser_GetInputContext_impl(xmlparseobject *self);
130 pyexpat_xmlparser_GetInputContext(xmlparseobject *self, PyObject *Py_UNUSED(ignored)) in pyexpat_xmlparser_GetInputContext()
146 pyexpat_xmlparser_ExternalEntityParserCreate_impl(xmlparseobject *self,
151 pyexpat_xmlparser_ExternalEntityParserCreate(xmlparseobject *self, PyObject *const *args, Py_ssize_… in pyexpat_xmlparser_ExternalEntityParserCreate()
216 pyexpat_xmlparser_SetParamEntityParsing_impl(xmlparseobject *self, int flag);
219 pyexpat_xmlparser_SetParamEntityParsing(xmlparseobject *self, PyObject *arg) in pyexpat_xmlparser_SetParamEntityParsing()
255 pyexpat_xmlparser_UseForeignDTD_impl(xmlparseobject *self, int flag);
258 pyexpat_xmlparser_UseForeignDTD(xmlparseobject *self, PyObject *const *args, Py_ssize_t nargs) in pyexpat_xmlparser_UseForeignDTD()