Searched refs:vector_str_grow (Results 1 – 2 of 2) sorted by relevance
46 static bool vector_str_grow(struct vector_str *v);145 vector_str_grow(struct vector_str *v) in vector_str_grow() function230 if (v->size == v->capacity && vector_str_grow(v) == false) in vector_str_push()
135 static bool vector_str_grow(struct vector_str *v);227 vector_str_grow(struct vector_str *v) in vector_str_grow() function327 if (v->size == v->capacity && vector_str_grow(v) == false) in vector_str_push()