Searched refs:salloc (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.h315 int salloc; /* Number of states currently allocated. */ member in struct:dfa
H A Ddfa.c1489 REALLOC_IF_NECESSARY(d->states, dfa_state, d->salloc, d->sindex);
1867 d->salloc = 1;
1869 MALLOC(d->states, dfa_state, d->salloc);

Completed in 42 milliseconds