Lines Matching refs:dict
204 delete_dictionary(db_dict_desc *dict) in delete_dictionary() argument
208 if (dict) { in delete_dictionary()
209 if (dict->tables.tables_val) { in delete_dictionary()
211 for (i = 0; i < dict->tables.tables_len; i++) { in delete_dictionary()
212 bucket = dict->tables.tables_val[i]; in delete_dictionary()
217 delete dict->tables.tables_val; in delete_dictionary()
220 delete dict; in delete_dictionary()
622 INITRW(dict); in db_dictionary()
623 READLOCKOK(dict); in db_dictionary()
1196 db_dictionary *dict = (db_dictionary*) dictchar; in apply_log_entry() local
1198 WRITELOCK(dict, FALSE, "w apply_log_entry"); in apply_log_entry()
1206 dict->add_table_aux(j->get_table_name(), in apply_log_entry()
1212 dict->delete_table_aux(j->get_table_name(), in apply_log_entry()
1219 WRITEUNLOCK(dict, FALSE, "wu apply_log_entry"); in apply_log_entry()
1225 WRITEUNLOCK(dict, TRUE, "wu apply_log_entry"); in apply_log_entry()
2435 ASSERTWHELD(this->dict); in setNoWriteThrough()
2441 ASSERTWHELD(this->dict); in clearNoWriteThrough()