Searched refs:vector_str_grow (Results 1 – 1 of 1) sorted by relevance
107 static bool vector_str_grow(struct vector_str *v);206 vector_str_grow(struct vector_str *v) in vector_str_grow() function291 if (v->size == v->capacity && vector_str_grow(v) == false) in vector_str_push()