Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c300 unsigned new_alloc_length; in prop_request() local
303 new_alloc_length = 2 * ctx->allocated_values; in prop_request()
304 while(total_values > new_alloc_length) { in prop_request()
305 new_alloc_length *= 2; in prop_request()
308 new_size = new_alloc_length * sizeof(struct propval); in prop_request()
319 ctx->allocated_values = new_alloc_length; in prop_request()