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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_db.h81 int num_array; member in struct:nscd_db_entry
217 int num_array);
H A Dnscd_dbimpl.c379 int num_array)
391 size += (num_data + num_array) * sizeof (void **);
406 hash->db_entry.num_array = num_array;
374 _nscd_alloc_db_entry( int type, const char *name, int dataSize, int num_data, int num_array) argument

Completed in 91 milliseconds