Lines Matching refs:exclusive
65 int exclusive; member
716 if(!ctx->exclusive) { in xmlExcC14NProcessNamespacesAxis()
1013 if (parent_visible && (!ctx->exclusive) && (cur->parent != NULL) in xmlC14NProcessAttrsAxis()
1162 if (!ctx->exclusive) { in xmlC14NProcessElementNode()
1476 int exclusive, xmlChar ** inclusive_ns_prefixes, in xmlC14NNewCtx() argument
1537 if (exclusive) { in xmlC14NNewCtx()
1538 ctx->exclusive = 1; in xmlC14NNewCtx()
1570 void* user_data, int exclusive, xmlChar **inclusive_ns_prefixes, in xmlC14NExecute() argument
1591 exclusive, inclusive_ns_prefixes, in xmlC14NExecute()
1659 int exclusive, xmlChar ** inclusive_ns_prefixes, in xmlC14NDocSaveTo() argument
1664 exclusive, in xmlC14NDocSaveTo()
1695 int exclusive, xmlChar ** inclusive_ns_prefixes, in xmlC14NDocDumpMemory() argument
1720 ret = xmlC14NDocSaveTo(doc, nodes, exclusive, inclusive_ns_prefixes, in xmlC14NDocDumpMemory()
1767 int exclusive, xmlChar ** inclusive_ns_prefixes, in xmlC14NDocSave() argument
1794 ret = xmlC14NDocSaveTo(doc, nodes, exclusive, inclusive_ns_prefixes, in xmlC14NDocSave()