Searched defs:ccp (Results 1 - 16 of 16) sorted by relevance

/external/libppp/src/
H A Dlink.h55 struct ccp ccp; /* Our compression FSM */ member in struct:link
H A Dccp.c28 * $FreeBSD: src/usr.sbin/ppp/ccp.c,v 1.78.26.1 2010/12/21 17:10:29 kensmith Exp $
60 #include "ccp.h"
163 struct ccp *ccp; local
167 ccp = &l->ccp;
169 prompt_Printf(arg->prompt, "%s: %s [%s]\n", l->name, ccp->fsm.name,
170 State2Nam(ccp->fsm.state));
171 if (ccp->fsm.state == ST_OPENED) {
173 protoname(ccp
235 ccp_SetupCallbacks(struct ccp *ccp) argument
244 ccp_Init(struct ccp *ccp, struct bundle *bundle, struct link *l, const struct fsm_parent *parent) argument
271 ccp_Setup(struct ccp *ccp) argument
298 ccp_Required(struct ccp *ccp) argument
315 ccp_MTUOverhead(struct ccp *ccp) argument
327 struct ccp *ccp = fsm2ccp(fp); local
347 struct ccp *ccp = fsm2ccp(fp); local
402 struct ccp *ccp = fsm2ccp(fp); local
426 struct ccp *ccp = fsm2ccp(fp); local
436 struct ccp *ccp = fsm2ccp(fp); local
446 struct ccp *ccp = fsm2ccp(fp); local
474 struct ccp *ccp = fsm2ccp(fp); local
501 struct ccp *ccp = fsm2ccp(fp); local
570 struct ccp *ccp = fsm2ccp(fp); local
693 struct ccp *ccp = fsm2ccp(fp); local
788 ccp_Proto(struct ccp *ccp) argument
795 ccp_SetOpenMode(struct ccp *ccp) argument
[all...]
H A Ddeflate.c39 #include "ccp.h"
69 DeflateOutput(void *v, struct ccp *ccp, struct link *l __unused, argument
156 ccp->uncompout += ilen;
157 ccp->compout += ilen; /* We measure this stuff too */
177 ccp->uncompout += ilen;
178 ccp->compout += olen;
183 *proto = ccp_Proto(ccp);
199 DeflateInput(void *v, struct ccp *ccp, u_shor argument
337 DeflateDictSetup(void *v, struct ccp *ccp, u_short proto, struct mbuf *mi) argument
[all...]
H A Dpred.c47 #include "ccp.h"
174 Pred1Output(void *v, struct ccp *ccp, struct link *l __unused, argument
198 ccp->uncompout += orglen;
202 ccp->compout += len;
206 ccp->compout += orglen;
212 *proto = ccp_Proto(ccp);
217 Pred1Input(void *v, struct ccp *ccp, u_short *proto, struct mbuf *bp) argument
234 ccp
[all...]
H A Dccp.h28 * $FreeBSD: src/usr.sbin/ppp/ccp.h,v 1.31.40.1 2010/12/21 17:10:29 kensmith Exp $
91 struct ccp { struct
121 #define fsm2ccp(fp) (fp->proto == PROTO_CCP ? (struct ccp *)fp : NULL)
134 struct mbuf *(*Read)(void *, struct ccp *, u_short *, struct mbuf *);
135 void (*DictSetup)(void *, struct ccp *, u_short, struct mbuf *);
145 struct mbuf *(*Write)(void *, struct ccp *, struct link *, int, u_short *,
150 extern void ccp_Init(struct ccp *, struct bundle *, struct link *,
152 extern void ccp_Setup(struct ccp *);
153 extern int ccp_Required(struct ccp *);
154 extern int ccp_MTUOverhead(struct ccp *);
[all...]
H A Dmppe.c51 #include "ccp.h"
158 MPPEOutput(void *v, struct ccp *ccp, struct link *l __unused, int pri __unused, argument
173 ccp->compout += ilen;
174 ccp->uncompout += ilen;
223 *proto = ccp_Proto(ccp);
225 ccp->uncompout += ilen;
226 ccp->compout += len;
241 MPPEInput(void *v, struct ccp *ccp, u_shor argument
[all...]
/external/clang/test/Sema/
H A Dformat-strings-scanf.c153 const char *ccp, volatile char* vcp,
157 scanf("%s", ccp); // expected-warning{{format specifies type 'char *' but the argument has type 'const char *'}}
152 test_qualifiers(const int *cip, volatile int* vip, const char *ccp, volatile char* vcp, const volatile int *cvip) argument
/external/clang/test/SemaCXX/
H A Dconst-cast.cpp13 typedef cc *ccp; typedef
14 typedef volatile ccp ccvp;
H A Dcstyle-cast.cpp14 typedef cc *ccp; typedef
15 typedef volatile ccp ccvp;
H A Dfunctional-cast.cpp43 typedef cc *ccp; typedef
44 typedef volatile ccp ccvp;
/external/mksh/src/
H A Dexec.c57 const char *s, *ccp; local
91 (ccp = skip_wdvarname(t->vars[0], true)) != t->vars[0] &&
93 ccp[0] == CHAR && ccp[1] == '=' && ccp[2] == EOS &&
98 size_t n = ccp - t->vars[0] + 2, z;
363 if (!(ccp = do_selectargs(ap, is_first))) {
368 setstr(global(t->str), ccp, KSH_UNWIND_ERROR);
410 ccp = evalstr(t->str, DOTILDE);
414 gmatchx(ccp,
1422 const char *ccp; local
[all...]
H A Dvar.c1380 const char *ccp; local
1424 while ((ccp = vals[i])) {
1426 if (*ccp == '[') {
1429 while (*ccp) {
1430 if (*ccp == ']' && --level == 0)
1432 if (*ccp == '[')
1434 ++ccp;
1436 if (*ccp == ']' && level == 0 && ccp[1] == '=') {
1437 strndupx(cp, vals[i] + 1, ccp
[all...]
H A Dmain.c166 const char *ccp, **wp; local
196 ccp = kshname;
198 while ((i = ccp[argi++])) {
200 ccp += argi;
203 if (*ccp == '-')
204 ++ccp;
207 if (!*ccp)
208 ccp = empty_argv[0];
215 if (!strcmp(ccp, builtin(mkshbuiltins[i].name,
227 if (!strcmp(ccp, "s
[all...]
H A Dmisc.c424 const char *ccp = NULL; local
427 ccp = skip_varname(array, false);
428 if (!ccp || !(!ccp[0] || (ccp[0] == '+' && !ccp[1]))) {
H A Dfuncs.c1775 const char *ccp; local
1811 if ((fd = coproc_getfd(R_OK, &ccp)) < 0) {
1812 bi_errorf("%s: %s", "-p", ccp);
1835 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) {
1836 bi_errorf("%s: %s: %s", "-u", builtin_opt.optarg, ccp);
1852 if ((ccp = cstrchr(*wp, '?')) != NULL) {
1854 allocd[ccp - *wp] = '\0';
1863 shf_puts(ccp + 1, shl_out);
2017 ccp = cp = Xclose(xs, xp);
2037 while (bytesread && is_ifsws(*ccp)) {
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-gpos.c4959 HB_ChainContextPos* ccp = &st->chain; local
4965 ccp->PosFormat = GET_UShort();
4969 switch ( ccp->PosFormat )
4972 return Load_ChainContextPos1( &ccp->ccpf.ccpf1, stream );
4975 return Load_ChainContextPos2( &ccp->ccpf.ccpf2, stream );
4978 return Load_ChainContextPos3( &ccp->ccpf.ccpf3, stream );
4990 HB_ChainContextPos* ccp = &st->chain; local
4992 switch ( ccp->PosFormat )
4994 case 1: Free_ChainContextPos1( &ccp->ccpf.ccpf1 ); break;
4995 case 2: Free_ChainContextPos2( &ccp
5455 HB_ChainContextPos* ccp = &st->chain; local
[all...]

Completed in 647 milliseconds