Home | History | Annotate | Download | only in src

Lines Matching refs:msgBufferLength

6170     keepAliveParams.msgBufferLength = os_strlen ((PS8)parm[ 3 ].value);
6171 if (0 == (keepAliveParams.msgBufferLength %2))
6173 keepAliveParams.msgBufferLength = keepAliveParams.msgBufferLength / 2;
6177 keepAliveParams.msgBufferLength = (keepAliveParams.msgBufferLength / 2) + 1;
6246 tConfig.templates[ uIndex ].msgBufferLength, (U8*)&(msgBuffer[ 0 ]));