Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/expat/
Dxmlparse.c443 static Processor epilogProcessor; variable
3011 parser->m_processor = epilogProcessor; in doContent()
3013 return epilogProcessor(parser, next, end, nextPtr); in doContent()
3072 parser->m_processor = epilogProcessor; in doContent()
3074 return epilogProcessor(parser, next, end, nextPtr); in doContent()
5644 epilogProcessor(XML_Parser parser, const char *s, const char *end, in epilogProcessor() function
5646 parser->m_processor = epilogProcessor; in epilogProcessor()
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c465 static Processor epilogProcessor; variable
3086 parser->m_processor = epilogProcessor; in doContent()
3088 return epilogProcessor(parser, next, end, nextPtr); in doContent()
3147 parser->m_processor = epilogProcessor; in doContent()
3149 return epilogProcessor(parser, next, end, nextPtr); in doContent()
5753 epilogProcessor(XML_Parser parser, const char *s, const char *end, in epilogProcessor() function
5755 parser->m_processor = epilogProcessor; in epilogProcessor()
/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c399 static Processor epilogProcessor; variable
2934 parser->m_processor = epilogProcessor; in doContent()
2936 return epilogProcessor(parser, next, end, nextPtr); in doContent()
2991 return epilogProcessor(parser, next, end, nextPtr); in doContent()
5319 epilogProcessor(XML_Parser parser, in epilogProcessor() function
5324 parser->m_processor = epilogProcessor; in epilogProcessor()