Searched refs:doc_txt_ptr (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/include/libxml/ |
D | c14n.h | 81 xmlChar **doc_txt_ptr);
|
D | tree.h | 1112 xmlChar **doc_txt_ptr, 1117 xmlChar **doc_txt_ptr,
|
/external/libxml2/ |
D | xmlsave.c | 2245 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()
|
D | c14n.c | 2004 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/ |
D | xsltutils.h | 234 xsltSaveResultToString (xmlChar **doc_txt_ptr,
|
D | xsltutils.c | 1731 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()
|