Searched refs:xmlRegTrans (Results 1 – 1 of 1) sorted by relevance
209 typedef struct _xmlRegTrans xmlRegTrans; typedef210 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()