Home
last modified time | relevance | path

Searched refs:doc_txt_len (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dxmlsave.c2172 int * doc_txt_len, const char * txt_encoding, in xmlDocDumpFormatMemoryEnc() argument
2179 if (doc_txt_len == NULL) { in xmlDocDumpFormatMemoryEnc()
2180 doc_txt_len = &dummy; /* Continue, caller just won't get length */ in xmlDocDumpFormatMemoryEnc()
2184 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc()
2189 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc()
2228 *doc_txt_len = out_buff->conv->use; in xmlDocDumpFormatMemoryEnc()
2229 *doc_txt_ptr = xmlStrndup(out_buff->conv->content, *doc_txt_len); in xmlDocDumpFormatMemoryEnc()
2231 *doc_txt_len = out_buff->buffer->use; in xmlDocDumpFormatMemoryEnc()
2232 *doc_txt_ptr = xmlStrndup(out_buff->buffer->content, *doc_txt_len); in xmlDocDumpFormatMemoryEnc()
2236 if ((*doc_txt_ptr == NULL) && (*doc_txt_len > 0)) { in xmlDocDumpFormatMemoryEnc()
[all …]
Dtestapi.c19887 int * doc_txt_len; /* Length of the generated XML text */ in test_xmlDocDumpFormatMemoryEnc() local
19902 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2); in test_xmlDocDumpFormatMemoryEnc()
19906 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc()
19910 des_int_ptr(n_doc_txt_len, doc_txt_len, 2); in test_xmlDocDumpFormatMemoryEnc()
19993 int * doc_txt_len; /* Length of the generated XML text */ in test_xmlDocDumpMemoryEnc() local
20005 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2); in test_xmlDocDumpMemoryEnc()
20008 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc()
20012 des_int_ptr(n_doc_txt_len, doc_txt_len, 2); in test_xmlDocDumpMemoryEnc()
/external/libxml2/
Dxmlsave.c2246 int * doc_txt_len, const char * txt_encoding, in xmlDocDumpFormatMemoryEnc() argument
2253 if (doc_txt_len == NULL) { in xmlDocDumpFormatMemoryEnc()
2254 doc_txt_len = &dummy; /* Continue, caller just won't get length */ in xmlDocDumpFormatMemoryEnc()
2258 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc()
2263 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc()
2302 *doc_txt_len = out_buff->conv->use; in xmlDocDumpFormatMemoryEnc()
2303 *doc_txt_ptr = xmlStrndup(out_buff->conv->content, *doc_txt_len); in xmlDocDumpFormatMemoryEnc()
2305 *doc_txt_len = out_buff->buffer->use; 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()
[all …]
/external/libxslt/libxslt/
Dxsltutils.c1731 xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len, in xsltSaveResultToString() argument
1737 *doc_txt_len = 0; in xsltSaveResultToString()
1758 *doc_txt_len = buf->conv->use; in xsltSaveResultToString()
1759 *doc_txt_ptr = xmlStrndup(buf->conv->content, *doc_txt_len); in xsltSaveResultToString()
1761 *doc_txt_len = buf->buffer->use; in xsltSaveResultToString()
1762 *doc_txt_ptr = xmlStrndup(buf->buffer->content, *doc_txt_len); in xsltSaveResultToString()
Dxsltutils.h235 int * doc_txt_len,
/external/chromium_org/third_party/libxslt/libxslt/
Dxsltutils.c1731 xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len, in xsltSaveResultToString() argument
1737 *doc_txt_len = 0; in xsltSaveResultToString()
1758 *doc_txt_len = buf->conv->use; in xsltSaveResultToString()
1759 *doc_txt_ptr = xmlStrndup(buf->conv->content, *doc_txt_len); in xsltSaveResultToString()
1761 *doc_txt_len = buf->buffer->use; in xsltSaveResultToString()
1762 *doc_txt_ptr = xmlStrndup(buf->buffer->content, *doc_txt_len); in xsltSaveResultToString()
Dxsltutils.h235 int * doc_txt_len,
/external/libxml2/include/libxml/
Dtree.h1113 int * doc_txt_len,
1118 int * doc_txt_len,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h1114 int * doc_txt_len,
1119 int * doc_txt_len,