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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlsave.c1952 * @doc_txt_len: Length of the generated XML text
1965 int * doc_txt_len, const char * txt_encoding,
1972 if (doc_txt_len == NULL) {
1973 doc_txt_len = &dummy; /* Continue, caller just won't get length */
1977 *doc_txt_len = 0;
1982 *doc_txt_len = 0;
2020 *doc_txt_len = out_buff->conv->use;
2021 *doc_txt_ptr = xmlStrndup(out_buff->conv->content, *doc_txt_len);
2023 *doc_txt_len = out_buff->buffer->use;
2024 *doc_txt_ptr = xmlStrndup(out_buff->buffer->content, *doc_txt_len);
1964 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2083 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.h233 int * doc_txt_len,
H A Dxsltutils.c1683 * @doc_txt_len: Length of the generated XML text
1693 xsltSaveResultToString(xmlChar **doc_txt_ptr, int * doc_txt_len, argument
1699 *doc_txt_len = 0;
1720 *doc_txt_len = buf->conv->use;
1721 *doc_txt_ptr = xmlStrndup(buf->conv->content, *doc_txt_len);
1723 *doc_txt_len = buf->buffer->use;
1724 *doc_txt_ptr = xmlStrndup(buf->buffer->content, *doc_txt_len);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h1038 int * doc_txt_len,
1043 int * doc_txt_len,

Completed in 60 milliseconds