Home
last modified time | relevance | path

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

/dports/deskutils/recoll/recoll-1.31.2/bincimapmime/
H A Dmime-parsefull.cc67 bodystartoffsetcrlf = 0; in parseFull()
96 bodystartoffsetcrlf = 0; in parseFull()
277 unsigned int bodystartoffsetcrlf = mimeSource->getOffset(); in parseMessageRFC822() local
287 if (*bodylength >= bodystartoffsetcrlf) { in parseMessageRFC822()
288 *bodylength -= bodystartoffsetcrlf; in parseMessageRFC822()
439 unsigned int bodystartoffsetcrlf = mimeSource->getOffset(); in parseMultipart() local
491 if (*bodylength >= bodystartoffsetcrlf) { in parseMultipart()
492 *bodylength -= bodystartoffsetcrlf; in parseMultipart()
572 if (*bodylength >= bodystartoffsetcrlf) { in parseSinglePart()
573 *bodylength -= bodystartoffsetcrlf; in parseSinglePart()
[all …]
H A Dmime-parseonlyheader.cc58 bodystartoffsetcrlf = 0; in parseOnlyHeader()
81 bodystartoffsetcrlf = 0; in parseOnlyHeader()
H A Dmime.h84 mutable unsigned int bodystartoffsetcrlf; variable
109 return bodystartoffsetcrlf; } in getBodyStartOffset()
H A Dmime-printbody.cc41 mimeSource->seek(bodystartoffsetcrlf + startoffset); in getBody()
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmime-parsefull.cc120 bodystartoffsetcrlf = 0; in parseFull()
240 bodystartoffsetcrlf = crlfoffset; in parseFull()
316 if (bodylength >= bodystartoffsetcrlf) { in parseFull()
317 bodylength -= bodystartoffsetcrlf; in parseFull()
544 if (bodylength >= bodystartoffsetcrlf) { in parseFull()
545 bodylength -= bodystartoffsetcrlf; in parseFull()
647 if (bodylength >= bodystartoffsetcrlf) { in parseFull()
648 bodylength -= bodystartoffsetcrlf; in parseFull()
H A Dmime.h93 mutable unsigned int bodystartoffsetcrlf; variable
117 inline unsigned int getBodyStartOffset(void) const { return bodystartoffsetcrlf; } in getBodyStartOffset()
H A Dmime-printbody.cc65 crlfSeek(bodystartoffsetcrlf + startoffset); in printBody()
H A Dmime-parseonlyheader.cc68 bodystartoffsetcrlf = 0; in parseOnlyHeader()
H A Dmaildirmessage.cc925 startOffset += doc->bodystartoffsetcrlf; in printDoc()
941 if (onlyText) s -= doc->bodystartoffsetcrlf; in getDocSize()