Searched refs:Dhp (Results 1 – 1 of 1) sorted by relevance
63 static fm_dc_handle_t *Dhp; variable124 if ((Dhp = fm_dc_opendict(FM_DC_VERSION, dirpath, dictname)) == NULL) in do_open()137 if (Dhp) { in do_close()138 fm_dc_closedict(Dhp); in do_close()139 Dhp = NULL; in do_close()156 if (Dhp == NULL) { in do_codelen()161 retcodelen = fm_dc_codelen(Dhp); in do_codelen()180 if (Dhp == NULL) { in do_maxkey()185 retmaxkey = fm_dc_maxkey(Dhp); in do_maxkey()226 if (Dhp == NULL) { in do_key2code()[all …]