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

/illumos-gate/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) {
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c1014 int estimate = 1; local
1062 estimate = 0;
1081 if (!estimate) {
1293 if (!estimate)
1353 if (estimate) {
1396 if (estimate) {
1439 if (estimate) {
1451 estimate = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c1976 mDNSexport mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate) argument
1979 const domainname *const name = estimate ? rr->name : mDNSNULL;
2028 return (mDNSu16)((estimate ? 2 : dlen) + rr->rdlength - dlen);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4400 * zc_guid if set, estimate size of stream only. zc_cookie is ignored.
4412 boolean_t estimate = (zc->zc_guid != 0); local
4438 if (estimate) {
5511 * efficient dmu_send_estimate to estimate send space

Completed in 94 milliseconds