Searched refs:xmlparseobject (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
D | pyexpat.c.h | 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() [all …]
|
/third_party/python/Modules/ |
D | pyexpat.c | 81 } xmlparseobject; typedef 119 set_error(pyexpat_state *state, xmlparseobject *self, enum XML_Error code) in set_error() 144 have_handler(xmlparseobject *self, int type) in have_handler() 179 static void clear_handlers(xmlparseobject *self, int initial); 207 flag_error(xmlparseobject *self) in flag_error() 216 xmlparseobject *self) in call_with_frame() 229 string_intern(xmlparseobject *self, const char* str) in string_intern() 259 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len) in call_character_handler() 297 flush_character_buffer(xmlparseobject *self) in flush_character_buffer() 310 xmlparseobject *self = (xmlparseobject *) userData; in my_CharacterDataHandler() [all …]
|