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

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_query.cc124 db_query::clear_components(int how_many) argument
128 for (i = 0; i < how_many; i++)
H A Ddb_index_entry.cc182 * key as those given. Returns in 'how_many' the number of entries in the
189 item *i, long * how_many)
218 *how_many = count;
188 lookup(bool_t casein, unsigned long hval, item *i, long * how_many) argument
H A Ddb_mindex.cc653 long how_many, i; local
684 if ((how_many = table->fullness()) <= 0) {
696 entry_object_p * answer = new entry_object_p[how_many];
704 *count = how_many;
713 for (i = 1; i < how_many; i++) {

Completed in 18 milliseconds