HomeSort by relevance Sort by last modified time
    Searched refs:xmlparseobject (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Modules/clinic/
pyexpat.c.h 17 pyexpat_xmlparser_Parse_impl(xmlparseobject *self, PyObject *data,
21 pyexpat_xmlparser_Parse(xmlparseobject *self, PyObject *args)
56 pyexpat_xmlparser_SetBase_impl(xmlparseobject *self, const char *base);
59 pyexpat_xmlparser_SetBase(xmlparseobject *self, PyObject *arg)
83 pyexpat_xmlparser_GetBase_impl(xmlparseobject *self);
86 pyexpat_xmlparser_GetBase(xmlparseobject *self, PyObject *Py_UNUSED(ignored))
104 pyexpat_xmlparser_GetInputContext_impl(xmlparseobject *self);
107 pyexpat_xmlparser_GetInputContext(xmlparseobject *self, PyObject *Py_UNUSED(ignored))
122 pyexpat_xmlparser_ExternalEntityParserCreate_impl(xmlparseobject *self,
127 pyexpat_xmlparser_ExternalEntityParserCreate(xmlparseobject *self, PyObject *args
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 82 } xmlparseobject; typedef in typeref:struct:__anon4470
121 set_error(xmlparseobject *self, enum XML_Error code)
145 have_handler(xmlparseobject *self, int type)
226 static void clear_handlers(xmlparseobject *self, int initial);
254 flag_error(xmlparseobject *self)
337 xmlparseobject *self)
388 string_intern(xmlparseobject *self, const char* str)
413 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len)
457 flush_character_buffer(xmlparseobject *self)
470 xmlparseobject *self = (xmlparseobject *) userData;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c 82 } xmlparseobject; typedef in typeref:struct:__anon4806
121 set_error(xmlparseobject *self, enum XML_Error code)
145 have_handler(xmlparseobject *self, int type)
226 static void clear_handlers(xmlparseobject *self, int initial);
254 flag_error(xmlparseobject *self)
337 xmlparseobject *self)
388 string_intern(xmlparseobject *self, const char* str)
413 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len)
457 flush_character_buffer(xmlparseobject *self)
470 xmlparseobject *self = (xmlparseobject *) userData;
    [all...]
  /external/python/cpython2/Modules/
pyexpat.c 82 } xmlparseobject; typedef in typeref:struct:__anon32860
121 set_error(xmlparseobject *self, enum XML_Error code)
145 have_handler(xmlparseobject *self, int type)
226 static void clear_handlers(xmlparseobject *self, int initial);
254 flag_error(xmlparseobject *self)
337 xmlparseobject *self)
388 string_intern(xmlparseobject *self, const char* str)
413 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len)
457 flush_character_buffer(xmlparseobject *self)
470 xmlparseobject *self = (xmlparseobject *) userData
    [all...]
  /external/python/cpython3/Modules/
pyexpat.c 69 } xmlparseobject; typedef in typeref:struct:__anon33485
110 set_error(xmlparseobject *self, enum XML_Error code)
135 have_handler(xmlparseobject *self, int type)
185 static void clear_handlers(xmlparseobject *self, int initial);
213 flag_error(xmlparseobject *self)
222 xmlparseobject *self)
235 string_intern(xmlparseobject *self, const char* str)
260 call_character_handler(xmlparseobject *self, const XML_Char *buffer, int len)
298 flush_character_buffer(xmlparseobject *self)
311 xmlparseobject *self = (xmlparseobject *) userData
    [all...]

Completed in 1070 milliseconds