Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsasl/lib/
H A Dauxprop.c301 unsigned new_alloc_length; in prop_request() local
304 new_alloc_length = 2 * ctx->allocated_values; in prop_request()
305 while(total_values > new_alloc_length) { in prop_request()
306 new_alloc_length *= 2; in prop_request()
309 new_size = new_alloc_length * sizeof(struct propval); in prop_request()
320 ctx->allocated_values = new_alloc_length; in prop_request()