Home
last modified time | relevance | path

Searched refs:txt_encoding (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlsave.c2367 int * doc_txt_len, const char * txt_encoding, in xmlDocDumpFormatMemoryEnc() argument
2396 if (txt_encoding == NULL) in xmlDocDumpFormatMemoryEnc()
2397 txt_encoding = (const char *) out_doc->encoding; in xmlDocDumpFormatMemoryEnc()
2398 if (txt_encoding != NULL) { in xmlDocDumpFormatMemoryEnc()
2399 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding); in xmlDocDumpFormatMemoryEnc()
2402 txt_encoding); in xmlDocDumpFormatMemoryEnc()
2416 ctxt.encoding = (const xmlChar *) txt_encoding; in xmlDocDumpFormatMemoryEnc()
2486 int * doc_txt_len, const char * txt_encoding) { in xmlDocDumpMemoryEnc() argument
2488 txt_encoding, 0); in xmlDocDumpMemoryEnc()
/reactos/sdk/include/reactos/libs/libxml/
H A Dtree.h1168 const char *txt_encoding);
1173 const char *txt_encoding,