OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_cs
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/include/net/
slcompress.h
120
struct cstate *
last_cs
; /* most recently used tstate */
member in struct:slcompress
vjcompress.h
119
struct cstate *
last_cs
; /* most recently used tstate */
member in struct:vjcompress
/external/syslinux/core/lwip/src/netif/ppp/
vj.h
134
struct cstate *
last_cs
; /* most recently used tstate */
member in struct:vjcompress
vj.c
67
comp->
last_cs
= &tstate[0];
141
register struct cstate *cs = comp->
last_cs
->cs_next;
185
*
last_cs
pointing to the end of the list. The
194
register struct cstate *lastcs = comp->
last_cs
;
212
*
last_cs
to update the lru linkage.
215
comp->
last_cs
= lcs;
229
comp->
last_cs
= lcs;
Completed in 639 milliseconds