Home
last modified time | relevance | path

Searched refs:theStaticContextWrapper (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dxqueryimpl.cpp141 theStaticContextWrapper(0), in XQueryImpl()
203 theStaticContextWrapper = NULL; in serialize()
886 if (!theStaticContextWrapper) in getStaticContext()
887 theStaticContextWrapper = new StaticContextImpl(theStaticContext.getp(), in getStaticContext()
890 return theStaticContextWrapper; in getStaticContext()
1495 delete theStaticContextWrapper; in close()
H A Dxqueryimpl.h185 mutable StaticContextImpl * theStaticContextWrapper; variable