Lines Matching refs:bufferLength
39 * @param bufferLength The length of the output buffer
45 int32_t bufferLength,
66 else if (resLen >= bufferLength) {
92 * @param bufferLength The length of the output buffer. This is an input/ouput parameter.
99 int32_t* bufferLength) {
101 if (*bufferLength > 0) {
102 buffer[*bufferLength] = '_';
103 ++(*bufferLength);
107 &buffer[*bufferLength],
111 *bufferLength += tagLength;