Home
last modified time | relevance | path

Searched refs:searchDict (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/gtk/src/
H A Dqueuehandler.c603 GhbValue * searchDict; in queue_update_summary() local
613 searchDict = ghb_dict_get(subtitleDict, "Search"); in queue_update_summary()
614 search = ghb_dict_get_bool(searchDict, "Enable"); in queue_update_summary()
620 force = ghb_dict_get_bool(searchDict, "Forced"); in queue_update_summary()
621 burn = ghb_dict_get_bool(searchDict, "Burn"); in queue_update_summary()
622 def = ghb_dict_get_bool(searchDict, "Default"); in queue_update_summary()
H A Dcallbacks.c2384 GhbValue * searchDict; in ghb_update_summary_info() local
2392 searchDict = ghb_dict_get(subtitleDict, "Search"); in ghb_update_summary_info()
2393 search = ghb_dict_get_bool(searchDict, "Enable"); in ghb_update_summary_info()
2403 force = ghb_dict_get_bool(searchDict, "Forced"); in ghb_update_summary_info()
2404 burn = ghb_dict_get_bool(searchDict, "Burn"); in ghb_update_summary_info()
2405 def = ghb_dict_get_bool(searchDict, "Default"); in ghb_update_summary_info()