Searched refs:insufficientLengthString (Results 1 – 1 of 1) sorted by relevance
32 std::string insufficientLengthString(size_t bytesNeeded, size_t bytesAvail, in insufficientLengthString() function44 parseClient->error(pos - 1, insufficientLengthString(sizeof(T), end - pos, "length field")); in parseLength()101 parseClient->error(hdrBegin, insufficientLengthString(length, end - valueBegin, errLabel)); in handleString()