OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buff_pos
(Results
1 - 1
of
1
) sorted by null
/external/qemu/telephony/
remote_call.c
115
int
buff_pos
;
member in struct:RemoteCallRec
140
call->
buff_pos
= 0;
172
rcall->
buff_pos
= 0;
250
call->
buff_pos
= 0;
294
call->from_port, call->to_port, call->buff_len - call->
buff_pos
);
295
for (nn = call->
buff_pos
; nn < call->buff_len; nn++) {
313
call->buff + call->
buff_pos
,
314
call->buff_len - call->
buff_pos
);
324
call->
buff_pos
+= n;
326
if (call->
buff_pos
>= call->buff_len)
[
all
...]
Completed in 423 milliseconds