Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c212 typedef struct _xmlRegTrans xmlRegTrans; typedef
213 typedef xmlRegTrans *xmlRegTransPtr;
231 xmlRegTrans *trans;
1402 state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans * in xmlRegStateAddTrans()
1403 sizeof(xmlRegTrans)); in xmlRegStateAddTrans()
1410 xmlRegTrans *tmp; in xmlRegStateAddTrans()
1412 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans * in xmlRegStateAddTrans()
1413 sizeof(xmlRegTrans)); in xmlRegStateAddTrans()