Lines Matching defs:ini

459 static int ini_internal_property_index( ini_t const* ini, int section, int property )  in ini_internal_property_index()  argument
483 ini_t* ini; in ini_create() local
501 ini_t* ini; in ini_load() local
574 int ini_save( ini_t const* ini, char* data, int size ) in ini_save()
647 void ini_destroy( ini_t* ini ) in ini_destroy()
667 int ini_section_count( ini_t const* ini ) in ini_section_count()
674 char const* ini_section_name( ini_t const* ini, int section ) in ini_section_name()
683 int ini_property_count( ini_t const* ini, int section ) in ini_property_count()
702 char const* ini_property_name( ini_t const* ini, int section, int property ) in ini_property_name()
717 char const* ini_property_value( ini_t const* ini, int section, int property ) in ini_property_value()
732 int ini_find_section( ini_t const* ini, char const* name, int name_length ) in ini_find_section()
752 int ini_find_property( ini_t const* ini, int section, char const* name, int name_length ) in ini_find_property()
778 int ini_section_add( ini_t* ini, char const* name, int length ) in ini_section_add()
814 void ini_property_add( ini_t* ini, int section, char const* name, int name_length, char const* valu… in ini_property_add()
867 void ini_section_remove( ini_t* ini, int section ) in ini_section_remove()
895 void ini_property_remove( ini_t* ini, int section, int property ) in ini_property_remove()
913 void ini_section_name_set( ini_t* ini, int section, char const* name, int length ) in ini_section_name_set()
936 void ini_property_name_set( ini_t* ini, int section, int property, char const* name, int length ) in ini_property_name_set()
965 void ini_property_value_set( ini_t* ini, int section, int property, char const* value, int length ) in ini_property_value_set()