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

/freebsd-11.0-release/contrib/elftoolchain/libelftc/
H A Dlibelftc_vstr.c46 static bool vector_str_grow(struct vector_str *v);
145 vector_str_grow(struct vector_str *v) function
230 if (v->size == v->capacity && vector_str_grow(v) == false)
/freebsd-11.0-release/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c107 static bool vector_str_grow(struct vector_str *v);
206 vector_str_grow(struct vector_str *v) function
291 if (v->size == v->capacity && vector_str_grow(v) == false)

Completed in 102 milliseconds