Searched refs:allocated_len (Results 1 – 1 of 1) sorted by relevance
2292 int allocated_len; member7985 s->allocated_len = 0; in tok_str_new()7998 if (s->allocated_len == 0) { in tok_str_realloc()8001 len = s->allocated_len * 2; in tok_str_realloc()8006 s->allocated_len = len; in tok_str_realloc()8017 if (len >= s->allocated_len) in tok_str_add()8031 if (len + TOK_MAX_SIZE > s->allocated_len) in tok_str_add2()8051 while ((len + nb_words) > s->allocated_len) in tok_str_add2()