Home
last modified time | relevance | path

Searched refs:doc_txt_ptr (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/include/libxml/
Dc14n.h81 xmlChar **doc_txt_ptr);
Dtree.h1112 xmlChar **doc_txt_ptr,
1117 xmlChar **doc_txt_ptr,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dc14n.h81 xmlChar **doc_txt_ptr);
Dtree.h1113 xmlChar **doc_txt_ptr,
1118 xmlChar **doc_txt_ptr,
/external/chromium_org/third_party/libxml/src/
Dxmlsave.c2171 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpFormatMemoryEnc() argument
2183 if (doc_txt_ptr == NULL) { in xmlDocDumpFormatMemoryEnc()
2188 *doc_txt_ptr = NULL; in xmlDocDumpFormatMemoryEnc()
2229 *doc_txt_ptr = xmlStrndup(out_buff->conv->content, *doc_txt_len); in xmlDocDumpFormatMemoryEnc()
2232 *doc_txt_ptr = xmlStrndup(out_buff->buffer->content, *doc_txt_len); in xmlDocDumpFormatMemoryEnc()
2236 if ((*doc_txt_ptr == NULL) && (*doc_txt_len > 0)) { in xmlDocDumpFormatMemoryEnc()
2291 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpMemoryEnc() argument
2293 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, in xmlDocDumpMemoryEnc()
Dc14n.c2004 int with_comments, xmlChar ** doc_txt_ptr) in xmlC14NDocDumpMemory() argument
2009 if (doc_txt_ptr == NULL) { in xmlC14NDocDumpMemory()
2014 *doc_txt_ptr = NULL; in xmlC14NDocDumpMemory()
2038 *doc_txt_ptr = xmlStrndup(buf->buffer->content, ret); in xmlC14NDocDumpMemory()
2042 if ((*doc_txt_ptr == NULL) && (ret > 0)) { in xmlC14NDocDumpMemory()
Dtestapi.c5361 …xmlChar ** doc_txt_ptr; /* the memory pointer for allocated canonical XML text; the caller of this… in test_xmlC14NDocDumpMemory() local
5376 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 5); in test_xmlC14NDocDumpMemory()
5378 …et_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr); in test_xmlC14NDocDumpMemory()
5386 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 5); in test_xmlC14NDocDumpMemory()
19885 xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */ in test_xmlDocDumpFormatMemoryEnc() local
19901 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 1); in test_xmlDocDumpFormatMemoryEnc()
19906 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc()
19909 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 1); in test_xmlDocDumpFormatMemoryEnc()
19991 xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */ in test_xmlDocDumpMemoryEnc() local
20004 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 1); in test_xmlDocDumpMemoryEnc()
[all …]
/external/libxml2/
Dxmlsave.c2245 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpFormatMemoryEnc() argument
2257 if (doc_txt_ptr == NULL) { in xmlDocDumpFormatMemoryEnc()
2262 *doc_txt_ptr = NULL; in xmlDocDumpFormatMemoryEnc()
2303 *doc_txt_ptr = xmlStrndup(out_buff->conv->content, *doc_txt_len); in xmlDocDumpFormatMemoryEnc()
2306 *doc_txt_ptr = xmlStrndup(out_buff->buffer->content, *doc_txt_len); in xmlDocDumpFormatMemoryEnc()
2310 if ((*doc_txt_ptr == NULL) && (*doc_txt_len > 0)) { in xmlDocDumpFormatMemoryEnc()
2365 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpMemoryEnc() argument
2367 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, in xmlDocDumpMemoryEnc()
Dc14n.c2004 int with_comments, xmlChar ** doc_txt_ptr) in xmlC14NDocDumpMemory() argument
2009 if (doc_txt_ptr == NULL) { in xmlC14NDocDumpMemory()
2014 *doc_txt_ptr = NULL; in xmlC14NDocDumpMemory()
2038 *doc_txt_ptr = xmlStrndup(buf->buffer->content, ret); in xmlC14NDocDumpMemory()
2042 if ((*doc_txt_ptr == NULL) && (ret > 0)) { in xmlC14NDocDumpMemory()
/external/chromium_org/third_party/libxslt/libxslt/
Dxsltutils.h234 xsltSaveResultToString (xmlChar **doc_txt_ptr,
Dxsltutils.c1731 xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len, in xsltSaveResultToString() argument
1736 *doc_txt_ptr = NULL; in xsltSaveResultToString()
1759 *doc_txt_ptr = xmlStrndup(buf->conv->content, *doc_txt_len); in xsltSaveResultToString()
1762 *doc_txt_ptr = xmlStrndup(buf->buffer->content, *doc_txt_len); in xsltSaveResultToString()
/external/libxslt/libxslt/
Dxsltutils.h234 xsltSaveResultToString (xmlChar **doc_txt_ptr,
Dxsltutils.c1731 xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len, in xsltSaveResultToString() argument
1736 *doc_txt_ptr = NULL; in xsltSaveResultToString()
1759 *doc_txt_ptr = xmlStrndup(buf->conv->content, *doc_txt_len); in xsltSaveResultToString()
1762 *doc_txt_ptr = xmlStrndup(buf->buffer->content, *doc_txt_len); in xsltSaveResultToString()