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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h334 int tralloc; /* Number of transition tables that have member in struct:dfa
H A Ddfa.c2222 for (i = 0; i < d->tralloc; ++i)
2257 if (trans[i] >= d->tralloc)
2259 int oldalloc = d->tralloc;
2261 while (trans[i] >= d->tralloc)
2262 d->tralloc *= 2;
2263 REALLOC(d->realtrans, int *, d->tralloc + 1);
2265 REALLOC(d->fails, int *, d->tralloc);
2266 REALLOC(d->success, int, d->tralloc);
2267 while (oldalloc < d->tralloc)
2286 d->tralloc
[all...]

Completed in 91 milliseconds