Lines Matching refs:db_table
229 db_table::initMappingStruct(__nisdb_table_mapping_t *m) { in initMappingStruct()
290 db_table::db_table_ldap_init(void) { in db_table_ldap_init()
312 db_table::db_table() : freelist() in db_table() function in db_table
331 db_table::~db_table() in ~db_table()
340 db_table::reset() in reset()
379 db_table::allocateExpire(long oldSize, long newSize) { in allocateExpire()
397 db_table::allocateEnumArray(long oldSize, long newSize) { in allocateEnumArray()
426 db_table::grow() in grow()
503 db_table::first_entry(entryp * where) in first_entry()
528 db_table::next_entry(entryp prev, entryp* newentry) in next_entry()
547 db_table::get_entry(entryp where) in get_entry()
557 db_table::setEntryExp(entryp where, entry_obj *obj, int initialLoad) { in setEntryExp()
653 db_table::add_entry(entry_object *obj, int initialLoad) { in add_entry()
688 db_table::replace_entry(entryp where, entry_object * obj) in replace_entry()
711 db_table::delete_entry(entryp where) in delete_entry()
743 db_table::stats(bool_t include_freelist) in stats()
764 db_table::configure(char *tablePath) { in configure()
886 db_table::cacheValid(entryp loc) { in cacheValid()
911 db_table::dupEntry(entry_object *obj, entryp loc) { in dupEntry()
951 db_table::setEnumMode(long enumNum) { in setEnumMode()
978 db_table::clearEnumMode(void) { in clearEnumMode()
994 db_table::endEnumMode(long *numEa) { in endEnumMode()
1029 db_table::enumTouch(entryp loc) { in enumTouch()
1053 db_table::enumSetup(entryp loc, long index) { in enumSetup()
1067 db_table::touchEntry(entryp loc) { in touchEntry()
1085 return (xdr_db_table(x, (db_table*) dp)); in transfer_aux_table()
1093 int transfer(db_table* dp) in transfer()
1103 db_table::dump(char *file) in dump()
1118 db_table::db_table(char *file) : freelist() in db_table() function in db_table
1137 bool_t db_table::entry_exists_p(entryp i) { in entry_exists_p()