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

/pkg/src/modules/actions/
H A D_actions.c160 int smlen, smpos; local
404 smlen = 16;
405 slashmap = calloc(smlen, sizeof (int));
417 } else if (smpos == smlen - 1) {
418 smlen *= 2;
420 smlen * sizeof (int));

Completed in 9 milliseconds