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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c637 #define declNotationName (parser->m_declNotationName) macro
884 declNotationName = NULL;
4339 declNotationName = NULL;
4341 declNotationName = poolStoreString(&tempPool, enc, s, next);
4342 if (!declNotationName)
4351 if (declNotationName) { /* means notationDeclHandler != NULL */
4365 if (declNotationName && notationDeclHandler) {
4374 declNotationName,
4386 declNotationName,
/external/expat/lib/
H A Dxmlparse.c637 #define declNotationName (parser->m_declNotationName) macro
884 declNotationName = NULL;
4339 declNotationName = NULL;
4341 declNotationName = poolStoreString(&tempPool, enc, s, next);
4342 if (!declNotationName)
4351 if (declNotationName) { /* means notationDeclHandler != NULL */
4365 if (declNotationName && notationDeclHandler) {
4374 declNotationName,
4386 declNotationName,

Completed in 100 milliseconds