Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c211 typedef struct _xmlRegTrans xmlRegTrans; typedef
212 typedef xmlRegTrans *xmlRegTransPtr;
230 xmlRegTrans *trans;
1384 state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans * in xmlRegStateAddTrans()
1385 sizeof(xmlRegTrans)); in xmlRegStateAddTrans()
1392 xmlRegTrans *tmp; in xmlRegStateAddTrans()
1394 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans * in xmlRegStateAddTrans()
1395 sizeof(xmlRegTrans)); in xmlRegStateAddTrans()