Home
last modified time | relevance | path

Searched refs:xmlparseobject (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dpyexpat.c.h17 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()
[all …]
/external/python/cpython3/Modules/
Dpyexpat.c69 } xmlparseobject; typedef
110 set_error(xmlparseobject *self, enum XML_Error code) in set_error()
135 have_handler(xmlparseobject *self, int type) in have_handler()
183 static void clear_handlers(xmlparseobject *self, int initial);
211 flag_error(xmlparseobject *self) in flag_error()
220 xmlparseobject *self) in call_with_frame()
233 string_intern(xmlparseobject *self, const char* str) in string_intern()
260 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len) in call_character_handler()
298 flush_character_buffer(xmlparseobject *self) in flush_character_buffer()
311 xmlparseobject *self = (xmlparseobject *) userData; in my_CharacterDataHandler()
[all …]
/external/python/cpython2/Modules/
Dpyexpat.c82 } xmlparseobject; typedef
121 set_error(xmlparseobject *self, enum XML_Error code) in set_error()
145 have_handler(xmlparseobject *self, int type) in have_handler()
226 static void clear_handlers(xmlparseobject *self, int initial);
254 flag_error(xmlparseobject *self) in flag_error()
337 xmlparseobject *self) in call_with_frame()
388 string_intern(xmlparseobject *self, const char* str) in string_intern()
413 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len) in call_character_handler()
457 flush_character_buffer(xmlparseobject *self) in flush_character_buffer()
470 xmlparseobject *self = (xmlparseobject *) userData; in my_CharacterDataHandler()
[all …]