Searched refs:with_comments (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dc14n.h61 int with_comments,
69 int with_comments,
77 int with_comments,
95 int with_comments,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dc14n.c56 int with_comments; member in struct:_xmlC14NCtx
1327 if (visible && ctx->with_comments) {
1464 * @with_comments: include comments in the result (!=0) or not (==0)
1477 int with_comments, xmlOutputBufferPtr buf)
1518 ctx->with_comments = with_comments;
1557 * @with_comments: include comments in the result (!=0) or not (==0)
1571 int with_comments, xmlOutputBufferPtr buf) {
1592 with_comments, buf);
1646 * @with_comments
1474 xmlC14NNewCtx(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1569 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1658 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument
1694 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument
1766 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument
[all...]
H A Druntest.c3667 c14nRunTest(const char* xml_filename, int with_comments, int exclusive, argument
3730 with_comments, &result);
3756 c14nCommonTest(const char *filename, int with_comments, int exclusive, argument
3789 if (c14nRunTest(filename, with_comments, exclusive,

Completed in 51 milliseconds