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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c201 typedef struct _xmlRegTrans xmlRegTrans; typedef in typeref:struct:_xmlRegTrans
202 typedef xmlRegTrans *xmlRegTransPtr;
219 xmlRegTrans *trans;
1290 state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans *
1291 sizeof(xmlRegTrans));
1298 xmlRegTrans *tmp;
1300 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans *
1301 sizeof(xmlRegTrans));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
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));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c201 typedef struct _xmlRegTrans xmlRegTrans; typedef in typeref:struct:_xmlRegTrans
202 typedef xmlRegTrans *xmlRegTransPtr;
219 xmlRegTrans *trans;
1290 state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans *
1291 sizeof(xmlRegTrans));
1298 xmlRegTrans *tmp;
1300 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans *
1301 sizeof(xmlRegTrans));

Completed in 202 milliseconds