OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compout
(Results
1 - 5
of
5
) sorted by null
/external/libppp/src/
pred.c
202
ccp->
compout
+= len;
206
ccp->
compout
+= orglen;
ccp.h
115
u_long uncompout,
compout
; /* Outgoing bytes before/after compression */
member in struct:ccp
deflate.c
157
ccp->
compout
+= ilen; /* We measure this stuff too */
178
ccp->
compout
+= olen;
mppe.c
173
ccp->
compout
+= ilen;
226
ccp->
compout
+= len;
ccp.c
175
ccp->uncompout, ccp->
compout
,
282
ccp->uncompout = ccp->
compout
= 0;
Completed in 51 milliseconds