ReactOS 0.4.16-dev-747-gbc52d5f
|
#include "wine/heap.h"
Go to the source code of this file.
Functions | |
static void * | m_alloc (IMalloc *imalloc, size_t len) |
static void * | m_realloc (IMalloc *imalloc, void *mem, size_t len) |
static void | m_free (IMalloc *imalloc, void *mem) |
xml_encoding | parse_encoding_name (const WCHAR *, int) DECLSPEC_HIDDEN |
HRESULT | get_code_page (xml_encoding, UINT *) DECLSPEC_HIDDEN |
const WCHAR * | get_encoding_name (xml_encoding) DECLSPEC_HIDDEN |
xml_encoding | get_encoding_from_codepage (UINT) DECLSPEC_HIDDEN |
BOOL | is_ncnamechar (WCHAR ch) DECLSPEC_HIDDEN |
BOOL | is_pubchar (WCHAR ch) DECLSPEC_HIDDEN |
BOOL | is_namestartchar (WCHAR ch) DECLSPEC_HIDDEN |
BOOL | is_namechar (WCHAR ch) DECLSPEC_HIDDEN |
Definition at line 50 of file xmllite_private.h.
HRESULT get_code_page | ( | xml_encoding | encoding, |
UINT * | cp | ||
) |
Definition at line 734 of file reader.c.
Referenced by readerinput_switchencoding().
xml_encoding get_encoding_from_codepage | ( | UINT | codepage | ) |
Definition at line 170 of file reader.c.
Referenced by CreateXmlWriterOutputWithEncodingCodePage().
const WCHAR * get_encoding_name | ( | xml_encoding | encoding | ) |
Definition at line 165 of file reader.c.
Referenced by get_output_encoding_name().
Definition at line 1553 of file reader.c.
Referenced by is_valid_name(), and reader_parse_name().
Definition at line 1509 of file reader.c.
Referenced by is_valid_name(), reader_parse_name(), and readerinput_detectencoding().
Definition at line 1529 of file reader.c.
Referenced by is_namechar(), is_valid_ncname(), reader_parse_local(), and reader_parse_qname().
Definition at line 1496 of file reader.c.
Referenced by is_valid_pubid(), and reader_parse_pub_literal().
Definition at line 26 of file xmllite_private.h.
Referenced by reader_alloc(), readerinput_alloc(), writer_alloc(), and writeroutput_alloc().
Definition at line 42 of file xmllite_private.h.
Referenced by reader_free(), readerinput_free(), writer_free(), and writeroutput_free().
Definition at line 34 of file xmllite_private.h.
Referenced by readerinput_realloc(), and writeroutput_realloc().
xml_encoding parse_encoding_name | ( | const WCHAR * | name, |
int | len | ||
) |
Definition at line 747 of file reader.c.
Referenced by CreateXmlReaderInputWithEncodingName(), and reader_parse_encname().