Searched refs:msg2len (Results 1 – 1 of 1) sorted by relevance
218 int msg2len; in remote_call_set_sms_pdu() local220 msg2len = 32 + smspdu_to_hex( pdu, NULL, 0 ); in remote_call_set_sms_pdu()221 if (msg2len > call->buff_size) { in remote_call_set_sms_pdu()223 char* new_buff = realloc( old_buff, msg2len ); in remote_call_set_sms_pdu()225 D("%s: not enough memory to alloc %d bytes", __FUNCTION__, msg2len); in remote_call_set_sms_pdu()229 call->buff_size = msg2len; in remote_call_set_sms_pdu()