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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c596 #define attlistDeclHandler (parser->m_attlistDeclHandler) macro
870 attlistDeclHandler = NULL;
1012 XML_AttlistDeclHandler oldAttlistDeclHandler = attlistDeclHandler;
1072 attlistDeclHandler = oldAttlistDeclHandler;
1457 attlistDeclHandler = attdecl;
4056 if (dtd->keepProcessing && attlistDeclHandler)
4061 if (dtd->keepProcessing && attlistDeclHandler) {
4086 if (attlistDeclHandler && declAttributeType) {
4098 attlistDeclHandler(handlerArg, declElementType->name,
4123 if (attlistDeclHandler
[all...]
/external/expat/lib/
H A Dxmlparse.c596 #define attlistDeclHandler (parser->m_attlistDeclHandler) macro
870 attlistDeclHandler = NULL;
1012 XML_AttlistDeclHandler oldAttlistDeclHandler = attlistDeclHandler;
1072 attlistDeclHandler = oldAttlistDeclHandler;
1457 attlistDeclHandler = attdecl;
4056 if (dtd->keepProcessing && attlistDeclHandler)
4061 if (dtd->keepProcessing && attlistDeclHandler) {
4086 if (attlistDeclHandler && declAttributeType) {
4098 attlistDeclHandler(handlerArg, declElementType->name,
4123 if (attlistDeclHandler
[all...]

Completed in 826 milliseconds