Searched refs:m_declNotationName (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 687 const XML_Char *m_declNotationName; member 1200 parser->m_declNotationName = NULL; in parserInit() 5163 parser->m_declNotationName = NULL; in doProlog() 5165 parser->m_declNotationName in doProlog() 5167 if (! parser->m_declNotationName) in doProlog() 5177 ->m_declNotationName) { /* means m_notationDeclHandler != NULL */ in doProlog() 5190 if (parser->m_declNotationName && parser->m_notationDeclHandler) { in doProlog() 5198 parser->m_handlerArg, parser->m_declNotationName, parser->m_curBase, in doProlog() 5208 parser->m_handlerArg, parser->m_declNotationName, parser->m_curBase, in doProlog()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 670 const XML_Char *m_declNotationName; member 1139 parser->m_declNotationName = NULL; in parserInit() 5212 parser->m_declNotationName = NULL; in doProlog() 5214 parser->m_declNotationName in doProlog() 5216 if (! parser->m_declNotationName) in doProlog() 5226 ->m_declNotationName) { /* means m_notationDeclHandler != NULL */ in doProlog() 5239 if (parser->m_declNotationName && parser->m_notationDeclHandler) { in doProlog() 5247 parser->m_handlerArg, parser->m_declNotationName, parser->m_curBase, in doProlog() 5257 parser->m_handlerArg, parser->m_declNotationName, parser->m_curBase, in doProlog()
|
Completed in 21 milliseconds