xmlXPathStepOp    557 third_party/libxml/src/xpath.c typedef struct _xmlXPathStepOp xmlXPathStepOp;
xmlXPathStepOp    558 third_party/libxml/src/xpath.c typedef xmlXPathStepOp *xmlXPathStepOpPtr;
xmlXPathStepOp    576 third_party/libxml/src/xpath.c     xmlXPathStepOp *steps;	/* ops for computation of this expression */
xmlXPathStepOp    631 third_party/libxml/src/xpath.c     cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
xmlXPathStepOp    632 third_party/libxml/src/xpath.c 	                                   sizeof(xmlXPathStepOp));
xmlXPathStepOp    638 third_party/libxml/src/xpath.c     memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
xmlXPathStepOp    723 third_party/libxml/src/xpath.c 	xmlXPathStepOp *real;
xmlXPathStepOp    726 third_party/libxml/src/xpath.c 	real = (xmlXPathStepOp *) xmlRealloc(comp->steps,
xmlXPathStepOp    727 third_party/libxml/src/xpath.c 		                      comp->maxStep * sizeof(xmlXPathStepOp));