ReactOS 0.4.16-dev-340-g0540c21
|
#include <libxml/xmlversion.h>
#include <libxml/parser.h>
#include <libxml/xmlerror.h>
#include <libxml/SAX2.h>
#include <libxml/xmlmemory.h>
#include <libxml/threads.h>
Go to the source code of this file.
Classes | |
struct | _xmlGlobalState |
Typedefs | |
typedef xmlParserInputBufferPtr(* | xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlCharEncoding enc) |
typedef xmlOutputBufferPtr(* | xmlOutputBufferCreateFilenameFunc) (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression) |
typedef void(* | xmlRegisterNodeFunc) (xmlNodePtr node) |
typedef void(* | xmlDeregisterNodeFunc) (xmlNodePtr node) |
typedef struct _xmlGlobalState | xmlGlobalState |
typedef xmlGlobalState * | xmlGlobalStatePtr |
typedef void(* xmlDeregisterNodeFunc) (xmlNodePtr node) |
typedef struct _xmlGlobalState xmlGlobalState |
typedef xmlGlobalState* xmlGlobalStatePtr |
typedef xmlOutputBufferPtr(* xmlOutputBufferCreateFilenameFunc) (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression) |
xmlOutputBufferCreateFilenameFunc: @URI: the URI to write to @enc: the requested target encoding
Signature for the function doing the lookup for a suitable output method corresponding to an URI.
Returns the new xmlOutputBufferPtr in case of success or NULL if no method was found.
typedef xmlParserInputBufferPtr(* xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlCharEncoding enc) |
xmlParserInputBufferCreateFilenameFunc: @URI: the URI to read from @enc: the requested source encoding
Signature for the function doing the lookup for a suitable input method corresponding to an URI.
Returns the new xmlParserInputBufferPtr in case of success or NULL if no method was found.
typedef void(* xmlRegisterNodeFunc) (xmlNodePtr node) |
Definition at line 751 of file globals.c.
XMLPUBFUN xmlBufferAllocationScheme *XMLCALL __xmlBufferAllocScheme | ( | void | ) |
XMLPUBFUN xmlSAXHandlerV1 *XMLCALL __xmlDefaultSAXHandler | ( | void | ) |
XMLPUBFUN xmlSAXLocator *XMLCALL __xmlDefaultSAXLocator | ( | void | ) |
XMLPUBFUN xmlDeregisterNodeFunc *XMLCALL __xmlDeregisterNodeDefaultValue | ( | void | ) |
XMLPUBFUN xmlGenericErrorFunc *XMLCALL __xmlGenericError | ( | void | ) |
XMLPUBFUN xmlOutputBufferCreateFilenameFunc *XMLCALL __xmlOutputBufferCreateFilenameValue | ( | void | ) |
Definition at line 1073 of file globals.c.
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc *XMLCALL __xmlParserInputBufferCreateFilenameValue | ( | void | ) |
Definition at line 1064 of file globals.c.
XMLPUBFUN xmlRegisterNodeFunc *XMLCALL __xmlRegisterNodeDefaultValue | ( | void | ) |
XMLPUBFUN xmlStructuredErrorFunc *XMLCALL __xmlStructuredError | ( | void | ) |
XML_DEPRECATED XMLPUBFUN void XMLCALL xmlCleanupGlobals | ( | void | ) |
xmlCleanupGlobals:
DEPRECATED: This function will be made private. Call xmlCleanupParser to free global state but see the warnings there. xmlCleanupParser should be only called once at program exit. In most cases, you don't have call cleanup functions at all.
Additional cleanup for multi-threading
Definition at line 535 of file globals.c.
Referenced by xmlCleanupParser().
XMLPUBFUN xmlDeregisterNodeFunc XMLCALL xmlDeregisterNodeDefault | ( | xmlDeregisterNodeFunc | func | ) |
xmlDeregisterNodeDefault: @func: function pointer to the new DeregisterNodeFunc
Registers a callback for node destruction
Returns the previous value of the deregistration function
Definition at line 611 of file globals.c.
Referenced by main().
XML_DEPRECATED XMLPUBFUN void XMLCALL xmlInitGlobals | ( | void | ) |
xmlInitGlobals:
DEPRECATED: This function will be made private. Call xmlInitParser to initialize the library.
Additional initialisation for multi-threading
Definition at line 48 of file globals.c.
Referenced by xmlInitializeGlobalState(), and xmlInitParser().
XMLPUBFUN void XMLCALL xmlInitializeGlobalState | ( | xmlGlobalStatePtr | gs | ) |
xmlInitializeGlobalState: @gs: a pointer to a newly allocated global state
xmlInitializeGlobalState() initialize a global state with all the default values of the library.
Definition at line 454 of file globals.c.
Referenced by xmlGetGlobalState().
XMLPUBFUN xmlOutputBufferCreateFilenameFunc XMLCALL xmlOutputBufferCreateFilenameDefault | ( | xmlOutputBufferCreateFilenameFunc | func | ) |
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc XMLCALL xmlParserInputBufferCreateFilenameDefault | ( | xmlParserInputBufferCreateFilenameFunc | func | ) |
XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlRegisterNodeDefault | ( | xmlRegisterNodeFunc | func | ) |
xmlRegisterNodeDefault: @func: function pointer to the new RegisterNodeFunc
Registers a callback for node creation
Returns the old value of the registration function
Definition at line 578 of file globals.c.
Referenced by main().
XMLPUBFUN xmlBufferAllocationScheme XMLCALL xmlThrDefBufferAllocScheme | ( | xmlBufferAllocationScheme | v | ) |
XMLPUBFUN xmlDeregisterNodeFunc XMLCALL xmlThrDefDeregisterNodeDefault | ( | xmlDeregisterNodeFunc | func | ) |
Definition at line 621 of file globals.c.
XMLPUBFUN xmlOutputBufferCreateFilenameFunc XMLCALL xmlThrDefOutputBufferCreateFilenameDefault | ( | xmlOutputBufferCreateFilenameFunc | func | ) |
Definition at line 653 of file globals.c.
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc XMLCALL xmlThrDefParserInputBufferCreateFilenameDefault | ( | xmlParserInputBufferCreateFilenameFunc | func | ) |
Definition at line 636 of file globals.c.
XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlThrDefRegisterNodeDefault | ( | xmlRegisterNodeFunc | func | ) |
Definition at line 588 of file globals.c.
XMLPUBFUN void XMLCALL xmlThrDefSetGenericErrorFunc | ( | void * | ctx, |
xmlGenericErrorFunc | handler | ||
) |
DOC_DISABLE : we ignore missing doc for the xmlThrDef functions, those are really internal work
Definition at line 551 of file globals.c.
XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc | ( | void * | ctx, |
xmlStructuredErrorFunc | handler | ||
) |
XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme |
Definition at line 293 of file globals.h.
Referenced by xmlBufCreate(), and xmlBufCreateSize().
Definition at line 303 of file globals.h.
Referenced by xmlBufCreate().
XMLPUBVAR xmlSAXHandlerV1 xmlDefaultSAXHandler |
Definition at line 312 of file globals.h.
Referenced by xmlCreateIOParserCtxt(), xmlDefaultSAXHandlerInit(), and xmlFreeParserCtxt().
XMLPUBVAR xmlSAXLocator xmlDefaultSAXLocator |
Definition at line 320 of file globals.h.
Referenced by xmlParseDocument(), and xmlParseExtParsedEnt().
XMLPUBVAR xmlDeregisterNodeFunc xmlDeregisterNodeDefaultValue |
Definition at line 328 of file globals.h.
Referenced by main(), and xmlInitParserCtxt().
XMLPUBVAR xmlFreeFunc xmlFree |
Definition at line 251 of file globals.h.
Referenced by myStrdupFunc(), parseAndPrintFile(), xmlAddDefAttrs(), xmlAddElementDecl(), xmlAddEncodingAlias(), xmlAddRef(), xmlBufBackToBuffer(), xmlBufCreate(), xmlBufCreateSize(), xmlBufFree(), xmlBufResize(), xmlBuildURI(), xmlCanonicPath(), xmlCharEncCloseFunc(), xmlCleanupCharEncodingHandlers(), xmlCleanupEncodingAliases(), xmlCleanURI(), xmlClearNodeInfoSeq(), xmlCreateEntityParserCtxtInternal(), xmlCreateIOParserCtxt(), xmlCtxtResetPush(), xmlCtxtUseOptionsInternal(), xmlDelEncodingAlias(), xmlDictCreate(), xmlDictFree(), xmlDictGrow(), xmlEscapeFormatString(), xmlFreeAttribute(), xmlFreeDocElementContent(), xmlFreeElement(), xmlFreeEnumeration(), xmlFreeID(), xmlFreeInputStream(), xmlFreeNotation(), xmlFreeParserCtxt(), xmlFreeRef(), xmlFreeURI(), xmlGcMemGet(), xmlGcMemSetup(), xmlGetDtdAttrDesc(), xmlGetDtdElementDesc(), xmlGetDtdElementDesc2(), xmlHashCreate(), xmlHashDefaultDeallocator(), xmlHashFree(), xmlHashGrow(), xmlHashRemoveEntry3(), xmlHTMLEncodeSend(), xmlInitParser(), xmlIsID(), xmlLinkDeallocator(), xmllintExternalEntityLoader(), xmlListCreate(), xmlListDelete(), xmlMemGet(), xmlMemSetup(), xmlNewCharEncodingHandler(), xmlNewInputFromFile(), xmlParse3986Fragment(), xmlParse3986HierPart(), xmlParse3986Host(), xmlParse3986PathAbEmpty(), xmlParse3986PathAbsolute(), xmlParse3986PathNoScheme(), xmlParse3986PathRootless(), xmlParse3986Query(), xmlParse3986RelativeRef(), xmlParse3986Scheme(), xmlParse3986Userinfo(), xmlParseAttribute2(), xmlParseAttributeListDecl(), xmlParseAttValueComplex(), xmlParseCDSect(), xmlParseComment(), xmlParseCommentComplex(), xmlParseConditionalSections(), xmlParseEncName(), xmlParseEncodingDecl(), xmlParseEntityDecl(), xmlParseEntityValue(), xmlParseEnumerationType(), xmlParseInNodeContext(), xmlParseNmtoken(), xmlParseNotationDecl(), xmlParseNotationType(), xmlParsePI(), xmlParsePubidLiteral(), xmlParseQName(), xmlParserEntityCheck(), xmlParseStartTag2(), xmlParseStringEntityRef(), xmlParseStringName(), xmlParseStringPEReference(), xmlParseSystemLiteral(), xmlParseVersionNum(), xmlParseXMLDecl(), xmlPathToURI(), xmlPrintURI(), xmlRegisterCharEncodingHandler(), xmlRemoveID(), xmlRemoveRef(), xmlSaveUri(), xmlSAX2AttributeDecl(), xmlSAX2AttributeNs(), xmlSAX2ExternalSubset(), xmlSAX2ResolveEntity(), xmlSAX2StartElementNs(), xmlSAX2TextNode(), xmlSplitQName(), xmlStringLenDecodeEntities(), xmlURIEscape(), xmlURIEscapeStr(), xsltAddKey(), xsltAttribute(), xsltAttrTemplateValueProcessNode(), xsltCheckWritePath(), xsltComment(), xsltCompileAttr(), xsltCompileIdKeyPattern(), xsltCompileLocationPathPattern(), xsltCompileStepPattern(), xsltCompMatchAdd(), xsltComputeSortResultInternal(), xsltCopyAttrListNoOverwrite(), xsltCopyOf(), xsltCopyTree(), xsltDefaultSortFunction(), xsltDocumentElem(), xsltDocumentFunction(), xsltDocumentFunctionLoadDocument(), xsltElement(), xsltElementAvailableFunction(), xsltEvalAttrValueTemplate(), xsltEvalAVT(), xsltEvalStaticAttrValueTemplate(), xsltFormatNumberFunction(), xsltFreeAttrElem(), xsltFreeAttrSet(), xsltFreeAttrVT(), xsltFreeCompMatch(), xsltFreeDecimalFormat(), xsltFreeDocuments(), xsltFreeElemPreComp(), xsltFreeExtData(), xsltFreeExtDef(), xsltFreeExtElement(), xsltFreeExtModule(), xsltFreeKeyDef(), xsltFreeKeyTable(), xsltFreeLocales(), xsltFreeParserContext(), xsltFreeRVTs(), xsltFreeSecurityPrefs(), xsltFreeStackElem(), xsltFreeStyleDocuments(), xsltFreeStylePreComp(), xsltFreeStylesheet(), xsltFreeTemplate(), xsltFreeTransformContext(), xsltFreeUseAttrSet(), xsltFunctionAvailableFunction(), xsltGetCNsProp(), xsltGetQNameURI(), xsltGetQNameURI2(), xsltInitCtxtKey(), xsltKeyFunction(), xsltLoadStylesheetPI(), xsltMessage(), xsltNamespaceAlias(), xsltNewCompMatch(), xsltNumberFormat(), xsltParseStylesheetAttributeSet(), xsltParseStylesheetDecimalFormat(), xsltParseStylesheetExcludePrefix(), xsltParseStylesheetExtPrefix(), xsltParseStylesheetImport(), xsltParseStylesheetInclude(), xsltParseStylesheetKey(), xsltParseStylesheetOutput(), xsltParseStylesheetPI(), xsltParseStylesheetPreserveSpace(), xsltParseStylesheetProcess(), xsltParseStylesheetStripSpace(), xsltParseStylesheetTemplate(), xsltParseStylesheetTop(), xsltParseTemplateContent(), xsltProcessingInstruction(), xsltReleaseRVT(), xsltReverseCompMatch(), xsltShallowCopyAttr(), xsltStrxfrm(), xsltSystemPropertyFunction(), xsltTestCompMatch(), xsltTransformCacheFree(), xsltTransformError(), and xsltValueOf().
XMLPUBVAR xmlGenericErrorFunc xmlGenericError |
Definition at line 337 of file globals.h.
Referenced by __xmlGlobalInitMutexLock(), debugmem_tag_error(), exclPrefixPush(), initGenericErrorDefaultFunc(), LIBXML_ATTR_FORMAT(), main(), nsPop(), parseAndPrintFile(), templPush(), testSAX(), xmlBufAdd(), xmlBufDump(), xmlBufFree(), xmlBufGetAllocationScheme(), xmlBufSetAllocationScheme(), xmlBufWriteQuotedString(), xmlCharEncCloseFunc(), xmlCharEncFirstLineInput(), xmlCharEncFirstLineInt(), xmlCharEncInFunc(), xmlCharEncInput(), xmlCharEncOutFunc(), xmlCheckVersion(), xmlCleanupMemory(), xmlCleanupThreads(), xmlCtxtResetPush(), xmlDictGrow(), xmlFindCharEncodingHandler(), xmlGcMemSetup(), xmlGetCharEncodingHandler(), xmlGetGlobalState(), xmlHashGrow(), xmlHTMLEncodeSend(), xmlHTMLPrintFileContext(), xmlHTMLPrintFileInfo(), xmlInitMemory(), xmlInitParser(), xmlIsMainThread(), xmlListAppend(), xmlListCreate(), xmlListInsert(), xmlListPushBack(), xmlListPushFront(), xmlLoadEntityContent(), xmlLockLibrary(), xmlMallocAtomicLoc(), xmlMallocBreakpoint(), xmlMallocLoc(), xmlMemFree(), xmlMemSetup(), xmlMemStrdupLoc(), xmlMutexLock(), xmlNewCharEncodingHandler(), xmlNewEntityInputStream(), xmlNewInputFromFile(), xmlNewIOInputStream(), xmlNewStringInputStream(), xmlParseCharEncoding(), xmlParsePEReference(), xmlParserInputGrow(), xmlParserInputShrink(), xmlParserPrintFileContext(), xmlParserPrintFileInfo(), xmlPopInput(), xmlPushInput(), xmlReallocLoc(), xmlReportError(), xmlSAX2AttributeDecl(), xmlSAX2Comment(), xmlSAX2ElementDecl(), xmlSAX2EndDocument(), xmlSAX2EntityDecl(), xmlSAX2ExternalSubset(), xmlSAX2GetEntity(), xmlSAX2GetParameterEntity(), xmlSAX2IgnorableWhitespace(), xmlSAX2InternalSubset(), xmlSAX2NotationDecl(), xmlSAX2ProcessingInstruction(), xmlSAX2Reference(), xmlSAX2ResolveEntity(), xmlSAX2SetDocumentLocator(), xmlSAX2StartDocument(), xmlSAX2Text(), xmlSAX2UnparsedEntityDecl(), xmlSetGenericErrorFunc(), xmlStringLenDecodeEntities(), xmlUnlockLibrary(), xsltAddStackElem(), xsltExtensionInstructionResultFinalize(), xsltFlagRVTs(), xsltFreeStackElem(), xsltGetInheritedNsList(), xsltLocalVariablePush(), xsltNewTransformContext(), and xsltReleaseLocalRVTs().
Definition at line 353 of file globals.h.
Referenced by __xmlGlobalInitMutexLock(), debugmem_tag_error(), exclPrefixPush(), LIBXML_ATTR_FORMAT(), main(), nsPop(), parseAndPrintFile(), templPush(), xmlBufAdd(), xmlBufDump(), xmlBufFree(), xmlBufGetAllocationScheme(), xmlBufSetAllocationScheme(), xmlBufWriteQuotedString(), xmlCharEncCloseFunc(), xmlCharEncFirstLineInput(), xmlCharEncFirstLineInt(), xmlCharEncInFunc(), xmlCharEncInput(), xmlCharEncOutFunc(), xmlCheckVersion(), xmlCleanupMemory(), xmlCleanupThreads(), xmlCtxtResetPush(), xmlDictGrow(), xmlFindCharEncodingHandler(), xmlGcMemSetup(), xmlGenericErrorDefaultFunc(), xmlGetCharEncodingHandler(), xmlGetGlobalState(), xmlHashGrow(), xmlHTMLEncodeSend(), xmlHTMLPrintFileContext(), xmlHTMLPrintFileInfo(), xmlInitMemory(), xmlIsMainThread(), xmlListAppend(), xmlListCreate(), xmlListInsert(), xmlListPushBack(), xmlListPushFront(), xmlLoadEntityContent(), xmlLockLibrary(), xmlMallocAtomicLoc(), xmlMallocBreakpoint(), xmlMallocLoc(), xmlMemFree(), xmlMemSetup(), xmlMemStrdupLoc(), xmlMutexLock(), xmlNewCharEncodingHandler(), xmlNewEntityInputStream(), xmlNewInputFromFile(), xmlNewIOInputStream(), xmlNewStringInputStream(), xmlParseCharEncoding(), xmlParsePEReference(), xmlParserInputGrow(), xmlParserInputShrink(), xmlParserPrintFileContext(), xmlParserPrintFileInfo(), xmlPopInput(), xmlPushInput(), xmlReallocLoc(), xmlReportError(), xmlSAX2AttributeDecl(), xmlSAX2Comment(), xmlSAX2ElementDecl(), xmlSAX2EndDocument(), xmlSAX2EntityDecl(), xmlSAX2ExternalSubset(), xmlSAX2GetEntity(), xmlSAX2GetParameterEntity(), xmlSAX2IgnorableWhitespace(), xmlSAX2InternalSubset(), xmlSAX2NotationDecl(), xmlSAX2ProcessingInstruction(), xmlSAX2Reference(), xmlSAX2ResolveEntity(), xmlSAX2SetDocumentLocator(), xmlSAX2StartDocument(), xmlSAX2Text(), xmlSAX2UnparsedEntityDecl(), xmlSetGenericErrorFunc(), xmlStringLenDecodeEntities(), xmlUnlockLibrary(), xsltAddStackElem(), xsltExtensionInstructionResultFinalize(), xsltFlagRVTs(), xsltFreeStackElem(), xsltGetInheritedNsList(), xsltLocalVariablePush(), xsltNewTransformContext(), and xsltReleaseLocalRVTs().
Definition at line 369 of file globals.h.
Referenced by main(), and xmlInitParserCtxt().
Definition at line 378 of file globals.h.
Referenced by xmlKeepBlanksDefault().
Definition at line 396 of file globals.h.
Referenced by xmlInitParserCtxt(), and xmlKeepBlanksDefault().
Definition at line 405 of file globals.h.
Referenced by xmlInitParserCtxt(), and xmlLineNumbersDefault().
Definition at line 414 of file globals.h.
Referenced by main(), and xmlInitParserCtxt().
XMLPUBVAR xmlMallocFunc xmlMalloc |
DOC_DISABLE
Definition at line 248 of file globals.h.
Referenced by exclPrefixPush(), nameNsPush(), nsPush(), templPush(), xmlAddAttributeDecl(), xmlAddDefAttrs(), xmlAddElementDecl(), xmlAddEncodingAlias(), xmlAddID(), xmlAddNotationDecl(), xmlAddRef(), xmlBufCreate(), xmlBufCreateSize(), xmlBufCreateStatic(), xmlBufFromBuffer(), xmlCopyDocElementContent(), xmlCreateEnumeration(), xmlCreateIOParserCtxt(), xmlCreateURI(), xmlCtxtGrowAttrs(), xmlDictAddQString(), xmlDictAddString(), xmlDictCreate(), xmlDictGrow(), xmlDictLookup(), xmlDictQLookup(), xmlFindCharEncodingHandler(), xmlGcMemGet(), xmlGcMemSetup(), xmlGetDtdElementDesc2(), xmlHashAddEntry3(), xmlHashCreate(), xmlHashGrow(), xmlHashUpdateEntry3(), xmlInitCharEncodingHandlers(), xmlInitParserCtxt(), xmlListAppend(), xmlListCreate(), xmlListInsert(), xmlListPushBack(), xmlListPushFront(), xmlMemGet(), xmlMemSetup(), xmlNewCharEncodingHandler(), xmlNewDocElementContent(), xmlNewInputStream(), xmlNewParserCtxt(), xmlParserAddNodeInfo(), xmlSAX2ExternalSubset(), xmlSAX2TextNode(), xmlStrncatNew(), xsltAddStackElem(), xsltAllocateExtraCtxt(), xsltComputeSortResultInternal(), xsltCopyStackElem(), xsltGetInheritedNsList(), xsltLocalVariablePush(), xsltNewAttrElem(), xsltNewAttrSet(), xsltNewAttrVT(), xsltNewCompMatch(), xsltNewDecimalFormat(), xsltNewDocument(), xsltNewElemPreComp(), xsltNewExtData(), xsltNewExtDef(), xsltNewExtElement(), xsltNewExtModule(), xsltNewKeyDef(), xsltNewKeyTable(), xsltNewParserContext(), xsltNewSecurityPrefs(), xsltNewStackElem(), xsltNewStyleDocument(), xsltNewStylePreComp(), xsltNewStylesheetInternal(), xsltNewTemplate(), xsltNewTransformContext(), xsltNewUseAttrSet(), xsltPatPushState(), xsltStrxfrm(), and xsltTransformCacheCreate().
XMLPUBVAR xmlMallocFunc xmlMallocAtomic |
Definition at line 249 of file globals.h.
Referenced by xmlBufCreate(), xmlBufCreateSize(), xmlBufResize(), xmlBuildURI(), xmlCanonicPath(), xmlCharStrndup(), xmlEscapeFormatString(), xmlGcMemGet(), xmlGcMemSetup(), xmlMemSetup(), xmlParseAttValueComplex(), xmlParseCDSect(), xmlParseComment(), xmlParseCommentComplex(), xmlParseEncName(), xmlParseEntityValue(), xmlParseNmtoken(), xmlParsePI(), xmlParsePubidLiteral(), xmlParseStringName(), xmlParseSystemLiteral(), xmlParseVersionNum(), xmlSaveUri(), xmlSplitQName(), xmlStringLenDecodeEntities(), xmlStrndup(), xmlURIEscapeStr(), xmlURIUnescapeString(), and xmlUTF8Strndup().
XMLPUBVAR xmlStrdupFunc xmlMemStrdup |
Definition at line 252 of file globals.h.
Referenced by xmlAddEncodingAlias(), xmlBuildURI(), xmlFindCharEncodingHandler(), xmlGcMemGet(), xmlGcMemSetup(), xmlMemGet(), xmlMemSetup(), and xmlNewCharEncodingHandler().
XMLPUBVAR xmlOutputBufferCreateFilenameFunc xmlOutputBufferCreateFilenameValue |
Definition at line 423 of file globals.h.
Referenced by main(), xmlLoadEntityContent(), xmlNewEntityInputStream(), xmlNewInputFromFile(), xmlNewIOInputStream(), xmlNewStringInputStream(), xmlParsePEReference(), xmlPopInput(), xmlPushInput(), and xmlStringLenDecodeEntities().
XMLPUBVAR xmlParserInputBufferCreateFilenameFunc xmlParserInputBufferCreateFilenameValue |
Definition at line 432 of file globals.h.
Referenced by showVersion().
Definition at line 440 of file globals.h.
Referenced by xmlInitParserCtxt(), and xmlPedanticParserDefault().
XMLPUBVAR xmlReallocFunc xmlRealloc |
Definition at line 250 of file globals.h.
Referenced by exclPrefixPush(), inputPush(), nameNsPush(), namePush(), nodePush(), nsPush(), spacePush(), templPush(), xmlAddDefAttrs(), xmlAddEncodingAlias(), xmlBufGrowInternal(), xmlBufResize(), xmlCtxtGrowAttrs(), xmlGcMemGet(), xmlGcMemSetup(), xmlMemGet(), xmlMemSetup(), xmlParseCDSect(), xmlParseComment(), xmlParseCommentComplex(), xmlParseConditionalSections(), xmlParseEncName(), xmlParseEntityValue(), xmlParseNmtoken(), xmlParsePI(), xmlParsePubidLiteral(), xmlParserAddNodeInfo(), xmlParseStringName(), xmlParseSystemLiteral(), xmlParseVersionNum(), xmlSaveUriRealloc(), xmlSAX2Text(), xmlSplitQName(), xmlStrncat(), xsltAddStackElem(), xsltAddTextString(), xsltAllocateExtraCtxt(), xsltCompMatchAdd(), xsltGetInheritedNsList(), xsltLocalVariablePush(), xsltPatPushState(), and xsltSetAttrVTsegment().
XMLPUBVAR xmlRegisterNodeFunc xmlRegisterNodeDefaultValue |
Definition at line 467 of file globals.h.
Referenced by xmlSAX2AttributeNs(), and xmlSAX2StartElementNs().
XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError |
Definition at line 345 of file globals.h.
Referenced by xmlSetStructuredErrorFunc().
Definition at line 361 of file globals.h.
Referenced by xmlSetStructuredErrorFunc().
Definition at line 458 of file globals.h.
Referenced by xmlInitParserCtxt(), and xmlSubstituteEntitiesDefault().