Home
last modified time | relevance | path

Searched refs:declNotationName (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/expat/
Dxmlparse.c637 #define declNotationName (parser->m_declNotationName) macro
884 declNotationName = NULL; in parserInit()
4355 declNotationName = NULL; in doProlog()
4357 declNotationName = poolStoreString(&tempPool, enc, s, next); in doProlog()
4358 if (!declNotationName) in doProlog()
4367 if (declNotationName) { /* means notationDeclHandler != NULL */ in doProlog()
4381 if (declNotationName && notationDeclHandler) { in doProlog()
4390 declNotationName, in doProlog()
4402 declNotationName, in doProlog()
/external/expat/lib/
Dxmlparse.c645 #define declNotationName (parser->m_declNotationName) macro
919 declNotationName = NULL; in parserInit()
4391 declNotationName = NULL; in doProlog()
4393 declNotationName = poolStoreString(&tempPool, enc, s, next); in doProlog()
4394 if (!declNotationName) in doProlog()
4403 if (declNotationName) { /* means notationDeclHandler != NULL */ in doProlog()
4417 if (declNotationName && notationDeclHandler) { in doProlog()
4426 declNotationName, in doProlog()
4438 declNotationName, in doProlog()