Home
last modified time | relevance | path

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

/dports/deskutils/recoll/recoll-1.31.2/bincimapmime/
H A Dmime-parsefull.cc264 bool *foundendofpart, in parseMessageRFC822() argument
283 *foundendofpart = true; in parseMessageRFC822()
359 bool *foundendofpart) in postBoundaryProcessing() argument
382 *foundendofpart = true; in postBoundaryProcessing()
431 bool *foundendofpart, in parseMultipart() argument
456 if (!*foundendofpart && !*eof) { in parseMultipart()
474 if (!*foundendofpart && !*eof) { in parseMultipart()
508 bool *eof, bool *foundendofpart, in parseSinglePart() argument
609 bool foundendofpart = false; in doParseFull() local
617 &foundendofpart, &bodylength, in doParseFull()
[all …]
H A Dmime.h134 bool *foundendofpart);
140 bool *foundendofpart,
147 bool *eof, bool *foundendofpart,
154 bool *foundendofpart,
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmime-parsefull.cc300 bool foundendofpart = false; in parseFull() local
312 foundendofpart = true; in parseFull()
387 foundendofpart = true; in parseFull()
427 if (!foundendofpart && !eof) { in parseFull()
446 if (!foundendofpart && !eof) { in parseFull()
502 foundendofpart = true; in parseFull()
608 foundendofpart = true; in parseFull()
659 return (eof || foundendofpart) ? 1 : 0; in parseFull()