ReactOS 0.4.15-dev-7953-g1f49173
_xmlDictEntry Struct Reference
Collaboration diagram for _xmlDictEntry:

Public Attributes

struct _xmlDictEntrynext
 
const xmlCharname
 
unsigned int len
 
int valid
 
unsigned long okey
 

Detailed Description

Definition at line 90 of file dict.c.

Member Data Documentation

◆ len

unsigned int _xmlDictEntry::len

Definition at line 93 of file dict.c.

Referenced by xmlDictExists(), xmlDictGrow(), xmlDictLookup(), and xmlDictQLookup().

◆ name

const xmlChar* _xmlDictEntry::name

Definition at line 92 of file dict.c.

Referenced by xmlDictExists(), xmlDictGrow(), xmlDictLookup(), and xmlDictQLookup().

◆ next

struct _xmlDictEntry* _xmlDictEntry::next

Definition at line 91 of file dict.c.

Referenced by xmlDictExists(), xmlDictFree(), xmlDictGrow(), xmlDictLookup(), and xmlDictQLookup().

◆ okey

unsigned long _xmlDictEntry::okey

Definition at line 95 of file dict.c.

Referenced by xmlDictExists(), xmlDictGrow(), xmlDictLookup(), and xmlDictQLookup().

◆ valid

int _xmlDictEntry::valid

Definition at line 94 of file dict.c.

Referenced by xmlDictFree().


The documentation for this struct was generated from the following file: