Searched refs:oldSize (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table_c.x166 % db_status allocateExpire(long oldSize, long newSize);
293 % db_status allocateEnumArray(long oldSize, long newSize);
H A Ddb_table.cc381 db_table::allocateExpire(long oldSize, long newSize) { argument
388 (void) memset(&newExpire[oldSize], 0,
389 (newSize-oldSize) * sizeof (newExpire[0]));
399 db_table::allocateEnumArray(long oldSize, long newSize) { argument
410 oldSize = 0;
415 if (newEnumArray != 0 && newSize > oldSize) {
416 (void) memcpy(&newEnumArray[oldSize], &tab[oldSize],
417 (newSize-oldSize) * sizeof (entry_object *));
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c85 int oldSize = p->nOpAlloc; local
90 p->nOpAlloc = oldSize;
94 memset(&p->aOp[oldSize], 0, (p->nOpAlloc-oldSize)*sizeof(Op));
208 int oldSize = p->nOpAlloc; local
213 p->nOpAlloc = oldSize;
217 memset(&p->aOp[oldSize], 0, (p->nOpAlloc-oldSize)*sizeof(Op));
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c897 uint32_t oldSize, newSize; local
923 oldSize = extractSize(entry);
960 return ((int64_t)oldSize - (int64_t)newSize);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c435 int oldSize = svc_nuserfds; local
446 svc_nuserfds = oldSize;
454 for (i = oldSize; i < svc_nuserfds; i++) {

Completed in 82 milliseconds