Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c2352 int * doc_txt_len, const char * txt_encoding, in xmlDocDumpFormatMemoryEnc() argument
2359 if (doc_txt_len == NULL) { in xmlDocDumpFormatMemoryEnc()
2360 doc_txt_len = &dummy; /* Continue, caller just won't get length */ in xmlDocDumpFormatMemoryEnc()
2364 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc()
2369 *doc_txt_len = 0; in xmlDocDumpFormatMemoryEnc()
2407 *doc_txt_len = xmlBufUse(out_buff->conv); in xmlDocDumpFormatMemoryEnc()
2408 *doc_txt_ptr = xmlStrndup(xmlBufContent(out_buff->conv), *doc_txt_len); in xmlDocDumpFormatMemoryEnc()
2410 *doc_txt_len = xmlBufUse(out_buff->buffer); in xmlDocDumpFormatMemoryEnc()
2411 *doc_txt_ptr = xmlStrndup(xmlBufContent(out_buff->buffer),*doc_txt_len); in xmlDocDumpFormatMemoryEnc()
2415 if ((*doc_txt_ptr == NULL) && (*doc_txt_len > 0)) { in xmlDocDumpFormatMemoryEnc()
[all …]
Dtestapi.c20169 int * doc_txt_len; /* Length of the generated XML text */ in test_xmlDocDumpFormatMemoryEnc() local
20184 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2); in test_xmlDocDumpFormatMemoryEnc()
20188 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc()
20192 des_int_ptr(n_doc_txt_len, doc_txt_len, 2); in test_xmlDocDumpFormatMemoryEnc()
20275 int * doc_txt_len; /* Length of the generated XML text */ in test_xmlDocDumpMemoryEnc() local
20287 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2); in test_xmlDocDumpMemoryEnc()
20290 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc()
20294 des_int_ptr(n_doc_txt_len, doc_txt_len, 2); in test_xmlDocDumpMemoryEnc()
/external/libxml2/include/libxml/
Dtree.h1166 int * doc_txt_len,
1171 int * doc_txt_len,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1478 d doc_txt_len like(xmlCint)
1485 d doc_txt_len like(xmlCint)