Searched refs:import_compress (Results 1 - 4 of 4) sorted by relevance
/systemd/src/import/ |
H A D | import-compress.h | 57 int import_compress(ImportCompress *c, const void *data, size_t size, void **buffer, size_t *buffer_size, size_t *buffer_allocated);
|
H A D | export-raw.c | 212 r = import_compress(&e->compress, input, l, &e->buffer, &e->buffer_size, &e->buffer_allocated);
|
H A D | export-tar.c | 207 r = import_compress(&e->compress, input, l, &e->buffer, &e->buffer_size, &e->buffer_allocated);
|
H A D | import-compress.c | 261 int import_compress(ImportCompress *c, const void *data, size_t size, void **buffer, size_t *buffer_size, size_t *buffer_allocated) { function
|
Completed in 31 milliseconds