Home
last modified time | relevance | path

Searched defs:lQName (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Drequest_parser.cpp64 Item lQName; in parseItem() local
99 Item lQName; in handleRequest() local
173 Item lQName; in handleResponse() local
201 Item lQName; in handleHeader() local
227 Item lQName; in handleBody() local
258 Item lQName; in handleMultipart() local
/dports/textproc/zorba/zorba-2.7.0/test/unit/
H A Dinvoke.cpp37 Item lQName = lFac->createQName( in invoke1() local
70 Item lQName = lFac->createQName( in invoke2() local
99 Item lQName = lFac->createQName( in invoke3() local
128 Item lQName = lFac->createQName( in invoke4() local
171 Item lQName = lFac->createQName( in invoke5() local
208 Item lQName = lFac->createQName( in invoke6() local
/dports/textproc/zorba/zorba-2.7.0/src/runtime/store/
H A Dmaps_impl.cpp172 store::Item_t lQName; in nextImpl() local
226 store::Item_t lQName; in nextImpl() local
278 store::Item_t lQName; in nextImpl() local
315 store::Item_t lQName; in nextImpl() local
385 store::Item_t lQName; in nextImpl() local
480 store::Item_t lQName; in nextImpl() local
560 store::Item_t lQName; in nextImpl() local
640 store::Item_t lQName; in nextImpl() local
728 store::Item_t lQName; in nextImpl() local
/dports/textproc/zorba/zorba-2.7.0/test/api/
H A Dannotations.cpp55 …Item lQName = aZorba->getItemFactory()->createQName("http://www.w3.org/2005/xquery-local-functions… in test_annotations_1() local
75 …Item lQName = aZorba->getItemFactory()->createQName("http://www.w3.org/2005/xquery-local-functions… in test_annotations_2() local
H A Dexternal_function_errors.cpp117 Item lQName = theModule->getItemFactory()->createQName( in evaluate() local
145 Item lQName; in evaluate() local
173 Item lQName = theModule->getItemFactory()->createQName( in evaluate() local
H A Dtest_static_context.cpp90 Item lQName = lZorba->getItemFactory()->createQName( in test_disabled_function() local
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dsax2impl.cpp139 String lQName( Unmarshaller::newString( attrs[i].qname ) ); in getIndex() local
177 String lQName( Unmarshaller::newString( attrs[i].qname ) ); in getType() local
216 String lQName( Unmarshaller::newString( attrs[i].qname ) ); in getValue() local
H A Dstaticcontextimpl.cpp836 store::Item* lQName = Unmarshaller::getInternalItem(aQName); in findFunctions() local
996 const store::Item* lQName = Unmarshaller::getInternalItem(aQName); in getOption() local
1021 const store::Item* lQName = Unmarshaller::getInternalItem(aQName); in declareOption() local
/dports/textproc/zorba/zorba-2.7.0/src/runtime/indexing/
H A Dindex_func_impl.cpp45 store::Item_t lQName; in nextImpl() local
/dports/textproc/zorba/zorba-2.7.0/modules/org/expath/ns/file.xq.src/
H A Dfile_function.cpp81 Item lQName = theModule->getItemFactory()->createQName(getURI(), "file", aQName); in raiseFileError() local
162 Item lQName = theModule->getItemFactory()->createQName( in pathToUriString() local
H A Dfile.cpp165 …Item lQName = theModule->getItemFactory()->createQName("http://www.w3.org/2005/xqt-errors", "err",… in evaluate() local
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dhttp_util.cpp68 Item lQName = lFactory->createQName("http://www.zorba-xquery.com/modules/http-client", in init() local
/dports/textproc/zorba/zorba-2.7.0/doc/cxx/examples/
H A Derrors.cpp136 Item lQName = aZorba->getItemFactory()->createQName( in error_example_6() local
H A Dcontext.cpp319 …Item lQName = aZorba->getItemFactory()->createQName("http://www.w3.org/2005/xpath-functions", "doc… in context_example_10() local
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/
H A Dtestdriver_common.cpp469 zorba::Item lQName = driverCtx.theEngine->getItemFactory()-> in setOptions() local
477 zorba::Item lQName = driverCtx.theEngine->getItemFactory()-> in setOptions() local
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dstore.cpp944 store::Item* lQName = const_cast<store::Item*>(aQName); in getMap() local
/dports/textproc/zorba/zorba-2.7.0/bin/
H A Dzorbacmd.cpp180 Item lQName = zorba->getItemFactory()->createQName(lIter->clark_qname); in populateStaticContext() local
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.cpp10632 auto_ptr<QName> lQName( static_cast<QName*>((yysemantic_stack_[(1) - (1)].expr)) ); in parse() local
/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Dstatic_context.cpp3486 store::Item_t lQName; in parse_and_expand_qname() local
3501 store::Item_t lQName = parse_and_expand_qname( value, ZORBA_WARN_NS, loc ); in process_warning_option() local
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xqdoc_visitor.cpp396 store::Item_t lQName, lTag, lElem, lText, lName; in printCommentFragment() local
/dports/textproc/zorba/zorba-2.7.0/src/compiler/codegen/
H A Dplan_visitor.cpp463 store::Item_t lQName = v.get_qname(); in end_visit() local
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp8542 store::Item_t lQName; in begin_visit() local
8789 const rchandle<QName> lQName = lNodetest->getQName(); in begin_visit() local