#include "volksdata/codec/writer_trig.h"
Go to the source code of this file.
Data Structures | |
| struct | TRIGEncodeIterator |
| TriG encoder iterator. More... | |
Enumerations | |
| enum | TRIGPos { TRIG_POS_START , TRIG_POS_START_BODY , TRIG_POS_GRAPH , TRIG_POS_END_GR , TRIG_POS_END } |
Functions | |
| void * | trig_encode_store_init (VOLK_Store *store) |
| Initialize a store encoding loop. | |
| VOLK_rc | trig_encode_store_iter (void *h, char **res_p) |
| Encode a chunk from a store. | |
| void | trig_encode_store_done (void *h) |
| Finalize the store encoding loop. | |
| enum TRIGPos |
Definition at line 5 of file writer_trig.c.
| void * trig_encode_store_init | ( | VOLK_Store * | store | ) |
Initialize a store encoding loop.
Definition at line 60 of file writer_trig.c.
| VOLK_rc trig_encode_store_iter | ( | void * | h, |
| char ** | res_p ) |
Encode a chunk from a store.
Definition at line 84 of file writer_trig.c.
| void trig_encode_store_done | ( | void * | h | ) |
Finalize the store encoding loop.
Definition at line 149 of file writer_trig.c.