Searched refs:doc_txt_len (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | xmlsave.c | 2403 int * doc_txt_len, const char * txt_encoding, in xmlDocDumpFormatMemoryEnc() argument 2410 if (doc_txt_len == NULL) { in xmlDocDumpFormatMemoryEnc() 2411 doc_txt_len = &dummy; /* Continue, caller just won't get length */ in xmlDocDumpFormatMemoryEnc() 2415 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc() 2420 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc() 2459 *doc_txt_len = xmlBufUse(out_buff->conv); in xmlDocDumpFormatMemoryEnc() 2460 *doc_txt_ptr = xmlStrndup(xmlBufContent(out_buff->conv), *doc_txt_len); in xmlDocDumpFormatMemoryEnc() 2462 *doc_txt_len = xmlBufUse(out_buff->buffer); in xmlDocDumpFormatMemoryEnc() 2463 *doc_txt_ptr = xmlStrndup(xmlBufContent(out_buff->buffer),*doc_txt_len); in xmlDocDumpFormatMemoryEnc() 2467 if ((*doc_txt_ptr == NULL) && (*doc_txt_len > 0)) { in xmlDocDumpFormatMemoryEnc() [all …]
|
D | testapi.c | 20196 int * doc_txt_len; /* Length of the generated XML text */ in test_xmlDocDumpFormatMemoryEnc() local 20211 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2); in test_xmlDocDumpFormatMemoryEnc() 20215 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc() 20219 des_int_ptr(n_doc_txt_len, doc_txt_len, 2); in test_xmlDocDumpFormatMemoryEnc() 20302 int * doc_txt_len; /* Length of the generated XML text */ in test_xmlDocDumpMemoryEnc() local 20314 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2); in test_xmlDocDumpMemoryEnc() 20317 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc() 20321 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)
|