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

/haiku/src/libs/bsd/
H A Dstringlist.c53 sl->sl_max = _SL_CHUNKSIZE;
54 sl->sl_str = malloc(sl->sl_max * sizeof(char *));
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 *));
/haiku/headers/compatibility/bsd/
H A Dstringlist.h47 size_t sl_max; member in struct:_stringlist

Completed in 18 milliseconds