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

/systemd/src/journal-remote/
H A Djournal-remote-parse.c27 #define LINE_CHUNK 8*1024u macro
122 if (source->size - source->filled < LINE_CHUNK &&
123 !realloc_buffer(source, MIN(source->filled + LINE_CHUNK, ENTRY_SIZE_MAX)))
127 assert(source->size - source->filled >= LINE_CHUNK ||
488 while (target > 16 * LINE_CHUNK && remain < target / 2)

Completed in 2659 milliseconds