Lines Matching refs:LpConfig

173 void linphone_config_add_section(LpConfig *lpconfig, LpSection *section){  in linphone_config_add_section()
181 void linphone_config_remove_section(LpConfig *lpconfig, LpSection *section){ in linphone_config_remove_section()
207 LpSection *linphone_config_find_section(const LpConfig *lpconfig, const char *name){ in linphone_config_find_section()
261 static LpSection* linphone_config_parse_line(LpConfig* lpconfig, const char* line, LpSection* cur) { in linphone_config_parse_line()
368 void linphone_config_parse(LpConfig *lpconfig, bctbx_vfs_file_t* pFile){ in linphone_config_parse()
379 LpConfig * linphone_config_new(const char *filename){ in linphone_config_new()
398 LpConfig * linphone_config_new_from_buffer(const char *buffer){ in linphone_config_new_from_buffer()
399 LpConfig* conf = belle_sip_object_new(LinphoneConfig); in linphone_config_new_from_buffer()
459 LpConfig *linphone_config_new_with_factory(const char *config_filename, const char *factory_config_… in linphone_config_new_with_factory()
460 LpConfig *lpconfig=belle_sip_object_new(LinphoneConfig); in linphone_config_new_with_factory()
469 LinphoneStatus linphone_config_read_file(LpConfig *lpconfig, const char *filename){ in linphone_config_read_file()
488 static const char* _linphone_config_xml_convert(LpConfig *lpc, xml2lpc_context *context, int result… in _linphone_config_xml_convert()
533 const char* _linphone_config_load_from_xml_string(LpConfig *lpc, const char *buffer) { in _linphone_config_load_from_xml_string()
547 LinphoneStatus linphone_config_load_from_xml_string(LpConfig *lpc, const char *buffer) { in linphone_config_load_from_xml_string()
565 static void _linphone_config_uninit(LpConfig *lpconfig){ in _linphone_config_uninit()
572 LpConfig *linphone_config_ref(LpConfig *lpconfig){ in linphone_config_ref()
576 void linphone_config_unref(LpConfig *lpconfig){ in linphone_config_unref()
580 void linphone_config_destroy(LpConfig *lpconfig){ in linphone_config_destroy()
584 const char *linphone_config_get_section_param_string(const LpConfig *lpconfig, const char *section,… in linphone_config_get_section_param_string()
595 const char *linphone_config_get_string(const LpConfig *lpconfig, const char *section, const char *k… in linphone_config_get_string()
606 bctbx_list_t * linphone_config_get_string_list(const LpConfig *lpconfig, const char *section, const… in linphone_config_get_string_list()
631 bool_t linphone_config_get_range(const LpConfig *lpconfig, const char *section, const char *key, in… in linphone_config_get_range()
651 int linphone_config_get_int(const LpConfig *lpconfig,const char *section, const char *key, int defa… in linphone_config_get_int()
665 int64_t linphone_config_get_int64(const LpConfig *lpconfig,const char *section, const char *key, in… in linphone_config_get_int64()
677 float linphone_config_get_float(const LpConfig *lpconfig,const char *section, const char *key, floa… in linphone_config_get_float()
685 bool_t linphone_config_get_overwrite_flag_for_entry(const LpConfig *lpconfig, const char *section, … in linphone_config_get_overwrite_flag_for_entry()
696 bool_t linphone_config_get_overwrite_flag_for_section(const LpConfig *lpconfig, const char *section… in linphone_config_get_overwrite_flag_for_section()
705 bool_t linphone_config_get_skip_flag_for_entry(const LpConfig *lpconfig, const char *section, const… in linphone_config_get_skip_flag_for_entry()
716 bool_t linphone_config_get_skip_flag_for_section(const LpConfig *lpconfig, const char *section) { in linphone_config_get_skip_flag_for_section()
725 void linphone_config_set_string(LpConfig *lpconfig,const char *section, const char *key, const char… in linphone_config_set_string()
749 void linphone_config_set_string_list(LpConfig *lpconfig, const char *section, const char *key, cons… in linphone_config_set_string_list()
765 void linphone_config_set_range(LpConfig *lpconfig, const char *section, const char *key, int min_va… in linphone_config_set_range()
771 void linphone_config_set_int(LpConfig *lpconfig,const char *section, const char *key, int value){ in linphone_config_set_int()
777 void linphone_config_set_int_hex(LpConfig *lpconfig,const char *section, const char *key, int value… in linphone_config_set_int_hex()
783 void linphone_config_set_int64(LpConfig *lpconfig,const char *section, const char *key, int64_t val… in linphone_config_set_int64()
790 void linphone_config_set_float(LpConfig *lpconfig,const char *section, const char *key, float value… in linphone_config_set_float()
796 void linphone_config_set_overwrite_flag_for_entry(LpConfig *lpconfig, const char *section, const ch… in linphone_config_set_overwrite_flag_for_entry()
806 void linphone_config_set_overwrite_flag_for_section(LpConfig *lpconfig, const char *section, bool_t… in linphone_config_set_overwrite_flag_for_section()
814 void linphone_config_set_skip_flag_for_entry(LpConfig *lpconfig, const char *section, const char *k… in linphone_config_set_skip_flag_for_entry()
824 void linphone_config_set_skip_flag_for_section(LpConfig *lpconfig, const char *section, bool_t valu… in linphone_config_set_skip_flag_for_section()
832 void lp_item_write(LpItem *item, LpConfig *lpconfig){ in lp_item_write()
850 void lp_section_param_write(LpSectionParam *param, LpConfig *lpconfig){ in lp_section_param_write()
859 void lp_section_write(LpSection *sec,LpConfig *lpconfig){ in lp_section_write()
871 LinphoneStatus linphone_config_sync(LpConfig *lpconfig){ in linphone_config_sync()
905 int linphone_config_has_section(const LpConfig *lpconfig, const char *section){ in linphone_config_has_section()
910 void linphone_config_for_each_section(const LpConfig *lpconfig, void (*callback)(const char *sectio… in linphone_config_for_each_section()
919 void linphone_config_for_each_entry(const LpConfig *lpconfig, const char *section, void (*callback)… in linphone_config_for_each_entry()
932 void linphone_config_clean_section(LpConfig *lpconfig, const char *section){ in linphone_config_clean_section()
940 bool_t linphone_config_needs_commit(const LpConfig *lpconfig){ in linphone_config_needs_commit()
946 int linphone_config_get_default_int(const LpConfig *lpconfig, const char *section, const char *key,… in linphone_config_get_default_int()
954 int64_t linphone_config_get_default_int64(const LpConfig *lpconfig, const char *section, const char… in linphone_config_get_default_int64()
962 float linphone_config_get_default_float(const LpConfig *lpconfig, const char *section, const char *… in linphone_config_get_default_float()
970 const char* linphone_config_get_default_string(const LpConfig *lpconfig, const char *section, const… in linphone_config_get_default_string()
1005 bool_t linphone_config_relative_file_exists(const LpConfig *lpconfig, const char *filename) { in linphone_config_relative_file_exists()
1029 void linphone_config_write_relative_file(const LpConfig *lpconfig, const char *filename, const char… in linphone_config_write_relative_file()
1066 LinphoneStatus linphone_config_read_relative_file(const LpConfig *lpconfig, const char *filename, c… in linphone_config_read_relative_file()
1111 const char** linphone_config_get_sections_names(LpConfig *lpconfig) { in linphone_config_get_sections_names()
1129 char* linphone_config_dump_as_xml(const LpConfig *lpconfig) { in linphone_config_dump_as_xml()
1141 const LpConfig *conf;
1159 char* linphone_config_dump(const LpConfig *lpconfig) { in linphone_config_dump()
1167 void linphone_config_clean_entry(LpConfig *lpconfig, const char *section, const char *key) { in linphone_config_clean_entry()
1178 int linphone_config_has_entry(const LpConfig *lpconfig, const char *section, const char *key) { in linphone_config_has_entry()