Lines Matching refs:sax_modules

7762     sax_modules;  in ProcessMSLScript()  local
7819 (void) memset(&sax_modules,0,sizeof(sax_modules)); in ProcessMSLScript()
7820 sax_modules.internalSubset=MSLInternalSubset; in ProcessMSLScript()
7821 sax_modules.isStandalone=MSLIsStandalone; in ProcessMSLScript()
7822 sax_modules.hasInternalSubset=MSLHasInternalSubset; in ProcessMSLScript()
7823 sax_modules.hasExternalSubset=MSLHasExternalSubset; in ProcessMSLScript()
7824 sax_modules.resolveEntity=MSLResolveEntity; in ProcessMSLScript()
7825 sax_modules.getEntity=MSLGetEntity; in ProcessMSLScript()
7826 sax_modules.entityDecl=MSLEntityDeclaration; in ProcessMSLScript()
7827 sax_modules.notationDecl=MSLNotationDeclaration; in ProcessMSLScript()
7828 sax_modules.attributeDecl=MSLAttributeDeclaration; in ProcessMSLScript()
7829 sax_modules.elementDecl=MSLElementDeclaration; in ProcessMSLScript()
7830 sax_modules.unparsedEntityDecl=MSLUnparsedEntityDeclaration; in ProcessMSLScript()
7831 sax_modules.setDocumentLocator=MSLSetDocumentLocator; in ProcessMSLScript()
7832 sax_modules.startDocument=MSLStartDocument; in ProcessMSLScript()
7833 sax_modules.endDocument=MSLEndDocument; in ProcessMSLScript()
7834 sax_modules.startElement=MSLStartElement; in ProcessMSLScript()
7835 sax_modules.endElement=MSLEndElement; in ProcessMSLScript()
7836 sax_modules.reference=MSLReference; in ProcessMSLScript()
7837 sax_modules.characters=MSLCharacters; in ProcessMSLScript()
7838 sax_modules.ignorableWhitespace=MSLIgnorableWhitespace; in ProcessMSLScript()
7839 sax_modules.processingInstruction=MSLProcessingInstructions; in ProcessMSLScript()
7840 sax_modules.comment=MSLComment; in ProcessMSLScript()
7841 sax_modules.warning=MSLWarning; in ProcessMSLScript()
7842 sax_modules.error=MSLError; in ProcessMSLScript()
7843 sax_modules.fatalError=MSLError; in ProcessMSLScript()
7844 sax_modules.getParameterEntity=MSLGetParameterEntity; in ProcessMSLScript()
7845 sax_modules.cdataBlock=MSLCDataBlock; in ProcessMSLScript()
7846 sax_modules.externalSubset=MSLExternalSubset; in ProcessMSLScript()
7847 sax_handler=(&sax_modules); in ProcessMSLScript()