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

/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 274 milliseconds