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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc394 db_table::allocateEnumArray(long oldSize, long newSize) { function in class:db_table
396 const char *myself = "db_table::allocateEnumArray";
481 db_status stat = allocateEnumArray(oldsize, table_size);
962 stat = allocateEnumArray(0, table_size);

Completed in 17 milliseconds