OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msg2len
(Results
1 - 1
of
1
) sorted by null
/external/qemu/telephony/
remote_call.c
227
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 35 milliseconds