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

/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c384 int32_t grow; local
421 grow = argp->newitem.size - argp->olditem.size;
428 grow = argp->olditem.size - argp->newitem.size;
432 grow = 0;
437 file_dbp->pgsize, argp->ndx, argp->off, grow, &dbt);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index.cc63 /* grow(); */
142 db_index::grow() function in class:db_index
147 WRITELOCKV(this, "w db_index::grow");
158 "wu db_index::grow: table size exceeds calloc limit");
159 FATAL("db_index::grow: table size exceeds calloc limit",
169 "wu db_index::grow: cannot allocate space");
170 FATAL("db_index::grow: cannot allocate space", DB_MEMORY_LIMIT);
179 WRITEUNLOCKV(this, "wu db_index::grow");
263 * Increment count of number of entries in index table and grow table
278 if (tab == NULL) grow();
[all...]
H A Ddb_table.cc79 /* How much to grow table by */
319 /* grow(); */
423 db_table::grow() function in class:db_table
425 WRITELOCKV(this, "w db_table::grow");
438 WRITEUNLOCKV(this, "wu db_table::grow");
439 FATAL("db_table::grow: table size exceeds calloc limit",
449 WRITEUNLOCKV(this, "wu db_table::grow");
450 FATAL("db_table::grow: cannot allocate space", DB_MEMORY_LIMIT);
467 WRITEUNLOCKV(this, "wu db_table::grow expire");
469 "db_table::grow
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_data.c91 int grow; local
103 grow = chunks * c->cols;
106 grow = MIN(max - c->dcols, grow);
108 c->dcols += grow;
113 grow = chunks * (c->rows + c->nrow);
116 grow = MIN(max - c->drows, grow);
118 c->drows += grow;
119 grow *
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dstk.c106 int grow; member in struct:__anon1170
520 increment(grow);

Completed in 31 milliseconds