ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

globals.h File Reference
#include <libxml/xmlversion.h>
#include <libxml/parser.h>
#include <libxml/xmlerror.h>
#include <libxml/SAX.h>
#include <libxml/SAX2.h>
#include <libxml/xmlmemory.h>
#include <libxml/threads.h>

Go to the source code of this file.

Data Structures

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 xmlGlobalState * xmlGlobalStatePtr

Functions

XMLPUBFUN void XMLCALL xmlInitGlobals (void)
XMLPUBFUN void XMLCALL xmlCleanupGlobals (void)
XMLPUBFUN
xmlParserInputBufferCreateFilenameFunc
XMLCALL 
xmlParserInputBufferCreateFilenameDefault (xmlParserInputBufferCreateFilenameFunc func)
XMLPUBFUN
xmlOutputBufferCreateFilenameFunc
XMLCALL 
xmlOutputBufferCreateFilenameDefault (xmlOutputBufferCreateFilenameFunc func)
XMLPUBFUN void XMLCALL xmlInitializeGlobalState (xmlGlobalStatePtr gs)
XMLPUBFUN void XMLCALL xmlThrDefSetGenericErrorFunc (void *ctx, xmlGenericErrorFunc handler)
XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc (void *ctx, xmlStructuredErrorFunc handler)
XMLPUBFUN xmlRegisterNodeFunc
XMLCALL 
xmlRegisterNodeDefault (xmlRegisterNodeFunc func)
XMLPUBFUN xmlRegisterNodeFunc
XMLCALL 
xmlThrDefRegisterNodeDefault (xmlRegisterNodeFunc func)
XMLPUBFUN
xmlDeregisterNodeFunc XMLCALL 
xmlDeregisterNodeDefault (xmlDeregisterNodeFunc func)
XMLPUBFUN
xmlDeregisterNodeFunc XMLCALL 
xmlThrDefDeregisterNodeDefault (xmlDeregisterNodeFunc func)
XMLPUBFUN
xmlOutputBufferCreateFilenameFunc
XMLCALL 
xmlThrDefOutputBufferCreateFilenameDefault (xmlOutputBufferCreateFilenameFunc func)
XMLPUBFUN
xmlParserInputBufferCreateFilenameFunc
XMLCALL 
xmlThrDefParserInputBufferCreateFilenameDefault (xmlParserInputBufferCreateFilenameFunc func)
XMLPUBFUN xmlError *XMLCALL __xmlLastError (void)
XMLPUBFUN int *XMLCALL __oldXMLWDcompatibility (void)
XMLPUBFUN
xmlBufferAllocationScheme
*XMLCALL 
__xmlBufferAllocScheme (void)
XMLPUBFUN
xmlBufferAllocationScheme
XMLCALL 
xmlThrDefBufferAllocScheme (xmlBufferAllocationScheme v)
XMLPUBFUN int *XMLCALL __xmlDefaultBufferSize (void)
XMLPUBFUN int XMLCALL xmlThrDefDefaultBufferSize (int v)
XMLPUBFUN xmlSAXHandlerV1 *XMLCALL __xmlDefaultSAXHandler (void)
XMLPUBFUN xmlSAXLocator *XMLCALL __xmlDefaultSAXLocator (void)
XMLPUBFUN int *XMLCALL __xmlDoValidityCheckingDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefDoValidityCheckingDefaultValue (int v)
XMLPUBFUN xmlGenericErrorFunc
*XMLCALL 
__xmlGenericError (void)
XMLPUBFUN
xmlStructuredErrorFunc
*XMLCALL 
__xmlStructuredError (void)
XMLPUBFUN void **XMLCALL __xmlGenericErrorContext (void)
XMLPUBFUN void **XMLCALL __xmlStructuredErrorContext (void)
XMLPUBFUN int *XMLCALL __xmlGetWarningsDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefGetWarningsDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlIndentTreeOutput (void)
XMLPUBFUN int XMLCALL xmlThrDefIndentTreeOutput (int v)
XMLPUBFUN const char **XMLCALL __xmlTreeIndentString (void)
XMLPUBFUN const char *XMLCALL xmlThrDefTreeIndentString (const char *v)
XMLPUBFUN int *XMLCALL __xmlKeepBlanksDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefKeepBlanksDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlLineNumbersDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefLineNumbersDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlLoadExtDtdDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefLoadExtDtdDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlParserDebugEntities (void)
XMLPUBFUN int XMLCALL xmlThrDefParserDebugEntities (int v)
XMLPUBFUN const char **XMLCALL __xmlParserVersion (void)
XMLPUBFUN int *XMLCALL __xmlPedanticParserDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefPedanticParserDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlSaveNoEmptyTags (void)
XMLPUBFUN int XMLCALL xmlThrDefSaveNoEmptyTags (int v)
XMLPUBFUN int *XMLCALL __xmlSubstituteEntitiesDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefSubstituteEntitiesDefaultValue (int v)
XMLPUBFUN xmlRegisterNodeFunc
*XMLCALL 
__xmlRegisterNodeDefaultValue (void)
XMLPUBFUN
xmlDeregisterNodeFunc *XMLCALL 
__xmlDeregisterNodeDefaultValue (void)
XMLPUBFUN
xmlParserInputBufferCreateFilenameFunc
*XMLCALL 
__xmlParserInputBufferCreateFilenameValue (void)
XMLPUBFUN
xmlOutputBufferCreateFilenameFunc
*XMLCALL 
__xmlOutputBufferCreateFilenameValue (void)

Variables

XMLPUBVAR xmlMallocFunc xmlMalloc
XMLPUBVAR xmlMallocFunc xmlMallocAtomic
XMLPUBVAR xmlReallocFunc xmlRealloc
XMLPUBVAR xmlFreeFunc xmlFree
XMLPUBVAR xmlStrdupFunc xmlMemStrdup
XMLPUBVAR xmlError xmlLastError
XMLPUBVAR int oldXMLWDcompatibility
XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme
XMLPUBVAR int xmlDefaultBufferSize
XMLPUBVAR xmlSAXHandlerV1 xmlDefaultSAXHandler
XMLPUBVAR xmlSAXLocator xmlDefaultSAXLocator
XMLPUBVAR int xmlDoValidityCheckingDefaultValue
XMLPUBVAR xmlGenericErrorFunc xmlGenericError
XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError
XMLPUBVAR voidxmlGenericErrorContext
XMLPUBVAR voidxmlStructuredErrorContext
XMLPUBVAR int xmlGetWarningsDefaultValue
XMLPUBVAR int xmlIndentTreeOutput
XMLPUBVAR const charxmlTreeIndentString
XMLPUBVAR int xmlKeepBlanksDefaultValue
XMLPUBVAR int xmlLineNumbersDefaultValue
XMLPUBVAR int xmlLoadExtDtdDefaultValue
XMLPUBVAR int xmlParserDebugEntities
XMLPUBVAR const charxmlParserVersion
XMLPUBVAR int xmlPedanticParserDefaultValue
XMLPUBVAR int xmlSaveNoEmptyTags
XMLPUBVAR int xmlSubstituteEntitiesDefaultValue
XMLPUBVAR xmlRegisterNodeFunc xmlRegisterNodeDefaultValue
XMLPUBVAR xmlDeregisterNodeFunc xmlDeregisterNodeDefaultValue
XMLPUBVAR
xmlParserInputBufferCreateFilenameFunc 
xmlParserInputBufferCreateFilenameValue
XMLPUBVAR
xmlOutputBufferCreateFilenameFunc 
xmlOutputBufferCreateFilenameValue

Generated on Sat May 26 2012 04:45:12 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.