Searched refs:oldSize (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_table.cc | 379 db_table::allocateExpire(long oldSize, long newSize) { in allocateExpire() argument 386 (void) memset(&newExpire[oldSize], 0, in allocateExpire() 387 (newSize-oldSize) * sizeof (newExpire[0])); in allocateExpire() 397 db_table::allocateEnumArray(long oldSize, long newSize) { in allocateEnumArray() argument 408 oldSize = 0; in allocateEnumArray() 413 if (newEnumArray != 0 && newSize > oldSize) { in allocateEnumArray() 414 (void) memcpy(&newEnumArray[oldSize], &tab[oldSize], in allocateEnumArray() 415 (newSize-oldSize) * sizeof (entry_object *)); in allocateEnumArray()
|
H A D | db_table_c.x | 166 % db_status allocateExpire(long oldSize, long newSize); 293 % db_status allocateEnumArray(long oldSize, long newSize);
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | vdbeaux.c | 85 int oldSize = p->nOpAlloc; in sqliteVdbeAddOp() local 90 p->nOpAlloc = oldSize; in sqliteVdbeAddOp() 94 memset(&p->aOp[oldSize], 0, (p->nOpAlloc-oldSize)*sizeof(Op)); in sqliteVdbeAddOp() 208 int oldSize = p->nOpAlloc; in sqliteVdbeAddOpList() local 213 p->nOpAlloc = oldSize; in sqliteVdbeAddOpList() 217 memset(&p->aOp[oldSize], 0, (p->nOpAlloc-oldSize)*sizeof(Op)); in sqliteVdbeAddOpList()
|
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 897 uint32_t oldSize, newSize; in truncAtCluster() local 923 oldSize = extractSize(entry); in truncAtCluster() 960 return ((int64_t)oldSize - (int64_t)newSize); in truncAtCluster()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 436 int oldSize = svc_nuserfds; in svc_add_input() local 447 svc_nuserfds = oldSize; in svc_add_input() 455 for (i = oldSize; i < svc_nuserfds; i++) { in svc_add_input()
|