Searched defs:exclusive (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestC14N.c52 test_c14n(const char* xml_filename, int with_comments, int exclusive, argument
99 exclusive, inclusive_namespaces,
144 /* load exclusive namespace from command line */
151 /* load exclusive namespace from command line */
H A Dc14n.c64 /* exclusive canonicalization */
65 int exclusive; member in struct:_xmlC14NCtx
675 * Prints out exclusive canonical namespace axis of the current node to the
716 if(!ctx->exclusive) {
1011 * (only for non-exclusive XML Canonicalization)
1013 if (parent_visible && (!ctx->exclusive) && (cur->parent != NULL)
1162 if (!ctx->exclusive) {
1462 * inclusive namespaces (only for exclusive
1476 int exclusive, xmlChar ** inclusive_ns_prefixes,
1534 * Set "exclusive" fla
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.c3674 c14nRunTest(const char* xml_filename, int with_comments, int exclusive, argument
3736 exclusive, inclusive_namespaces,
3763 c14nCommonTest(const char *filename, int with_comments, int exclusive, argument
3796 if (c14nRunTest(filename, with_comments, exclusive,
4253 { "C14N exclusive without comments regression tests" ,
H A Dtestapi.c5328 int exclusive; /* the exclusive flag (0 - non-exclusive canonicalization; otherwise - exclusive canonicalization) */ local
5330 xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
5346 exclusive = gen_int(n_exclusive, 2);
5351 ret_val = xmlC14NDocDumpMemory(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5356 des_int(n_exclusive, exclusive, 2);
5397 int exclusive; /* the exclusive fla local
5473 int exclusive; /* the exclusive flag (0 - non-exclusive canonicalization; otherwise - exclusive canonicalization) */ local
[all...]
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.c1235 vcexcl_t exclusive,
1271 if (exclusive == EXCL) {
1231 sffs_create( vnode_t *dvp, char *name, struct vattr *vap, vcexcl_t exclusive, int mode, vnode_t **vpp, cred_t *cr, int flag, caller_context_t *ct, vsecattr_t *vsecp) argument
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c3511 int exclusive; local
3525 &exclusive,
3539 if (exclusive) {
3552 exclusive,
3587 int exclusive; local
3603 &exclusive,
3629 if (exclusive) {
3642 exclusive,

Completed in 168 milliseconds