Home
last modified time | relevance | path

Searched refs:realloc_buffer (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Djournal-importer.c38 static char* realloc_buffer(JournalImporter *imp, size_t size) { in realloc_buffer() function
84 !realloc_buffer(imp, MIN(imp->filled + LINE_CHUNK, ENTRY_SIZE_MAX))) in get_line()
130 if (!realloc_buffer(imp, imp->offset + size)) in fill_fixed_size()
428 if (!realloc_buffer(imp, imp->filled + size)) in journal_importer_push_data()