Home | History | Annotate | Download | only in src

Lines Matching full:val

90 	int val;
98 val = g_key_file_get_integer(config, "General",
104 debug("discovto=%d", val);
105 main_opts.discovto = val;
109 val = g_key_file_get_integer(config, "General",
115 debug("pairto=%d", val);
116 main_opts.pairto = val;
119 val = g_key_file_get_integer(config, "General", "PageTimeout", &err);
124 debug("pageto=%d", val);
125 main_opts.pageto = val;
152 val = g_key_file_get_integer(config, "General",
158 debug("discov_interval=%d", val);
159 main_opts.discov_interval = val;