ReactOS 0.4.16-dev-2132-g3885311
globals.h File Reference
#include <libxml/xmlversion.h>
#include <libxml/HTMLparser.h>
#include <libxml/parser.h>
#include <libxml/xmlerror.h>
#include <libxml/xmlIO.h>
#include <libxml/xmlsave.h>
#include <libxml/threads.h>
Include dependency graph for globals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _xmlGlobalState xmlGlobalState
 
typedef xmlGlobalStatexmlGlobalStatePtr
 

Functions

XML_DEPRECATED XMLPUBFUN void xmlInitializeGlobalState (xmlGlobalStatePtr gs)
 
XML_DEPRECATED XMLPUBFUN xmlGlobalStatePtr xmlGetGlobalState (void)
 

Typedef Documentation

◆ xmlGlobalState

Definition at line 29 of file globals.h.

◆ xmlGlobalStatePtr

Definition at line 30 of file globals.h.

Function Documentation

◆ xmlGetGlobalState()

xmlGetGlobalState:

DEPRECATED

Returns NULL.

Definition at line 659 of file globals.c.

660{
661 return(NULL);
662}
#define NULL
Definition: types.h:112

◆ xmlInitializeGlobalState()

XML_DEPRECATED XMLPUBFUN void xmlInitializeGlobalState ( xmlGlobalStatePtr gs  ATTRIBUTE_UNUSED)

xmlInitializeGlobalState: @gs: a pointer to a newly allocated global state

DEPRECATED: No-op.

Definition at line 647 of file globals.c.

648{
649}