Searched defs:estimate (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dauxprop.c132 static int prop_init(struct propctx *ctx, unsigned estimate) argument
136 ctx->mem_base = alloc_proppool(VALUES_SIZE + estimate);
155 * estimate -- an estimate of the storage needed for requests & responses
159 struct propctx *prop_new(unsigned estimate) argument
163 if(!estimate) estimate = PROP_DEFAULT * 255;
172 if(prop_init(new_ctx, estimate) != SASL_OK) {

Completed in 29 milliseconds