Searched refs:delimiterLength (Results 1 – 1 of 1) sorted by relevance
139 size_t delimiterLength; member315 while (pSession->delimiterLength > 4 && in FwdLockConv_RightTrimDelimiter()316 pSession->delimiter[pSession->delimiterLength - 1] == ' ') { in FwdLockConv_RightTrimDelimiter()317 --pSession->delimiterLength; in FwdLockConv_RightTrimDelimiter()319 if (pSession->delimiterLength > 4) { in FwdLockConv_RightTrimDelimiter()354 pSession->delimiterLength = 4; in FwdLockConv_MatchOpenDelimiter()378 if (pSession->delimiterLength < MAX_DELIMITER_LENGTH) { in FwdLockConv_MatchOpenDelimiter()379 pSession->delimiter[pSession->delimiterLength++] = ch; in FwdLockConv_MatchOpenDelimiter()888 } else if (++pSession->delimiterMatchPos == pSession->delimiterLength) { in FwdLockConv_MatchBinaryEncodedData()1042 } else if (++pSession->delimiterMatchPos == pSession->delimiterLength) { in FwdLockConv_MatchBase64EncodedData()