ReactOS 0.4.15-dev-8434-g155a7c7
_xsltRuntimeExtra Struct Reference

#include <xsltInternals.h>

Collaboration diagram for _xsltRuntimeExtra:

Public Attributes

voidinfo
 
xmlFreeFunc deallocate
 
union {
   void *   ptr
 
   int   ival
 
val
 

Detailed Description

Definition at line 225 of file xsltInternals.h.

Member Data Documentation

◆ deallocate

xmlFreeFunc _xsltRuntimeExtra::deallocate

Definition at line 227 of file xsltInternals.h.

Referenced by xsltAllocateExtraCtxt(), and xsltFreeTransformContext().

◆ info

void* _xsltRuntimeExtra::info

Definition at line 226 of file xsltInternals.h.

Referenced by xsltAllocateExtraCtxt(), and xsltFreeTransformContext().

◆ ival

int _xsltRuntimeExtra::ival

Definition at line 230 of file xsltInternals.h.

◆ ptr

void* _xsltRuntimeExtra::ptr

Definition at line 229 of file xsltInternals.h.

Referenced by xsltAllocateExtraCtxt().

◆ 

union { ... } _xsltRuntimeExtra::val

Referenced by xsltAllocateExtraCtxt().


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