Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c209 typedef struct _xmlRegTrans xmlRegTrans; typedef
210 typedef xmlRegTrans *xmlRegTransPtr;
228 xmlRegTrans *trans;
1408 state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans * in xmlRegStateAddTrans()
1409 sizeof(xmlRegTrans)); in xmlRegStateAddTrans()
1416 xmlRegTrans *tmp; in xmlRegStateAddTrans()
1418 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans * in xmlRegStateAddTrans()
1419 sizeof(xmlRegTrans)); in xmlRegStateAddTrans()