Searched refs:dstCnt (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | mppc.h | 59 extern int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history,… 60 extern int MPPC_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *histor…
|
| H A D | mppcd.c | 106 int MPPC_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int … in MPPC_Decompress() argument 270 if (len <= *dstCnt) { in MPPC_Decompress() 281 *dstCnt -= len; in MPPC_Decompress()
|
| H A D | mppcc.c | 146 int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int fl… in MPPC_Compress() argument 162 if (*dstCnt < (*srcCnt * 9 / 8 + 2)) { in MPPC_Compress() 297 *dstCnt -= olen; in MPPC_Compress()
|