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()
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()
[all …]
/external/python/cpython3/Modules/
Dpyexpat.c70 } xmlparseobject; typedef
110 set_error(xmlparseobject *self, enum XML_Error code) in set_error()
135 have_handler(xmlparseobject *self, int type) in have_handler()
170 static void clear_handlers(xmlparseobject *self, int initial);
198 flag_error(xmlparseobject *self) in flag_error()
207 xmlparseobject *self) in call_with_frame()
220 string_intern(xmlparseobject *self, const char* str) in string_intern()
250 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len) in call_character_handler()
288 flush_character_buffer(xmlparseobject *self) in flush_character_buffer()
301 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 …]