OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pkt_first
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
sockets.c
140
if(s->
pkt_first
) {
170
if(s->
pkt_first
) {
173
s->
pkt_first
= p;
210
for(p = s->
pkt_first
; p; p = n) {
239
if (s->closing || s->
pkt_first
== NULL) {
268
while((p = s->
pkt_first
) != 0) {
289
s->
pkt_first
= p->next;
290
if(s->
pkt_first
== 0) s->pkt_last = 0;
631
if(s->
pkt_first
== 0) {
632
s->
pkt_first
= p
[
all
...]
adb.h
103
apacket *
pkt_first
;
member in struct:asocket
Completed in 63 milliseconds