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.rpgle69 d inclusive_ns_prefixes...
80 d inclusive_ns_prefixes...
90 d inclusive_ns_prefixes...
118 d inclusive_ns_prefixes...
/external/libxml2/
Dc14n.c70 xmlChar **inclusive_ns_prefixes; member
750 if(ctx->inclusive_ns_prefixes != NULL) { in xmlExcC14NProcessNamespacesAxis()
754 for (i = 0; ctx->inclusive_ns_prefixes[i] != NULL; ++i) { in xmlExcC14NProcessNamespacesAxis()
755 prefix = ctx->inclusive_ns_prefixes[i]; in xmlExcC14NProcessNamespacesAxis()
1781 xmlC14NMode mode, xmlChar ** inclusive_ns_prefixes, in xmlC14NNewCtx() argument
1835 ctx->inclusive_ns_prefixes = inclusive_ns_prefixes; in xmlC14NNewCtx()
1865 void* user_data, int mode, xmlChar **inclusive_ns_prefixes, in xmlC14NExecute() argument
1900 c14n_mode, inclusive_ns_prefixes, in xmlC14NExecute()
1967 int mode, xmlChar ** inclusive_ns_prefixes, in xmlC14NDocSaveTo() argument
1973 inclusive_ns_prefixes, in xmlC14NDocSaveTo()
[all …]
Dtestapi.c5378 …xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or… in test_xmlC14NDocDumpMemory() local
5395 inclusive_ns_prefixes = gen_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, 3); in test_xmlC14NDocDumpMemory()
5399 …ret_val = xmlC14NDocDumpMemory(doc, nodes, mode, inclusive_ns_prefixes, with_comments, doc_txt_ptr… in test_xmlC14NDocDumpMemory()
5405 des_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, inclusive_ns_prefixes, 3); in test_xmlC14NDocDumpMemory()
5447 …xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or… in test_xmlC14NDocSave() local
5467 inclusive_ns_prefixes = gen_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, 3); in test_xmlC14NDocSave()
5472 …ret_val = xmlC14NDocSave(doc, nodes, mode, inclusive_ns_prefixes, with_comments, filename, compres… in test_xmlC14NDocSave()
5478 des_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, inclusive_ns_prefixes, 3); in test_xmlC14NDocSave()
5523 …xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or… in test_xmlC14NDocSaveTo() local
5540 inclusive_ns_prefixes = gen_xmlChar_ptr_ptr(n_inclusive_ns_prefixes, 3); in test_xmlC14NDocSaveTo()
[all …]