Searched defs:steps (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h229 PRUint32 steps; /* hash chain links traversed */ member in struct:PLDHashTable::PLDHashStats
/vbox/src/libs/libxml2-2.6.31/
H A Dpattern.c99 int nbStep; /* number of steps in the automata */
100 int maxStep; /* allocated number of steps */
101 xmlStreamStepPtr steps; /* the array of steps */ member in struct:_xmlStreamComp
169 xmlStepOpPtr steps; /* ops for computation */ member in struct:_xmlPattern
211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
212 if (cur->steps == NULL) {
240 if (comp->steps != NULL) {
243 op = &comp->steps[i];
250 xmlFree(comp->steps);
[all...]
H A Dxpath.c575 int nbStep; /* Number of steps in this expression */
576 int maxStep; /* Maximum number of steps allocated */
577 xmlXPathStepOp *steps; /* ops for computation of this expression */ member in struct:_xmlXPathCompExpr
632 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
634 if (cur->steps == NULL) {
635 xmlXPathErrMemory(NULL, "allocating steps\n");
639 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
663 op = &comp->steps[i];
675 op = &comp->steps[i];
683 if (comp->steps !
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 64 milliseconds