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

/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c2159 * @doc_txt_len: Length of the generated XML text
2172 int * doc_txt_len, const char * txt_encoding,
2179 if (doc_txt_len == NULL) {
2180 doc_txt_len = &dummy; /* Continue, caller just won't get length */
2184 *doc_txt_len = 0;
2189 *doc_txt_len = 0;
2228 *doc_txt_len = out_buff->conv->use;
2229 *doc_txt_ptr = xmlStrndup(out_buff->conv->content, *doc_txt_len);
2231 *doc_txt_len = out_buff->buffer->use;
2232 *doc_txt_ptr = xmlStrndup(out_buff->buffer->content, *doc_txt_len);
2171 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2291 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding) argument
[all...]
H A Dtestapi.c19887 int * doc_txt_len; /* Length of the generated XML text */ local
19902 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2);
19906 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format);
19910 des_int_ptr(n_doc_txt_len, doc_txt_len, 2);
19993 int * doc_txt_len; /* Length of the generated XML text */ local
20005 doc_txt_len = gen_int_ptr(n_doc_txt_len, 2);
20008 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding);
20012 des_int_ptr(n_doc_txt_len, doc_txt_len, 2);
[all...]
/external/libxml2/
H A Dxmlsave.c2233 * @doc_txt_len: Length of the generated XML text
2246 int * doc_txt_len, const char * txt_encoding,
2253 if (doc_txt_len == NULL) {
2254 doc_txt_len = &dummy; /* Continue, caller just won't get length */
2258 *doc_txt_len = 0;
2263 *doc_txt_len = 0;
2302 *doc_txt_len = out_buff->conv->use;
2303 *doc_txt_ptr = xmlStrndup(out_buff->conv->content, *doc_txt_len);
2305 *doc_txt_len = out_buff->buffer->use;
2306 *doc_txt_ptr = xmlStrndup(out_buff->buffer->content, *doc_txt_len);
2245 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2365 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding) argument
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.h235 int * doc_txt_len,
H A Dxsltutils.c1721 * @doc_txt_len: Length of the generated XML text
1731 xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len, argument
1737 *doc_txt_len = 0;
1758 *doc_txt_len = buf->conv->use;
1759 *doc_txt_ptr = xmlStrndup(buf->conv->content, *doc_txt_len);
1761 *doc_txt_len = buf->buffer->use;
1762 *doc_txt_ptr = xmlStrndup(buf->buffer->content, *doc_txt_len);
/external/libxslt/libxslt/
H A Dxsltutils.h235 int * doc_txt_len,
H A Dxsltutils.c1721 * @doc_txt_len: Length of the generated XML text
1731 xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len, argument
1737 *doc_txt_len = 0;
1758 *doc_txt_len = buf->conv->use;
1759 *doc_txt_ptr = xmlStrndup(buf->conv->content, *doc_txt_len);
1761 *doc_txt_len = buf->buffer->use;
1762 *doc_txt_ptr = xmlStrndup(buf->buffer->content, *doc_txt_len);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h1114 int * doc_txt_len,
1119 int * doc_txt_len,
/external/libxml2/include/libxml/
H A Dtree.h1113 int * doc_txt_len,
1118 int * doc_txt_len,

Completed in 778 milliseconds