Searched refs:doc_txt_len (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | xmlsave.c | 2411 int * doc_txt_len, const char * txt_encoding, in xmlDocDumpFormatMemoryEnc() argument 2418 if (doc_txt_len == NULL) { in xmlDocDumpFormatMemoryEnc() 2419 doc_txt_len = &dummy; /* Continue, caller just won't get length */ in xmlDocDumpFormatMemoryEnc() 2423 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc() 2428 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc() 2467 *doc_txt_len = xmlBufUse(out_buff->conv); in xmlDocDumpFormatMemoryEnc() 2468 *doc_txt_ptr = xmlStrndup(xmlBufContent(out_buff->conv), *doc_txt_len); in xmlDocDumpFormatMemoryEnc() 2470 *doc_txt_len = xmlBufUse(out_buff->buffer); in xmlDocDumpFormatMemoryEnc() 2471 *doc_txt_ptr = xmlStrndup(xmlBufContent(out_buff->buffer),*doc_txt_len); in xmlDocDumpFormatMemoryEnc() 2475 if ((*doc_txt_ptr == NULL) && (*doc_txt_len > 0)) { in xmlDocDumpFormatMemoryEnc() [all …]
|
D | testapi.c | 20076 int * doc_txt_len; /* Length of the generated XML text */ in test_xmlDocDumpFormatMemoryEnc() local 20091 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2); in test_xmlDocDumpFormatMemoryEnc() 20095 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc() 20099 des_int_ptr(n_doc_txt_len, doc_txt_len, 2); in test_xmlDocDumpFormatMemoryEnc() 20182 int * doc_txt_len; /* Length of the generated XML text */ in test_xmlDocDumpMemoryEnc() local 20194 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2); in test_xmlDocDumpMemoryEnc() 20197 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc() 20201 des_int_ptr(n_doc_txt_len, doc_txt_len, 2); in test_xmlDocDumpMemoryEnc()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1166 int * doc_txt_len, 1171 int * doc_txt_len,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1478 d doc_txt_len like(xmlCint) 1485 d doc_txt_len like(xmlCint)
|