Home | History | Annotate | Download | only in include

Lines Matching refs:simple_object

60 /* Call PFN for each section in SIMPLE_OBJECT, passing it the section
71 simple_object_find_sections (simple_object_read *simple_object,
77 /* Look for the section NAME in SIMPLE_OBJECT. This returns
78 information for the first section NAME in SIMPLE_OBJECT. Note that
94 simple_object_find_section (simple_object_read *simple_object,
98 /* Release all resources associated with SIMPLE_OBJECT. This does not
110 /* Fetch the attributes of SIMPLE_OBJECT. This information will
112 SIMPLE_OBJECT is closed. On error this returns NULL, sets *ERRMSG
117 simple_object_fetch_attributes (simple_object_read *simple_object,
159 /* Add a section to SIMPLE_OBJECT. NAME is the name of the new
168 simple_object_write_create_section (simple_object_write *simple_object,
172 /* Add data BUFFER/SIZE to SECTION in SIMPLE_OBJECT. If COPY is
174 COPY is zero, BUFFER must persist until SIMPLE_OBJECT is released.
180 simple_object_write_add_data (simple_object_write *simple_object,
191 simple_object_write_to_file (simple_object_write *simple_object,
194 /* Release all resources associated with SIMPLE_OBJECT, including any