Lines Matching refs:doc_txt_ptr
5357 …xmlChar ** doc_txt_ptr; /* the memory pointer for allocated canonical XML text; the caller of this… in test_xmlC14NDocDumpMemory() local
5372 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 5); in test_xmlC14NDocDumpMemory()
5374 …et_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr); in test_xmlC14NDocDumpMemory()
5382 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 5); in test_xmlC14NDocDumpMemory()
20074 xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */ in test_xmlDocDumpFormatMemoryEnc() local
20090 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 1); in test_xmlDocDumpFormatMemoryEnc()
20095 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc()
20098 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 1); in test_xmlDocDumpFormatMemoryEnc()
20180 xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */ in test_xmlDocDumpMemoryEnc() local
20193 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 1); in test_xmlDocDumpMemoryEnc()
20197 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc()
20200 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 1); in test_xmlDocDumpMemoryEnc()