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