Lines Matching refs:xmlparseobject
17 pyexpat_xmlparser_Parse_impl(xmlparseobject *self, PyTypeObject *cls,
21 pyexpat_xmlparser_Parse(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t … in pyexpat_xmlparser_Parse()
49 pyexpat_xmlparser_ParseFile_impl(xmlparseobject *self, PyTypeObject *cls,
53 pyexpat_xmlparser_ParseFile(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssiz… in pyexpat_xmlparser_ParseFile()
80 pyexpat_xmlparser_SetBase_impl(xmlparseobject *self, const char *base);
83 pyexpat_xmlparser_SetBase(xmlparseobject *self, PyObject *arg) in pyexpat_xmlparser_SetBase()
117 pyexpat_xmlparser_GetBase_impl(xmlparseobject *self);
120 pyexpat_xmlparser_GetBase(xmlparseobject *self, PyObject *Py_UNUSED(ignored)) in pyexpat_xmlparser_GetBase()
138 pyexpat_xmlparser_GetInputContext_impl(xmlparseobject *self);
141 pyexpat_xmlparser_GetInputContext(xmlparseobject *self, PyObject *Py_UNUSED(ignored)) in pyexpat_xmlparser_GetInputContext()
157 pyexpat_xmlparser_ExternalEntityParserCreate_impl(xmlparseobject *self,
163 pyexpat_xmlparser_ExternalEntityParserCreate(xmlparseobject *self, PyTypeObject *cls, PyObject *con… in pyexpat_xmlparser_ExternalEntityParserCreate()
196 pyexpat_xmlparser_SetParamEntityParsing_impl(xmlparseobject *self, int flag);
199 pyexpat_xmlparser_SetParamEntityParsing(xmlparseobject *self, PyObject *arg) in pyexpat_xmlparser_SetParamEntityParsing()
230 pyexpat_xmlparser_UseForeignDTD_impl(xmlparseobject *self, PyTypeObject *cls,
234 pyexpat_xmlparser_UseForeignDTD(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_… in pyexpat_xmlparser_UseForeignDTD()