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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c208 typedef struct _xmlRegTrans xmlRegTrans; typedef in typeref:struct:_xmlRegTrans
209 typedef xmlRegTrans *xmlRegTransPtr;
226 xmlRegTrans *trans;
1380 state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans *
1381 sizeof(xmlRegTrans));
1388 xmlRegTrans *tmp;
1390 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans *
1391 sizeof(xmlRegTrans));
/external/libxml2/
H A Dxmlregexp.c211 typedef struct _xmlRegTrans xmlRegTrans; typedef in typeref:struct:_xmlRegTrans
212 typedef xmlRegTrans *xmlRegTransPtr;
230 xmlRegTrans *trans;
1384 state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans *
1385 sizeof(xmlRegTrans));
1392 xmlRegTrans *tmp;
1394 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans *
1395 sizeof(xmlRegTrans));

Completed in 164 milliseconds