Home
last modified time | relevance | path

Searched refs:theSctx (Results 1 – 25 of 67) sorted by relevance

123

/dports/textproc/zorba/zorba-2.7.0/src/runtime/introspection/
H A Dsctx_impl.cpp76 theSctx->get_namespace_bindings(lState->theBindings); in nextImpl()
137 theSctx->getVariables(state->theVariables); in nextImpl()
211 theSctx->get_all_documents(state->theDocuments); in nextImpl()
280 theSctx->get_collations(state->theCollations); in nextImpl()
316 zstring temp = theSctx->get_base_uri(); in nextImpl()
438 if (theSctx->inherit_ns()) in nextImpl()
443 if (theSctx->preserve_ns()) in nextImpl()
480 theSctx->get_functions(state->theFunctions); in nextImpl()
527 theSctx->find_functions(lName, funcs); in nextImpl()
586 schema = theSctx->get_typemanager()->getSchema(); in nextImpl()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/xqddf/
H A Dvalue_ic.h47 static_context * theSctx;
68 theSctx(sctx), in ValueIC()
80 theSctx(sctx), in ValueIC()
94 return theSctx; in getSctx()
141 static_context* theSctx;
146 theSctx(sctx), theDctx(dctx) {} in ICCheckerImpl()
H A Dvalue_index.cpp61 theSctx(sctx), in SERIALIZABLE_CLASS_VERSIONS()
93 ar & theSctx; in serialize() local
233 TypeManager* tm = theSctx->get_typemanager(); in setKeyTypes()
282 VarInfo* var = theSctx->lookup_var(dotQName); in analyze()
325 if (getDomainExpr()->is_map(theDomainSourceExprs[0], theSctx)) in analyze()
388 const store::Item* qname = argExpr->getQName(theSctx); in analyzeExprInternal()
H A Dvalue_ic.cpp45 ar & theSctx; in SERIALIZABLE_CLASS_VERSIONS() local
153 ValueIC* vic = theSctx->lookup_ic(icName); in actualCheck()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/function_item/
H A Dfunction_item.cpp53 theSctx(sctx), in FunctionItem()
71 theSctx(sctx), in FunctionItem()
88 ar & theSctx; in serialize() local
129 expr* dummy = theCCB->theEM->create_function_item_expr(theSctx, theLoc); in getImplementation()
132 theSctx, in getImplementation()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/collections/
H A Dcollections_impl.cpp171 lResource = theSctx->resolve_uri(resolvedURIString, in nextImpl()
305 lResource = theSctx->resolve_uri(resolvedURIString, in getW3CCollection()
573 getCopyMode(copymode, theSctx); in nextImpl()
1114 theSctx, in nextImpl()
1197 theSctx, in nextImpl()
1281 theSctx, in nextImpl()
1370 theSctx, in nextImpl()
1459 theSctx, in nextImpl()
2169 if (theSctx->lookup_collection(lName.getp()) == 0) in nextImpl()
2247 if (theSctx->lookup_ic(lName.getp()) == 0) in nextImpl()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr.cpp171 return theCCB->theEM->create_if_expr(theSctx, in cloneImpl()
247 return theCCB->theEM->create_validate_expr(theSctx, in cloneImpl()
368 return theCCB->theEM->create_cast_expr(theSctx, in cloneImpl()
398 return theCCB->theEM->create_treat_expr(theSctx, in cloneImpl()
432 return theCCB->theEM->create_promote_expr(theSctx, in cloneImpl()
482 return theCCB->theEM->create_castable_expr(theSctx, in cloneImpl()
547 return theCCB->theEM->create_name_cast_expr(theSctx, in cloneImpl()
735 return theCCB->theEM->create_attr_expr(theSctx, in cloneImpl()
828 return theCCB->theEM->create_pi_expr(theSctx, in cloneImpl()
1107 if (!theSctx->is_feature_set(feature::scripting)) in compute_scripting_kind()
[all …]
H A Dscript_exprs.cpp175 return theCCB->theEM->create_block_expr(theSctx, get_loc(), true, seq2, NULL); in cloneImpl()
210 return theCCB->theEM->create_apply_expr(theSctx, get_loc(), theExpr->clone(subst), theDiscardXDM); in cloneImpl()
270 return theCCB->theEM->create_var_decl_expr(theSctx, in cloneImpl()
328 return theCCB->theEM->create_var_set_expr(theSctx, in cloneImpl()
373 expr* clone = theCCB->theEM->create_exit_expr(theSctx, get_loc(), get_expr()->clone(subst)); in cloneImpl()
455 return theCCB->theEM->create_exit_catcher_expr(theSctx, get_loc(), clonedInput, clonedExits); in cloneImpl()
484 return theCCB->theEM->create_flowctl_expr(theSctx, get_loc(), get_action()); in cloneImpl()
529 return theCCB->theEM->create_while_expr(theSctx, get_loc(), get_body()->clone(subst)); in cloneImpl()
H A Dupdate_exprs.cpp87 return theCCB->theEM->create_insert_expr(theSctx, in cloneImpl()
111 return theCCB->theEM->create_delete_expr(theSctx, get_loc(), getTargetExpr()->clone(subst)); in cloneImpl()
134 return theCCB->theEM->create_replace_expr(theSctx, in cloneImpl()
159 return theCCB->theEM->create_rename_expr(theSctx, in cloneImpl()
255 theCCB->theEM->create_transform_expr(theSctx, get_loc()); in cloneImpl()
H A Djson_exprs.cpp66 create_json_array_expr(theSctx, in cloneImpl()
114 create_json_object_expr(theSctx, in cloneImpl()
201 create_json_direct_object_expr(theSctx, get_loc(), names, values); in cloneImpl()
H A Dpath_expr.cpp105 std::auto_ptr<relpath_expr> re(theCCB->theEM->create_relpath_expr(theSctx, get_loc())); in cloneImpl()
153 axis_step_expr* ae = theCCB->theEM->create_axis_step_expr(theSctx, get_loc()); in cloneImpl()
225 match_expr* me = theCCB->theEM->create_match_expr(theSctx, get_loc()); in cloneImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/parsing_and_serializing/
H A Dparse_fragment_impl.cpp53 void processOptions(store::Item_t item, store::LoadProperties& props, static_context* theSctx, cons… in processOptions() argument
79 theSctx->get_typemanager(), in processOptions()
81 theSctx, in processOptions()
212 state->theProperties.setBaseUri(theSctx->get_base_uri()); in nextImpl()
214 processOptions(tempItem, state->theProperties, theSctx, loc); in nextImpl()
282 theSctx->get_typemanager(), in nextImpl()
284 theSctx, in nextImpl()
333 state->theProperties.setBaseUri(theSctx->get_base_uri()); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/update/
H A Dupdate.cpp139 nsPreserve = theSctx->preserve_ns(); in nextImpl()
140 nsInherit = theSctx->inherit_ns(); in nextImpl()
197 areNodeModifiersViolated(theSctx, target, loc); in nextImpl()
272 areNodeModifiersViolated(theSctx, target, loc); in nextImpl()
331 areNodeModifiersViolated(theSctx, target, loc); in nextImpl()
396 nsPreserve = theSctx->preserve_ns(); in nextImpl()
397 nsInherit = theSctx->inherit_ns(); in nextImpl()
679 areNodeModifiersViolated(theSctx, lTarget, loc); in nextImpl()
704 theSctx->get_typemanager(), in nextImpl()
836 nsPreserve = theSctx->preserve_ns(); in nextImpl()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Dsctx_map_iterator.cpp40 theSctx(aSctx), in SctxMapIterator()
41 theCurSctx(theSctx), in SctxMapIterator()
110 theCurSctx = theSctx; in reset()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dpath_iterators.cpp446 if (nameOrKindTest(theSctx, result, loc)) in nextImpl()
515 if (nameOrKindTest(theSctx, attr, loc)) in nextImpl()
620 if (nameOrKindTest(theSctx, ancestor, loc)) in nextImpl()
682 if (nameOrKindTest(theSctx, ancestor, loc)) in nextImpl()
752 if (nameOrKindTest(theSctx, ancestor, loc)) in nextImpl()
904 if (nameOrKindTest(theSctx, sibling, loc)) in nextImpl()
978 if (nameOrKindTest(theSctx, sibling, loc)) in nextImpl()
1070 if (nameOrKindTest(theSctx, sibling, loc)) in nextImpl()
1153 if (nameOrKindTest(theSctx, child, loc)) in nextImpl()
1268 if (nameOrKindTest(theSctx, desc, loc)) in nextImpl()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp672 theSctx(rootSctx), in TranslatorImpl()
947 theSctx = theSctx->create_child_context(); in push_scope()
992 theSctx = parent; in pop_scope()
1178 bind_var(e, theSctx); in bind_var()
1196 bind_var(e, theSctx); in bind_var()
2748 theSctx->set_base_uri(uri); in begin_visit()
3395 bind_var(ve, theSctx); in begin_visit()
3978 bind_var(ve, theSctx); in end_visit()
5433 theSctx->bind_ic(vic, loc); in end_visit()
5746 bind_var(ve, theSctx); in end_visit()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/base/
H A Dplan_iterator.h308 static_context * theSctx; variable
317 theSctx(NULL) in PlanIterator()
328 theSctx(aContext) in PlanIterator()
337 theSctx(it.theSctx) in PlanIterator()
349 static_context* getStaticContext() const { return theSctx; } in getStaticContext()
H A Dplan_iterator.cpp86 ar & theSctx; in SERIALIZE_INTERNAL_METHOD() local
92 return theSctx->get_typemanager(); in getTypeManager()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/json/
H A Djsoniq_functions_impl.cpp299 namespace_context lTmpNsCtx(theSctx); in decodeXDM()
624 theSctx, in encodeNode()
1140 const TypeManager* tm = theSctx->get_typemanager(); in nextImpl()
1257 theSctx->preserve_ns(), in nextImpl()
1258 theSctx->inherit_ns()); in nextImpl()
1302 theSctx->preserve_ns(), in nextImpl()
1303 theSctx->inherit_ns()); in nextImpl()
1350 theSctx->preserve_ns(), in nextImpl()
1351 theSctx->inherit_ns()); in nextImpl()
1484 theSctx->preserve_ns(), in nextImpl()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/indexing/
H A Dic_ddl_impl.cpp55 if ((vic = theSctx->lookup_ic(qname)) == NULL) in nextImpl()
113 if (theSctx->lookup_ic(qname) == NULL) in nextImpl()
157 ValueIC* vic = theSctx->lookup_ic(qname); in nextImpl()
H A Dindex_ddl.cpp181 indexDecl = theSctx->lookup_index(theQName); in nextImpl()
243 if ((indexDecl = theSctx->lookup_index(qname)) == NULL) in nextImpl()
306 if (theSctx->lookup_index(qname) == NULL) in nextImpl()
372 if ((indexDecl = theSctx->lookup_index(qname)) == NULL) in nextImpl()
607 TypeManager* tm = theSctx->get_typemanager(); in nextImpl()
624 if ((state->theIndexDecl = theSctx->lookup_index(qnameItem)) == NULL) in nextImpl()
1001 TypeManager* tm = theSctx->get_typemanager(); in nextImpl()
1018 if ((indexDecl = theSctx->lookup_index(qname)) == NULL) in nextImpl()
1295 TypeManager* tm = theSctx->get_typemanager(); in nextImpl()
1309 if ((indexDecl = theSctx->lookup_index(qname)) == NULL) in nextImpl()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/store/
H A Ddocuments_impl.cpp60 lResolvedUriString = theSctx->resolve_relative_uri(lRetrievedUriString, true); in nextImpl()
114 lResolvedUriString = theSctx->resolve_relative_uri(lRetrievedUriString, true); in nextImpl()
166 lResolvedUriString = theSctx->resolve_relative_uri(lRetrievedUriString, true); in nextImpl()
259 lResolvedUriString = theSctx->resolve_relative_uri(lRetrievedUriString, true); in nextImpl()
H A Dmaps_impl.cpp209 theSctx, in nextImpl()
294 theSctx, in nextImpl()
354 namespace_context tmp_ctx(theSctx); in nextImpl()
418 namespace_context tmp_ctx(theSctx); in nextImpl()
440 theSctx, in nextImpl()
517 namespace_context tmp_ctx(theSctx); in nextImpl()
530 theSctx, in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DrevalidateUtils.cpp76 TypeManager* typeManager = theSctx->get_typemanager(); in validateAfterUpdate()
78 StaticContextConsts::validation_mode_t mode = theSctx->validation_mode(); in validateAfterUpdate()
107 namespace_context nsCtx = namespace_context(theSctx, bindings); in validateAfterUpdate()
210 namespace_context nsCtx = namespace_context(theSctx, bindings); in processElement()
585 TypeManager* typeManager = theSctx->get_typemanager(); in isPossibleSimpleContentRevalidation()
654 TypeManager* typeManager = theSctx->get_typemanager(); in validateSimpleContent()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/sequences/
H A Dsequences_impl.cpp153 TypeManager* typemgr = theSctx->get_typemanager(); in nextImpl()
166 state->theCollator = getCollator(theSctx, loc, in nextImpl()
278 lCollator = getCollator(theSctx, loc, planState, theChildren[1].getp()); in nextImpl()
1082 theSctx, in nextImpl()
1240 const TypeManager* tm = theSctx->get_typemanager(); in nextImpl()
1365 const TypeManager* tm = theSctx->get_typemanager(); in nextImpl()
1620 const TypeManager* tm = theSctx->get_typemanager(); in nextImpl()
1860 loadDocument(uriString, theSctx, planState, loc, result); in nextImpl()
1883 loadDocument(uriString, theSctx, planState, loc, doc); in nextImpl()
2122 lNormUri = normalizeInput(uriString, theSctx, loc); in nextImpl()
[all …]

123