Home
last modified time | relevance | path

Searched refs:strLength (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c419 … MS_U32 strLength = strlen((const char*)a_body) + 1; /* +1 for the null char as this is a string */ in PackIntoHslCmdResp() local
420 if (strLength > RSP_MAX_AT) in PackIntoHslCmdResp()
427 strncpy(container.U_Resp.atResponse, (char*) a_body,strLength); in PackIntoHslCmdResp()
428 packedStructLength += (MS_U16)strLength; in PackIntoHslCmdResp()
438 …MS_U32 strLength = strlen((const char*)cmdEchoPtr->atCmd) + 1; /* +1 for the null char as this is … in PackIntoHslCmdResp() local
439 if (strLength > CMD_MAX_AT) in PackIntoHslCmdResp()
446 strncpy(container.U_Resp.atCmdEcho.atCmd, (char*) cmdEchoPtr->atCmd,strLength); in PackIntoHslCmdResp()
447 packedStructLength += (MS_U16)strLength; in PackIntoHslCmdResp()