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

/systemd/src/journal-remote/
H A Djournal-remote-parse.c76 static char* realloc_buffer(RemoteSource *source, size_t size) { function
123 !realloc_buffer(source, MIN(source->filled + LINE_CHUNK, ENTRY_SIZE_MAX)))
156 if (!realloc_buffer(source, source->filled + size)) {
190 if (!realloc_buffer(source, source->offset + size))

Completed in 906 milliseconds