HomeSort by relevance Sort by last modified time
    Searched full:new_buff (Results 1 - 1 of 1) sorted by null

  /external/qemu/telephony/
remote_call.c 232 char* new_buff = realloc( old_buff, msg2len ); local
233 if (new_buff == NULL) {
237 call->buff = new_buff;

Completed in 48 milliseconds