Home | History | Annotate | Download | only in libxml2

Lines Matching refs:doc_txt_ptr

5357     xmlChar ** doc_txt_ptr; /* the memory pointer for allocated canonical XML text; the caller of this functions is responsible for calling xmlFree() to free allocated memory */
5372 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 5);
5374 ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5382 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 5);
20074 xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */
20090 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 1);
20095 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format);
20098 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 1);
20180 xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */
20193 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 1);
20197 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding);
20200 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 1);