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()
56 pyexpat_xmlparser_SetBase_impl(xmlparseobject *self, const char *base);
59 pyexpat_xmlparser_SetBase(xmlparseobject *self, PyObject *arg) in pyexpat_xmlparser_SetBase()
83 pyexpat_xmlparser_GetBase_impl(xmlparseobject *self);
86 pyexpat_xmlparser_GetBase(xmlparseobject *self, PyObject *Py_UNUSED(ignored)) in pyexpat_xmlparser_GetBase()
104 pyexpat_xmlparser_GetInputContext_impl(xmlparseobject *self);
107 pyexpat_xmlparser_GetInputContext(xmlparseobject *self, PyObject *Py_UNUSED(ignored)) in pyexpat_xmlparser_GetInputContext()
122 pyexpat_xmlparser_ExternalEntityParserCreate_impl(xmlparseobject *self,
127 pyexpat_xmlparser_ExternalEntityParserCreate(xmlparseobject *self, PyObject *const *args, Py_ssize_… in pyexpat_xmlparser_ExternalEntityParserCreate()
158 pyexpat_xmlparser_SetParamEntityParsing_impl(xmlparseobject *self, int flag);
161 pyexpat_xmlparser_SetParamEntityParsing(xmlparseobject *self, PyObject *arg) in pyexpat_xmlparser_SetParamEntityParsing()
191 pyexpat_xmlparser_UseForeignDTD_impl(xmlparseobject *self, int flag);
194 pyexpat_xmlparser_UseForeignDTD(xmlparseobject *self, PyObject *const *args, Py_ssize_t nargs) in pyexpat_xmlparser_UseForeignDTD()
220 pyexpat_xmlparser___dir___impl(xmlparseobject *self);
223 pyexpat_xmlparser___dir__(xmlparseobject *self, PyObject *Py_UNUSED(ignored)) in pyexpat_xmlparser___dir__()