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

/external/libxml2/
H A Dxmlregexp.c200 typedef struct _xmlRegCounter xmlRegCounter; typedef in typeref:struct:_xmlRegCounter
201 typedef xmlRegCounter *xmlRegCounterPtr;
259 xmlRegCounter *counters;
272 xmlRegCounter *counters;
1252 ctxt->counters = (xmlRegCounter *) xmlMalloc(ctxt->maxCounters *
1253 sizeof(xmlRegCounter));
1260 xmlRegCounter *tmp;
1262 tmp = (xmlRegCounter *) xmlRealloc(ctxt->counters, ctxt->maxCounters *
1263 sizeof(xmlRegCounter));

Completed in 41 milliseconds