Home
last modified time | relevance | path

Searched refs:elname (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/expat/
Dexpat.h197 const XML_Char *elname,
/external/expat/lib/
Dexpat.h197 const XML_Char *elname,
/external/python/cpython3/Modules/expat/
Dexpat.h197 const XML_Char *elname,
/external/python/cpython3/Modules/
Dpyexpat.c594 const XML_Char *elname,
600 string_intern(self, elname), string_intern(self, attname),
/external/python/cpython2/Modules/
Dpyexpat.c767 const XML_Char *elname,
773 string_intern(self, elname), string_intern(self, attname),
/external/python/cpython2/Doc/library/
Dpyexpat.rst367 .. method:: xmlparser.AttlistDeclHandler(elname, attname, type, default, required)
371 for each attribute. *elname* is the name of the element to which the
/external/python/cpython3/Doc/library/
Dpyexpat.rst336 .. method:: xmlparser.AttlistDeclHandler(elname, attname, type, default, required)
340 for each attribute. *elname* is the name of the element to which the
/external/expat/tests/
Druntests.c280 const XML_Char *UNUSED_P(elname), in dummy_attlist_decl_handler() argument