ReactOS
0.4.15-dev-2092-gf04890c
|
#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 796 of file globals.c.
XMLPUBFUN xmlBufferAllocationScheme* XMLCALL __xmlBufferAllocScheme | ( | void | ) |
Definition at line 805 of file globals.c.
Definition at line 822 of file globals.c.
XMLPUBFUN xmlSAXHandlerV1* XMLCALL __xmlDefaultSAXHandler | ( | void | ) |
XMLPUBFUN xmlSAXLocator* XMLCALL __xmlDefaultSAXLocator | ( | void | ) |
Definition at line 850 of file globals.c.
XMLPUBFUN xmlDeregisterNodeFunc* XMLCALL __xmlDeregisterNodeDefaultValue | ( | void | ) |
Definition at line 1100 of file globals.c.
Definition at line 859 of file globals.c.
XMLPUBFUN xmlGenericErrorFunc* XMLCALL __xmlGenericError | ( | void | ) |
Definition at line 876 of file globals.c.
Definition at line 894 of file globals.c.
Definition at line 912 of file globals.c.
Definition at line 929 of file globals.c.
Definition at line 963 of file globals.c.
Definition at line 728 of file globals.c.
Definition at line 980 of file globals.c.
Definition at line 997 of file globals.c.
XMLPUBFUN xmlOutputBufferCreateFilenameFunc* XMLCALL __xmlOutputBufferCreateFilenameValue | ( | void | ) |
Definition at line 1118 of file globals.c.
Definition at line 1014 of file globals.c.
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc* XMLCALL __xmlParserInputBufferCreateFilenameValue | ( | void | ) |
Definition at line 1109 of file globals.c.
Definition at line 1031 of file globals.c.
Definition at line 1040 of file globals.c.
XMLPUBFUN xmlRegisterNodeFunc* XMLCALL __xmlRegisterNodeDefaultValue | ( | void | ) |
Definition at line 1091 of file globals.c.
Definition at line 1057 of file globals.c.
Definition at line 885 of file globals.c.
Definition at line 903 of file globals.c.
Definition at line 1074 of file globals.c.
Definition at line 946 of file globals.c.
xmlCleanupGlobals:
Additional cleanup for multi-threading
Definition at line 58 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 645 of file globals.c.
Referenced by main().
xmlInitGlobals:
Additional initialisation for multi-threading
Definition at line 47 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 506 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 | ) |
XMLPUBFUN xmlBufferAllocationScheme XMLCALL xmlThrDefBufferAllocScheme | ( | xmlBufferAllocationScheme | v | ) |
Definition at line 811 of file globals.c.
XMLPUBFUN xmlDeregisterNodeFunc XMLCALL xmlThrDefDeregisterNodeDefault | ( | xmlDeregisterNodeFunc | func | ) |
Definition at line 655 of file globals.c.
Definition at line 865 of file globals.c.
Definition at line 918 of file globals.c.
Definition at line 986 of file globals.c.
XMLPUBFUN xmlOutputBufferCreateFilenameFunc XMLCALL xmlThrDefOutputBufferCreateFilenameDefault | ( | xmlOutputBufferCreateFilenameFunc | func | ) |
Definition at line 687 of file globals.c.
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc XMLCALL xmlThrDefParserInputBufferCreateFilenameDefault | ( | xmlParserInputBufferCreateFilenameFunc | func | ) |
Definition at line 670 of file globals.c.
Definition at line 1046 of file globals.c.
XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlThrDefRegisterNodeDefault | ( | xmlRegisterNodeFunc | func | ) |
Definition at line 622 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 585 of file globals.c.
XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc | ( | void * | ctx, |
xmlStructuredErrorFunc | handler | ||
) |
Definition at line 596 of file globals.c.
Definition at line 1080 of file globals.c.
XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme |
Definition at line 302 of file globals.h.
Referenced by xmlBufCreate(), and xmlBufCreateSize().
Definition at line 312 of file globals.h.
Referenced by xmlBufCreate().
XMLPUBVAR xmlSAXHandlerV1 xmlDefaultSAXHandler |
Definition at line 321 of file globals.h.
Referenced by xmlCreateIOParserCtxt(), xmlDefaultSAXHandlerInit(), and xmlFreeParserCtxt().
XMLPUBVAR xmlSAXLocator xmlDefaultSAXLocator |
Definition at line 329 of file globals.h.
Referenced by xmlParseDocument(), and xmlParseExtParsedEnt().
XMLPUBVAR xmlDeregisterNodeFunc xmlDeregisterNodeDefaultValue |
Definition at line 337 of file globals.h.
Referenced by main(), and xmlInitParserCtxt().
XMLPUBVAR xmlFreeFunc xmlFree |
Definition at line 250 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(), 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(), xmlRemoveID(), xmlRemoveRef(), xmlSaveUri(), xmlSAX2AttributeDecl(), xmlSAX2AttributeNs(), xmlSAX2ExternalSubset(), xmlSAX2ResolveEntity(), xmlSAX2StartElementNs(), xmlSAX2TextNode(), xmlSplitQName(), xmlStringLenDecodeEntities(), xmlURIEscape(), xmlURIEscapeStr(), xsltAddKey(), xsltAttribute(), xsltAttrTemplateValueProcessNode(), xsltCheckWritePath(), xsltComment(), xsltCompileAttr(), xsltCompileIdKeyPattern(), xsltCompileLocationPathPattern(), xsltCompileStepPattern(), xsltCompMatchAdd(), xsltComputeSortResult(), 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 346 of file globals.h.
Referenced by __xmlGlobalInitMutexLock(), debugmem_tag_error(), exclPrefixPush(), initGenericErrorDefaultFunc(), LIBXML_ATTR_FORMAT(), main(), nsPop(), parseAndPrintFile(), templPush(), testSAX(), xmlBufAdd(), xmlBufAddHead(), xmlBufCCat(), 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(), xmlSAX2CDataBlock(), xmlSAX2Characters(), xmlSAX2Comment(), xmlSAX2ElementDecl(), xmlSAX2EndDocument(), xmlSAX2EntityDecl(), xmlSAX2ExternalSubset(), xmlSAX2GetEntity(), xmlSAX2GetParameterEntity(), xmlSAX2IgnorableWhitespace(), xmlSAX2InternalSubset(), xmlSAX2NotationDecl(), xmlSAX2ProcessingInstruction(), xmlSAX2Reference(), xmlSAX2ResolveEntity(), xmlSAX2SetDocumentLocator(), xmlSAX2StartDocument(), xmlSAX2UnparsedEntityDecl(), xmlSetGenericErrorFunc(), xmlStringLenDecodeEntities(), xmlUnlockLibrary(), xmlUTF8Strndup(), xsltAddStackElem(), xsltExtensionInstructionResultFinalize(), xsltFlagRVTs(), xsltFreeStackElem(), xsltGetInheritedNsList(), xsltLocalVariablePush(), xsltNewTransformContext(), and xsltReleaseLocalRVTs().
Definition at line 362 of file globals.h.
Referenced by __xmlGlobalInitMutexLock(), debugmem_tag_error(), exclPrefixPush(), LIBXML_ATTR_FORMAT(), main(), nsPop(), parseAndPrintFile(), templPush(), xmlBufAdd(), xmlBufAddHead(), xmlBufCCat(), 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(), xmlSAX2CDataBlock(), xmlSAX2Characters(), xmlSAX2Comment(), xmlSAX2ElementDecl(), xmlSAX2EndDocument(), xmlSAX2EntityDecl(), xmlSAX2ExternalSubset(), xmlSAX2GetEntity(), xmlSAX2GetParameterEntity(), xmlSAX2IgnorableWhitespace(), xmlSAX2InternalSubset(), xmlSAX2NotationDecl(), xmlSAX2ProcessingInstruction(), xmlSAX2Reference(), xmlSAX2ResolveEntity(), xmlSAX2SetDocumentLocator(), xmlSAX2StartDocument(), xmlSAX2UnparsedEntityDecl(), xmlSetGenericErrorFunc(), xmlStringLenDecodeEntities(), xmlUnlockLibrary(), xmlUTF8Strndup(), xsltAddStackElem(), xsltExtensionInstructionResultFinalize(), xsltFlagRVTs(), xsltFreeStackElem(), xsltGetInheritedNsList(), xsltLocalVariablePush(), xsltNewTransformContext(), and xsltReleaseLocalRVTs().
Definition at line 378 of file globals.h.
Referenced by main(), and xmlInitParserCtxt().
Definition at line 387 of file globals.h.
Referenced by xmlKeepBlanksDefault().
Definition at line 405 of file globals.h.
Referenced by xmlInitParserCtxt(), and xmlKeepBlanksDefault().
Definition at line 414 of file globals.h.
Referenced by xmlInitParserCtxt(), and xmlLineNumbersDefault().
Definition at line 423 of file globals.h.
Referenced by main(), and xmlInitParserCtxt().
XMLPUBVAR xmlMallocFunc xmlMalloc |
DOC_DISABLE
Definition at line 247 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(), xsltComputeSortResult(), 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 248 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 251 of file globals.h.
Referenced by xmlAddEncodingAlias(), xmlBuildURI(), xmlFindCharEncodingHandler(), xmlGcMemGet(), xmlGcMemSetup(), xmlMemGet(), xmlMemSetup(), and xmlNewCharEncodingHandler().
XMLPUBVAR xmlOutputBufferCreateFilenameFunc xmlOutputBufferCreateFilenameValue |
Definition at line 432 of file globals.h.
Referenced by main(), xmlLoadEntityContent(), xmlNewEntityInputStream(), xmlNewInputFromFile(), xmlNewIOInputStream(), xmlNewStringInputStream(), xmlParsePEReference(), xmlPopInput(), xmlPushInput(), and xmlStringLenDecodeEntities().
XMLPUBVAR xmlParserInputBufferCreateFilenameFunc xmlParserInputBufferCreateFilenameValue |
Definition at line 441 of file globals.h.
Referenced by showVersion().
Definition at line 449 of file globals.h.
Referenced by xmlInitParserCtxt(), and xmlPedanticParserDefault().
XMLPUBVAR xmlReallocFunc xmlRealloc |
Definition at line 249 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(), xmlSAX2Characters(), xmlSplitQName(), xmlStrncat(), xsltAddStackElem(), xsltAddTextString(), xsltAllocateExtraCtxt(), xsltCompMatchAdd(), xsltGetInheritedNsList(), xsltLocalVariablePush(), xsltPatPushState(), and xsltSetAttrVTsegment().
XMLPUBVAR xmlRegisterNodeFunc xmlRegisterNodeDefaultValue |
Definition at line 476 of file globals.h.
Referenced by xmlSAX2AttributeNs(), and xmlSAX2StartElementNs().
XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError |
Definition at line 354 of file globals.h.
Referenced by xmlSetStructuredErrorFunc().
Definition at line 370 of file globals.h.
Referenced by xmlSetStructuredErrorFunc().
Definition at line 467 of file globals.h.
Referenced by xmlInitParserCtxt(), and xmlSubstituteEntitiesDefault().