Searched refs:strLength (Results 1 – 1 of 1) sorted by relevance
419 … MS_U32 strLength = strlen((const char*)a_body) + 1; /* +1 for the null char as this is a string */ in PackIntoHslCmdResp() local420 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() local439 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()