Home
last modified time | relevance | path

Searched refs:preserve_ns (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/functions/
H A Dfunc_jsoniq_functions_impl.cpp45 (sctx->preserve_ns() || in mustCopyInputNodes()
60 if (producer == 2 && fo->get_sctx()->preserve_ns()) in mustCopyInputNodes()
77 (sctx->preserve_ns() || in mustCopyInputNodes()
109 (sctx->preserve_ns() || in mustCopyInputNodes()
H A Dfunc_nodes_impl.cpp50 (lSctx->preserve_ns() == false || in mustCopyInputNodes()
/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Dstatic_context_consts.h44 typedef enum { preserve_ns, no_preserve_ns } preserve_mode_t; enumerator
/dports/textproc/zorba/zorba-2.7.0/src/runtime/collections/
H A Dcollections_base.cpp55 sctx->preserve_ns(), in getCopyMode()
/dports/textproc/zorba/zorba-2.7.0/swig/
H A DStaticContext.i76 if (lPreserve==zorba::preserve_ns) { in getCopyNamespacesModePreserve()
228 lPreserve = zorba::preserve_ns; in setCopyNamespacesMode()
346 %rename(PRESERVE_NS) preserve_ns;
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dnodeid_rules.cpp593 if (sctx->preserve_ns()) in apply()
681 if (sctx->preserve_ns() && sctx->inherit_ns()) in applyInternal()
706 if (sctx->preserve_ns() && sctx->inherit_ns()) in applyInternal()
883 sctx->preserve_ns()) in applyInternal()
899 if (sctx->preserve_ns() && sctx->inherit_ns()) in applyInternal()
/dports/lang/fpc-source/fpc-3.2.2/packages/zorba/src/
H A Dxqc_static_context_consts.inc42 preserve_mode_t = (preserve_ns, no_preserve_ns);
/dports/textproc/zorba/zorba-2.7.0/src/capi/
H A Dcstatic_context.cpp525 zpreserve = preserve_ns; in set_copy_ns_mode()
561 case preserve_ns: in get_copy_ns_mode()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c302 static int preserve_ns(const int pid, const char *ns) in preserve_ns() function
324 ns_fd2 = preserve_ns(pid2, ns); in in_same_namespace()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c302 static int preserve_ns(const int pid, const char *ns) in preserve_ns() function
324 ns_fd2 = preserve_ns(pid2, ns); in in_same_namespace()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c302 static int preserve_ns(const int pid, const char *ns) in preserve_ns() function
324 ns_fd2 = preserve_ns(pid2, ns); in in_same_namespace()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/update/
H A Dupdate.cpp139 nsPreserve = theSctx->preserve_ns(); in nextImpl()
396 nsPreserve = theSctx->preserve_ns(); in nextImpl()
836 nsPreserve = theSctx->preserve_ns(); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/json/
H A Djsoniq_functions_impl.cpp1257 theSctx->preserve_ns(), in nextImpl()
1302 theSctx->preserve_ns(), in nextImpl()
1350 theSctx->preserve_ns(), in nextImpl()
1484 theSctx->preserve_ns(), in nextImpl()
H A Djson_constructors.cpp299 theSctx->preserve_ns(), in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dstaticcontextimpl.cpp585 if (preserve == preserve_ns) in setCopyNamespacesMode()
609 preserve = (theCtx->preserve_ns() ? preserve_ns : no_preserve_ns); in getCopyNamespacesMode()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dconstructors.cpp105 theNsPreserve = theSctx->preserve_ns(); in openImpl()
294 theNsPreserve = theSctx->preserve_ns(); in openImpl()
/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Dstatic_context.h1045 bool preserve_ns() const;
H A Dstatic_context.cpp3777 bool static_context::preserve_ns() const in preserve_ns() function in zorba::static_context
/dports/textproc/zorba/zorba-2.7.0/src/runtime/nodes/
H A Dnodes_impl.cpp805 theSctx->preserve_ns(), in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/introspection/
H A Dsctx_impl.cpp443 if (theSctx->preserve_ns()) in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xquery_visitor.cpp241 if (n.preserve_ns()) in DEFAULT_END_VISIT()
H A Dparsenodes.cpp366 bool preserve_ns, in CopyNamespacesDecl() argument
370 thePreserveNamespaces(preserve_ns), in CopyNamespacesDecl()
H A Dparsenodes.h532 CopyNamespacesDecl(const QueryLoc&, bool preserve_ns, bool inherit_ns);
534 bool preserve_ns() const { return thePreserveNamespaces; } in preserve_ns() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2681 theSctx->set_preserve_ns(v.preserve_ns()); in end_visit()