Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
writer_trig.h File Reference
Include dependency graph for writer_trig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.

Function Documentation

◆ trig_encode_store_init()

void * trig_encode_store_init ( VOLK_Store * store)

Initialize a store encoding loop.

Definition at line 60 of file writer_trig.c.

◆ trig_encode_store_iter()

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.

◆ trig_encode_store_done()

void trig_encode_store_done ( void * h)

Finalize the store encoding loop.

Definition at line 149 of file writer_trig.c.