Home
last modified time | relevance | path

Searched refs:xmlRegCounter (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlregexp.c203 typedef struct _xmlRegCounter xmlRegCounter; typedef
204 typedef xmlRegCounter *xmlRegCounterPtr;
265 xmlRegCounter *counters;
279 xmlRegCounter *counters;
1263 ctxt->counters = (xmlRegCounter *) xmlMalloc(ctxt->maxCounters * in xmlRegGetCounter()
1264 sizeof(xmlRegCounter)); in xmlRegGetCounter()
1271 xmlRegCounter *tmp; in xmlRegGetCounter()
1273 tmp = (xmlRegCounter *) xmlRealloc(ctxt->counters, ctxt->maxCounters * in xmlRegGetCounter()
1274 sizeof(xmlRegCounter)); in xmlRegGetCounter()