Searched refs:sl_max (Results 1 – 2 of 2) sorted by relevance
53 sl->sl_max = _SL_CHUNKSIZE; in sl_init()54 sl->sl_str = malloc(sl->sl_max * sizeof(char *)); in sl_init()69 if (sl->sl_cur == sl->sl_max - 1) {72 sl->sl_max += _SL_CHUNKSIZE;74 string = realloc(sl->sl_str, sl->sl_max * sizeof(char *));
47 size_t sl_max; member