Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dmultipart_parser.hpp242 bool isBoundaryChar(char c) const in isBoundaryChar() function in MultipartParser
253 if (isBoundaryChar(buffer[i + boundaryEnd])) in skipNonBoundary()