Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dc14n.h71 xmlChar **inclusive_ns_prefixes,
79 xmlChar **inclusive_ns_prefixes,
87 xmlChar **inclusive_ns_prefixes,
115 xmlChar **inclusive_ns_prefixes,
/external/libxml2/os400/libxmlrpg/
Dc14n.rpgle66 d inclusive_ns_prefixes...
76 d inclusive_ns_prefixes...
85 d inclusive_ns_prefixes...
112 d inclusive_ns_prefixes...
/external/libxml2/
Dc14n.c70 xmlChar **inclusive_ns_prefixes; member
742 if(ctx->inclusive_ns_prefixes != NULL) { in xmlExcC14NProcessNamespacesAxis()
746 for (i = 0; ctx->inclusive_ns_prefixes[i] != NULL; ++i) { in xmlExcC14NProcessNamespacesAxis()
747 prefix = ctx->inclusive_ns_prefixes[i]; in xmlExcC14NProcessNamespacesAxis()
1776 xmlC14NMode mode, xmlChar ** inclusive_ns_prefixes, in xmlC14NNewCtx() argument
1839 ctx->inclusive_ns_prefixes = inclusive_ns_prefixes; in xmlC14NNewCtx()
1869 void* user_data, int mode, xmlChar **inclusive_ns_prefixes, in xmlC14NExecute() argument
1904 c14n_mode, inclusive_ns_prefixes, in xmlC14NExecute()
1971 int mode, xmlChar ** inclusive_ns_prefixes, in xmlC14NDocSaveTo() argument
1977 inclusive_ns_prefixes, in xmlC14NDocSaveTo()
[all …]
Dtestapi.c5353 …xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or… in test_xmlC14NDocDumpMemory() local
5370 inclusive_ns_prefixes = gen_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, 3); in test_xmlC14NDocDumpMemory()
5374 …ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr… in test_xmlC14NDocDumpMemory()
5380 des_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, inclusive_ns_prefixes, 3); in test_xmlC14NDocDumpMemory()
5422 …xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or… in test_xmlC14NDocSave() local
5442 inclusive_ns_prefixes = gen_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, 3); in test_xmlC14NDocSave()
5447 …ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compres… in test_xmlC14NDocSave()
5453 des_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, inclusive_ns_prefixes, 3); in test_xmlC14NDocSave()
5498 …xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or… in test_xmlC14NDocSaveTo() local
5515 inclusive_ns_prefixes = gen_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, 3); in test_xmlC14NDocSaveTo()
[all …]