Home
last modified time | relevance | path

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

/dports/mail/spamprobe/spamprobe-1.4d/src/parser/
H A DMailMessageReader.cc79 bool append_to_last_line) in readMessageWithBoundary() argument
88 if (append_to_last_line) { in readMessageWithBoundary()
90 append_to_last_line = false; in readMessageWithBoundary()
H A DMailMessageReader.h54 bool append_to_last_line);
/dports/devel/caf/actor-framework-0.18.5/libcaf_io/test/io/
H A Dhttp_broker.cpp92 auto append_to_last_line = self->state.ps == receive_continued_line; in http_worker() local
102 if (append_to_last_line) { in http_worker()
103 append_to_last_line = false; in http_worker()