Lines Matching refs:db_table

232 db_table::initMappingStruct(__nisdb_table_mapping_t *m) {  in initMappingStruct()
293 db_table::db_table_ldap_init(void) { in db_table_ldap_init()
315 db_table::db_table() : freelist() in db_table() function in db_table
334 db_table::~db_table() in ~db_table()
343 db_table::reset() in reset()
382 db_table::allocateExpire(long oldSize, long newSize) { in allocateExpire()
400 db_table::allocateEnumArray(long oldSize, long newSize) { in allocateEnumArray()
429 db_table::grow() in grow()
506 db_table::first_entry(entryp * where) in first_entry()
531 db_table::next_entry(entryp prev, entryp* newentry) in next_entry()
550 db_table::get_entry(entryp where) in get_entry()
560 db_table::setEntryExp(entryp where, entry_obj *obj, int initialLoad) { in setEntryExp()
656 db_table::add_entry(entry_object *obj, int initialLoad) { in add_entry()
691 db_table::replace_entry(entryp where, entry_object * obj) in replace_entry()
714 db_table::delete_entry(entryp where) in delete_entry()
746 db_table::stats(bool_t include_freelist) in stats()
767 db_table::configure(char *tablePath) { in configure()
889 db_table::cacheValid(entryp loc) { in cacheValid()
914 db_table::dupEntry(entry_object *obj, entryp loc) { in dupEntry()
954 db_table::setEnumMode(long enumNum) { in setEnumMode()
981 db_table::clearEnumMode(void) { in clearEnumMode()
997 db_table::endEnumMode(long *numEa) { in endEnumMode()
1032 db_table::enumTouch(entryp loc) { in enumTouch()
1056 db_table::enumSetup(entryp loc, long index) { in enumSetup()
1070 db_table::touchEntry(entryp loc) { in touchEntry()
1088 return (xdr_db_table(x, (db_table*) dp)); in transfer_aux_table()
1096 int transfer(db_table* dp) in transfer()
1106 db_table::dump(char *file) in dump()
1122 db_table::db_table(char *file) : freelist() in db_table() function in db_table
1141 bool_t db_table::entry_exists_p(entryp i) { in entry_exists_p()