Lines Matching defs:_xmlGlobalState
122 struct _xmlGlobalState struct
124 const char *xmlParserVersion;
126 xmlSAXLocator xmlDefaultSAXLocator;
127 xmlSAXHandlerV1 xmlDefaultSAXHandler;
128 xmlSAXHandlerV1 docbDefaultSAXHandler;
129 xmlSAXHandlerV1 htmlDefaultSAXHandler;
131 xmlFreeFunc xmlFree;
132 xmlMallocFunc xmlMalloc;
133 xmlStrdupFunc xmlMemStrdup;
134 xmlReallocFunc xmlRealloc;
136 xmlGenericErrorFunc xmlGenericError;
137 xmlStructuredErrorFunc xmlStructuredError;
138 void *xmlGenericErrorContext;
140 int oldXMLWDcompatibility;
142 xmlBufferAllocationScheme xmlBufferAllocScheme;
143 int xmlDefaultBufferSize;
145 int xmlSubstituteEntitiesDefaultValue;
146 int xmlDoValidityCheckingDefaultValue;
147 int xmlGetWarningsDefaultValue;
148 int xmlKeepBlanksDefaultValue;
149 int xmlLineNumbersDefaultValue;
150 int xmlLoadExtDtdDefaultValue;
151 int xmlParserDebugEntities;
152 int xmlPedanticParserDefaultValue;
154 int xmlSaveNoEmptyTags;
155 int xmlIndentTreeOutput;
156 const char *xmlTreeIndentString;
158 xmlRegisterNodeFunc xmlRegisterNodeDefaultValue;
159 xmlDeregisterNodeFunc xmlDeregisterNodeDefaultValue;
161 xmlMallocFunc xmlMallocAtomic;
162 xmlError xmlLastError;
164 xmlParserInputBufferCreateFilenameFunc xmlParserInputBufferCreateFilenameValue;
165 xmlOutputBufferCreateFilenameFunc xmlOutputBufferCreateFilenameValue;
167 void *xmlStructuredErrorContext;