Searched refs:doc_txt_len (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
D | xmlsave.c | 2172 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 …]
|
D | testapi.c | 19887 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/ |
D | xmlsave.c | 2246 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/ |
D | xsltutils.c | 1731 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()
|
D | xsltutils.h | 235 int * doc_txt_len,
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | xsltutils.c | 1731 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()
|
D | xsltutils.h | 235 int * doc_txt_len,
|
/external/libxml2/include/libxml/ |
D | tree.h | 1113 int * doc_txt_len, 1118 int * doc_txt_len,
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | tree.h | 1114 int * doc_txt_len, 1119 int * doc_txt_len,
|