OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_buf
(Results
1 - 1
of
1
) sorted by null
/external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc
66
char *
old_buf
= debug_input_buf_;
local
72
memcpy(debug_input_buf_,
old_buf
, debug_input_len_);
73
delete[]
old_buf
;
82
char *
old_buf
= debug_output_buf_;
local
88
memcpy(debug_output_buf_,
old_buf
, debug_output_len_);
89
delete[]
old_buf
;
Completed in 65 milliseconds