Searched refs:new_alloc_length (Results 1 – 1 of 1) sorted by relevance
301 unsigned new_alloc_length; in prop_request() local304 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()