Home | History | Annotate | Download | only in src

Lines Matching refs:msgBufferLength

6238     keepAliveParams.msgBufferLength = os_strlen ((PS8)parm[ 3 ].value);
6239 if (0 == (keepAliveParams.msgBufferLength %2))
6241 keepAliveParams.msgBufferLength = keepAliveParams.msgBufferLength / 2;
6245 keepAliveParams.msgBufferLength = (keepAliveParams.msgBufferLength / 2) + 1;
6314 tConfig.templates[ uIndex ].msgBufferLength, (U8*)&(msgBuffer[ 0 ]));