ReactOS 0.4.16-dev-41-ge8c7597
|
#include <xsltInternals.h>
Public Attributes | |
void * | info |
xmlFreeFunc | deallocate |
union { | |
void * ptr | |
int ival | |
} | val |
Definition at line 225 of file xsltInternals.h.
xmlFreeFunc _xsltRuntimeExtra::deallocate |
Definition at line 227 of file xsltInternals.h.
Referenced by xsltAllocateExtraCtxt(), and xsltFreeTransformContext().
void* _xsltRuntimeExtra::info |
Definition at line 226 of file xsltInternals.h.
Referenced by xsltAllocateExtraCtxt(), and xsltFreeTransformContext().
int _xsltRuntimeExtra::ival |
Definition at line 230 of file xsltInternals.h.
void* _xsltRuntimeExtra::ptr |
Definition at line 229 of file xsltInternals.h.
Referenced by xsltAllocateExtraCtxt().
union { ... } _xsltRuntimeExtra::val |
Referenced by xsltAllocateExtraCtxt().