Home
last modified time | relevance | path

Searched refs:mastr_resizekeep (Results 1 – 2 of 2) sorted by relevance

/dports/news/leafnode/leafnode-1.11.12/
H A Dmastring.h43 int mastr_resizekeep(mastr *, size_t);
49 #define mastr_autosize(m) do { (void)mastr_resizekeep(m, m->len); } while(0)
H A Dmastring.c128 if (0 == mastr_resizekeep(m, li + m->len)) { in mastr_cat()
165 if (!mastr_resizekeep(m, addlen + m->len)) { in mastr_vcat()
202 mastr_resizekeep(mastr * m, size_t l) in mastr_resizekeep() function
283 if (!mastr_resizekeep(m, r + m->len)) { in mastr_getln()