ReactOS 0.4.15-dev-7846-g8ba6c66
_xmlBuf Struct Reference
Collaboration diagram for _xmlBuf:

Public Attributes

xmlCharcontent
 
unsigned int compat_use
 
unsigned int compat_size
 
xmlBufferAllocationScheme alloc
 
xmlCharcontentIO
 
size_t use
 
size_t size
 
xmlBufferPtr buffer
 
int error
 

Detailed Description

xmlBuf:

A buffer structure. The base of the structure is somehow compatible with struct _xmlBuffer to limit risks on application which accessed directly the input->buf->buffer structures.

Definition at line 43 of file buf.c.

Member Data Documentation

◆ alloc

xmlBufferAllocationScheme _xmlBuf::alloc

Definition at line 47 of file buf.c.

◆ buffer

xmlBufferPtr _xmlBuf::buffer

Definition at line 51 of file buf.c.

◆ compat_size

unsigned int _xmlBuf::compat_size

Definition at line 46 of file buf.c.

◆ compat_use

unsigned int _xmlBuf::compat_use

Definition at line 45 of file buf.c.

◆ content

xmlChar* _xmlBuf::content

Definition at line 44 of file buf.c.

◆ contentIO

xmlChar* _xmlBuf::contentIO

Definition at line 48 of file buf.c.

◆ error

int _xmlBuf::error

Definition at line 52 of file buf.c.

◆ size

size_t _xmlBuf::size

Definition at line 50 of file buf.c.

◆ use

size_t _xmlBuf::use

Definition at line 49 of file buf.c.


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