Home
last modified time | relevance | path

Searched refs:skipToNonBlank (Results 1 – 2 of 2) sorted by relevance

/dports/mail/spamprobe/spamprobe-1.4d/src/parser/
H A DBodyParser.cc62 int BodyParser::skipToNonBlank(const CRef<AbstractMultiLineString> &lines, in skipToNonBlank() function in BodyParser
77 int header_start = skipToNonBlank(lines, offset); in addPart()
79 int body_start = skipToNonBlank(lines, offset); in addPart()
95 offset = skipToNonBlank(lines, offset); in addPartsForBoundary()
H A DBodyParser.h49 int skipToNonBlank(const CRef<AbstractMultiLineString> &lines,