Lines Matching refs:dict
202 delete_dictionary(db_dict_desc *dict) in delete_dictionary() argument
206 if (dict) { in delete_dictionary()
207 if (dict->tables.tables_val) { in delete_dictionary()
209 for (i = 0; i < dict->tables.tables_len; i++) in delete_dictionary()
210 bucket = dict->tables.tables_val[i]; in delete_dictionary()
214 delete dict->tables.tables_val; in delete_dictionary()
217 delete dict; in delete_dictionary()
621 INITRW(dict); in db_dictionary()
622 READLOCKOK(dict); in db_dictionary()
1195 db_dictionary *dict = (db_dictionary*) dictchar; in apply_log_entry() local
1197 WRITELOCK(dict, FALSE, "w apply_log_entry"); in apply_log_entry()
1205 dict->add_table_aux(j->get_table_name(), in apply_log_entry()
1211 dict->delete_table_aux(j->get_table_name(), in apply_log_entry()
1218 WRITEUNLOCK(dict, FALSE, "wu apply_log_entry"); in apply_log_entry()
1224 WRITEUNLOCK(dict, TRUE, "wu apply_log_entry"); in apply_log_entry()
2434 ASSERTWHELD(this->dict); in setNoWriteThrough()
2440 ASSERTWHELD(this->dict); in clearNoWriteThrough()