Searched refs:epilogProcessor (Results 1 – 2 of 2) sorted by relevance
/external/expat/expat/lib/ |
D | xmlparse.c | 466 static Processor epilogProcessor; variable 3096 parser->m_processor = epilogProcessor; in doContent() 3098 return epilogProcessor(parser, next, end, nextPtr); in doContent() 3157 parser->m_processor = epilogProcessor; in doContent() 3159 return epilogProcessor(parser, next, end, nextPtr); in doContent() 5763 epilogProcessor(XML_Parser parser, const char *s, const char *end, in epilogProcessor() function 5765 parser->m_processor = epilogProcessor; in epilogProcessor()
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 466 static Processor epilogProcessor; variable 3096 parser->m_processor = epilogProcessor; in doContent() 3098 return epilogProcessor(parser, next, end, nextPtr); in doContent() 3157 parser->m_processor = epilogProcessor; in doContent() 3159 return epilogProcessor(parser, next, end, nextPtr); in doContent() 5763 epilogProcessor(XML_Parser parser, const char *s, const char *end, in epilogProcessor() function 5765 parser->m_processor = epilogProcessor; in epilogProcessor()
|