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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c200 typedef struct _xmlRegCounter xmlRegCounter; typedef in typeref:struct:_xmlRegCounter
201 typedef xmlRegCounter *xmlRegCounterPtr;
261 xmlRegCounter *counters;
275 xmlRegCounter *counters;
1259 ctxt->counters = (xmlRegCounter *) xmlMalloc(ctxt->maxCounters *
1260 sizeof(xmlRegCounter));
1267 xmlRegCounter *tmp;
1269 tmp = (xmlRegCounter *) xmlRealloc(ctxt->counters, ctxt->maxCounters *
1270 sizeof(xmlRegCounter));
/external/libxml2/
H A Dxmlregexp.c203 typedef struct _xmlRegCounter xmlRegCounter; typedef in typeref:struct:_xmlRegCounter
204 typedef xmlRegCounter *xmlRegCounterPtr;
265 xmlRegCounter *counters;
279 xmlRegCounter *counters;
1263 ctxt->counters = (xmlRegCounter *) xmlMalloc(ctxt->maxCounters *
1264 sizeof(xmlRegCounter));
1271 xmlRegCounter *tmp;
1273 tmp = (xmlRegCounter *) xmlRealloc(ctxt->counters, ctxt->maxCounters *
1274 sizeof(xmlRegCounter));

Completed in 165 milliseconds