Searched refs:sl_max (Results 1 – 2 of 2) sorted by relevance
68 sl->sl_max = _SL_CHUNKSIZE; in __weak_alias()69 sl->sl_str = malloc(sl->sl_max * sizeof(char *)); in __weak_alias()87 if (sl->sl_cur == sl->sl_max - 1) { in sl_add()91 (sl->sl_max + _SL_CHUNKSIZE) * sizeof(char *)); in sl_add()94 sl->sl_max += _SL_CHUNKSIZE; in sl_add()
53 size_t sl_max; member