Searched defs:doc_txt_ptr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dc14n.c1683 * @doc_txt_ptr: the memory pointer for allocated canonical XML text;
1696 int with_comments, xmlChar ** doc_txt_ptr)
1701 if (doc_txt_ptr == NULL) {
1706 *doc_txt_ptr = NULL;
1730 *doc_txt_ptr = xmlStrndup(buf->buffer->content, ret);
1734 if ((*doc_txt_ptr == NULL) && (ret > 0)) {
1694 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
H A Dxmlsave.c2026 * @doc_txt_ptr: Memory pointer for allocated XML text
2039 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, argument
2051 if (doc_txt_ptr == NULL) {
2056 *doc_txt_ptr = NULL;
2096 *doc_txt_ptr = xmlStrndup(out_buff->conv->content, *doc_txt_len);
2099 *doc_txt_ptr = xmlStrndup(out_buff->buffer->content, *doc_txt_len);
2103 if ((*doc_txt_ptr == NULL) && (*doc_txt_len > 0)) {
2148 * @doc_txt_ptr: Memory pointer for allocated XML text
2158 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, argument
2160 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_le
[all...]
H A Dtestapi.c5334 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 */ local
5349 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 5);
5351 ret_val = xmlC14NDocDumpMemory(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5359 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 5);
19773 xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */ local
19789 doc_txt_ptr = gen_xmlChar_ptr_ptr(n_doc_txt_ptr, 1);
19794 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format);
19797 des_xmlChar_ptr_ptr(n_doc_txt_ptr, doc_txt_ptr, 1);
19879 xmlChar ** doc_txt_ptr; /* Memory pointer for allocated XML text */ local
19892 doc_txt_ptr
[all...]

Completed in 141 milliseconds