Lines Matching refs:estimate
3220 d_growable_string_init (struct d_growable_string *dgs, size_t estimate)3227 if (estimate > 0)3228 d_growable_string_resize (dgs, estimate);3406 ESTIMATE is a guess at the length of the result. This returns a3415 int estimate, size_t *palc)3419 d_growable_string_init (&dgs, estimate);