|
Modules |
| | First (stacks start with one of these) |
| | Additional (stacks may use these) |
Functions |
| void | ops_setup_memory_read (ops_parse_info_t **pinfo, ops_memory_t *mem, void *arg, ops_parse_cb_return_t callback(const ops_parser_content_t *, ops_parse_cb_info_t *), ops_boolean_t accumulate) |
| | Create parse_info and sets to read from memory.
|
| void | ops_teardown_memory_read (ops_parse_info_t *pinfo, ops_memory_t *mem) |
| | Frees pinfo and mem.
|
| int | ops_setup_file_read (ops_parse_info_t **pinfo, const char *filename, void *arg, ops_parse_cb_return_t callback(const ops_parser_content_t *, ops_parse_cb_info_t *), ops_boolean_t accumulate) |
| | Creates parse_info, opens file, and sets to read from file.
|
| void | ops_teardown_file_read (ops_parse_info_t *pinfo, int fd) |
| | Frees pinfo and closes fd.
|