Searched refs:xmlXPathStepOp (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxpath.c558 typedef struct _xmlXPathStepOp xmlXPathStepOp; typedef in typeref:struct:_xmlXPathStepOp
559 typedef xmlXPathStepOp *xmlXPathStepOpPtr;
577 xmlXPathStepOp *steps; /* ops for computation of this expression */
632 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
633 sizeof(xmlXPathStepOp));
639 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
724 xmlXPathStepOp *real;
727 real = (xmlXPathStepOp *) xmlRealloc(comp->steps,
728 comp->maxStep * sizeof(xmlXPathStepOp));
12510 * "parent" field on xmlXPathStepOp
[all...]

Completed in 35 milliseconds