Searched refs:msg2len (Results 1 - 1 of 1) sorted by relevance

/external/qemu/telephony/
H A Dremote_call.c227 int msg2len; local
229 msg2len = 32 + smspdu_to_hex( pdu, NULL, 0 );
230 if (msg2len > call->buff_size) {
232 char* new_buff = realloc( old_buff, msg2len );
234 D("%s: not enough memory to alloc %d bytes", __FUNCTION__, msg2len);
238 call->buff_size = msg2len;

Completed in 58 milliseconds