Home
last modified time | relevance | path

Searched refs:doc_txt_ptr (Results 1 – 6 of 6) 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/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/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()