Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c271 unsigned i, new_values, total_values; in prop_request() local
282 total_values = new_values + ctx->used_values + 1; in prop_request()
285 if(total_values > ctx->allocated_values) { in prop_request()
291 if(total_values <= max_in_pool) { in prop_request()
294 ctx->allocated_values = total_values; in prop_request()
304 while(total_values > new_alloc_length) { in prop_request()
331 ctx->list_end = (char **)(ctx->values + total_values); in prop_request()