Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc382 db_table::allocateExpire(long oldSize, long newSize) { in allocateExpire() argument
389 (void) memset(&newExpire[oldSize], 0, in allocateExpire()
390 (newSize-oldSize) * sizeof (newExpire[0])); in allocateExpire()
400 db_table::allocateEnumArray(long oldSize, long newSize) { in allocateEnumArray() argument
411 oldSize = 0; in allocateEnumArray()
416 if (newEnumArray != 0 && newSize > oldSize) { in allocateEnumArray()
417 (void) memcpy(&newEnumArray[oldSize], &tab[oldSize], in allocateEnumArray()
418 (newSize-oldSize) * sizeof (entry_object *)); in allocateEnumArray()
H A Ddb_table_c.x164 % db_status allocateExpire(long oldSize, long newSize);
291 % db_status allocateEnumArray(long oldSize, long newSize);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c82 int oldSize = p->nOpAlloc; in sqliteVdbeAddOp() local
87 p->nOpAlloc = oldSize; in sqliteVdbeAddOp()
91 memset(&p->aOp[oldSize], 0, (p->nOpAlloc-oldSize)*sizeof(Op)); in sqliteVdbeAddOp()
205 int oldSize = p->nOpAlloc; in sqliteVdbeAddOpList() local
210 p->nOpAlloc = oldSize; in sqliteVdbeAddOpList()
214 memset(&p->aOp[oldSize], 0, (p->nOpAlloc-oldSize)*sizeof(Op)); in sqliteVdbeAddOpList()
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c907 uint32_t oldSize, newSize; in truncAtCluster() local
933 oldSize = extractSize(entry); in truncAtCluster()
970 return ((int64_t)oldSize - (int64_t)newSize); in truncAtCluster()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c439 int oldSize = svc_nuserfds; in svc_add_input() local
450 svc_nuserfds = oldSize; in svc_add_input()
458 for (i = oldSize; i < svc_nuserfds; i++) { in svc_add_input()