Home
last modified time | relevance | path

Searched refs:StackElem (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DNamespaceScope.cpp43 fStack = (StackElem**) fMemoryManager->allocate in NamespaceScope()
45 fStackCapacity * sizeof(StackElem*) in NamespaceScope()
47 memset(fStack, 0, fStackCapacity * sizeof(StackElem*)); in NamespaceScope()
59 fStack = (StackElem**) fMemoryManager->allocate in NamespaceScope()
61 fStackCapacity * sizeof(StackElem*) in NamespaceScope()
63 memset(fStack, 0, fStackCapacity * sizeof(StackElem*)); in NamespaceScope()
161 StackElem* curRow = fStack[fStackTop - 1]; in addPrefix()
213 StackElem* curRow = fStack[index-1]; in getNamespaceForPrefix()
253 void NamespaceScope::expandMap(StackElem* const toExpand) in expandMap()
286 StackElem** newStack = (StackElem**) fMemoryManager->allocate in expandStack()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DNamespaceScope.cpp43 fStack = (StackElem**) fMemoryManager->allocate in NamespaceScope()
45 fStackCapacity * sizeof(StackElem*) in NamespaceScope()
47 memset(fStack, 0, fStackCapacity * sizeof(StackElem*)); in NamespaceScope()
59 fStack = (StackElem**) fMemoryManager->allocate in NamespaceScope()
61 fStackCapacity * sizeof(StackElem*) in NamespaceScope()
63 memset(fStack, 0, fStackCapacity * sizeof(StackElem*)); in NamespaceScope()
161 StackElem* curRow = fStack[fStackTop - 1]; in addPrefix()
213 StackElem* curRow = fStack[index-1]; in getNamespaceForPrefix()
253 void NamespaceScope::expandMap(StackElem* const toExpand) in expandMap()
286 StackElem** newStack = (StackElem**) fMemoryManager->allocate in expandStack()
[all …]
/dports/math/grpn/grpn-1.5.2/src/
H A Dstack.c31 struct StackElem { struct
43 struct StackElem ary[STACK_CHUNK_SIZE];
84 struct StackElem * newStackEle(){ in newStackEle()
85 struct StackElem *s; in newStackEle()
118 struct StackElem *dst, *src; in copyStack()
160 struct StackElem *s; in clearNamedStack()
178 struct StackElem *s = NULL; in printStack()
179 struct StackElem *p = NULL; in printStack()
194 struct StackElem *s = NULL; in getStackEle()
206 struct StackElem *s; in Push()
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/internal/
H A DElemStack.cpp57 fStackCapacity * sizeof(StackElem*) in ElemStack()
172 const ElemStack::StackElem* ElemStack::popTop() in popTop()
210 StackElem* curRow = toParent in addChild()
317 StackElem* curRow = fStack[fStackTop - 1]; in addPrefix()
376 StackElem* curRow = fStack[index-1]; in mapPrefixToURI()
418 StackElem* curRow = fStack[index-1]; in getNamespaceMap()
508 StackElem** newStack = (StackElem**) fMemoryManager->allocate in expandStack()
510 newCapacity * sizeof(StackElem*) in expandStack()
559 fStackCapacity * sizeof(StackElem*) in WFElemStack()
864 StackElem** newStack = (StackElem**) fMemoryManager->allocate in expandStack()
[all …]
H A DElemStack.hpp99 struct StackElem : public XMemory struct in ElemStack
143 const StackElem* popTop();
150 const StackElem* topElement() const;
224 void expandMap(StackElem* const toExpand);
273 StackElem* fGlobalNamespaces;
274 StackElem** fStack;
319 struct StackElem : public XMemory struct in WFElemStack
348 const StackElem* popTop();
354 const StackElem* topElement() const;
454 StackElem** fStack;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/internal/
H A DElemStack.cpp57 fStackCapacity * sizeof(StackElem*) in ElemStack()
172 const ElemStack::StackElem* ElemStack::popTop() in popTop()
210 StackElem* curRow = toParent in addChild()
317 StackElem* curRow = fStack[fStackTop - 1]; in addPrefix()
376 StackElem* curRow = fStack[index-1]; in mapPrefixToURI()
418 StackElem* curRow = fStack[index-1]; in getNamespaceMap()
508 StackElem** newStack = (StackElem**) fMemoryManager->allocate in expandStack()
510 newCapacity * sizeof(StackElem*) in expandStack()
559 fStackCapacity * sizeof(StackElem*) in WFElemStack()
864 StackElem** newStack = (StackElem**) fMemoryManager->allocate in expandStack()
[all …]
H A DElemStack.hpp99 struct StackElem : public XMemory struct in ElemStack
143 const StackElem* popTop();
150 const StackElem* topElement() const;
224 void expandMap(StackElem* const toExpand);
273 StackElem* fGlobalNamespaces;
274 StackElem** fStack;
319 struct StackElem : public XMemory struct in WFElemStack
348 const StackElem* popTop();
354 const StackElem* topElement() const;
454 StackElem** fStack;
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/yaspgrid/
H A Dyaspgridhierarchiciterator.hh39 StackElem se(entity._g); in YaspHierarchicIterator()
100 struct StackElem { struct in Dune::YaspHierarchicIterator
103 StackElem(YGLI gg) : g(gg) {} in StackElem() argument
105 std::stack<StackElem> stack; //!< stack holding elements to be processed
116 StackElem se(finer); in push_sons()
137 StackElem se = stack.top(); in pop_tos()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql10-client/postgresql-10.19/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql10-server/postgresql-10.19/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql11-client/postgresql-11.14/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/fe_utils/
H A Dpsqlscan_int.h69 typedef struct StackElem struct
75 struct StackElem *next; argument
76 } StackElem; typedef
90 StackElem *buffer_stack; /* stack of variable expansion buffers */

12345678910