Home
last modified time | relevance | path

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

/haiku/src/kits/mail/
H A DMailContainer.cpp215 ssize_t boundaryLength; in SetToRFC822() local
257 boundaryLength = strlen(_boundary); in SetToRFC822()
258 if (boundaryLength > (ssize_t) sizeof (buffer) / 2) in SetToRFC822()
279 if (bufferSize - bufferIndex < boundaryLength + 8) in SetToRFC822()
336 if (strncmp (buffer + bufferIndex, _boundary, boundaryLength) != 0) { in SetToRFC822()
340 bufferIndex += boundaryLength; in SetToRFC822()