xmlRegTrans       208 third_party/libxml/src/xmlregexp.c typedef struct _xmlRegTrans xmlRegTrans;
xmlRegTrans       209 third_party/libxml/src/xmlregexp.c typedef xmlRegTrans *xmlRegTransPtr;
xmlRegTrans       226 third_party/libxml/src/xmlregexp.c     xmlRegTrans *trans;
xmlRegTrans      1380 third_party/libxml/src/xmlregexp.c 	state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans *
xmlRegTrans      1381 third_party/libxml/src/xmlregexp.c 		                             sizeof(xmlRegTrans));
xmlRegTrans      1388 third_party/libxml/src/xmlregexp.c 	xmlRegTrans *tmp;
xmlRegTrans      1390 third_party/libxml/src/xmlregexp.c 	tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans *
xmlRegTrans      1391 third_party/libxml/src/xmlregexp.c 		                             sizeof(xmlRegTrans));