xmlRegCounter     200 third_party/libxml/src/xmlregexp.c typedef struct _xmlRegCounter xmlRegCounter;
xmlRegCounter     201 third_party/libxml/src/xmlregexp.c typedef xmlRegCounter *xmlRegCounterPtr;
xmlRegCounter     261 third_party/libxml/src/xmlregexp.c     xmlRegCounter *counters;
xmlRegCounter     275 third_party/libxml/src/xmlregexp.c     xmlRegCounter *counters;
xmlRegCounter    1259 third_party/libxml/src/xmlregexp.c 	ctxt->counters = (xmlRegCounter *) xmlMalloc(ctxt->maxCounters *
xmlRegCounter    1260 third_party/libxml/src/xmlregexp.c 		                             sizeof(xmlRegCounter));
xmlRegCounter    1267 third_party/libxml/src/xmlregexp.c 	xmlRegCounter *tmp;
xmlRegCounter    1269 third_party/libxml/src/xmlregexp.c 	tmp = (xmlRegCounter *) xmlRealloc(ctxt->counters, ctxt->maxCounters *
xmlRegCounter    1270 third_party/libxml/src/xmlregexp.c 		                           sizeof(xmlRegCounter));