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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c208 typedef struct _xmlRegTrans xmlRegTrans; typedef in typeref:struct:_xmlRegTrans
209 typedef xmlRegTrans *xmlRegTransPtr;
226 xmlRegTrans *trans;
1373 state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans *
1374 sizeof(xmlRegTrans));
1381 xmlRegTrans *tmp;
1383 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans *
1384 sizeof(xmlRegTrans));

Completed in 114 milliseconds