HomeSort by relevance Sort by last modified time
    Searched defs:ccp (Results 1 - 14 of 14) sorted by null

  /external/libppp/src/
link.h 55 struct ccp ccp; /* Our compression FSM */ member in struct:link
ccp.c 28 * $FreeBSD: src/usr.sbin/ppp/ccp.c,v 1.78.26.1 2010/12/21 17:10:29 kensmith Exp $
60 #include "ccp.h"
108 {"CCP restart", "CCP openmode", "CCP stopped"};
163 struct ccp *ccp; local
167 ccp = &l->ccp;
169 prompt_Printf(arg->prompt, "%s: %s [%s]\n", l->name, ccp->fsm.name
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
    [all...]
ccp.h 28 * $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...]
  /external/clang/test/SemaCXX/
const-cast.cpp 13 typedef cc *ccp; typedef
14 typedef volatile ccp ccvp;
cstyle-cast.cpp 15 typedef cc *ccp; typedef
16 typedef volatile ccp ccvp;
functional-cast.cpp 44 typedef cc *ccp; typedef
45 typedef volatile ccp ccvp;
  /dalvik/vm/reflect/
Reflect.cpp 45 const char** ccp; local
47 for (ccp = classes; *ccp != NULL; ccp++) {
50 clazz = dvmFindClassNoInit(*ccp, NULL);
52 ALOGE("Couldn't find '%s'", *ccp);
58 clazz->ifieldCount, *ccp);
    [all...]
  /external/mksh/src/
exec.c 61 const char *s, *ccp; local
95 (ccp = skip_wdvarname(t->vars[0], true)) != t->vars[0] &&
97 ccp[0] == CHAR && ccp[1] == '=' && ccp[2] == EOS &&
101 size_t n = ccp - t->vars[0] + 2, z;
362 if (!(ccp = do_selectargs(ap, is_first))) {
367 setstr(global(t->str), ccp, KSH_UNWIND_ERROR);
406 ccp = evalstr(t->str, DOTILDE);
410 gmatchx(ccp, s, false)))
1437 const char * volatile ccp = content; local
    [all...]
main.c 195 const char *ccp, **wp; local
225 ccp = kshname;
227 while ((i = ccp[argi++])) {
229 ccp += argi;
232 if (*ccp == '-')
233 ++ccp;
236 if (!*ccp)
237 ccp = empty_argv[0];
244 if (!strcmp(ccp, builtin(mkshbuiltins[i].name,
256 if (!strcmp(ccp, "sh")
    [all...]
misc.c 447 const char *ccp = NULL; local
451 ccp = skip_varname(array, false);
452 if (!ccp || !(!ccp[0] || (ccp[0] == '+' && !ccp[1]))) {
    [all...]
var.c 1416 const char *ccp = var; local
1426 ccp = cp;
1428 vp = global(ccp);
1432 errorfx(2, "read-only: %s", ccp);
1455 while ((ccp = vals[i])) {
1456 if (*ccp == '[') {
1459 while (*ccp) {
1460 if (*ccp == ']' && --level == 0)
1462 if (*ccp == '[')
1464 ++ccp;
    [all...]
funcs.c 1801 const char *ccp; local
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c 4959 HB_ChainContextPos* ccp = &st->chain; local
4990 HB_ChainContextPos* ccp = &st->chain; local
5455 HB_ChainContextPos* ccp = &st->chain; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.c 4959 HB_ChainContextPos* ccp = &st->chain; local
4990 HB_ChainContextPos* ccp = &st->chain; local
5455 HB_ChainContextPos* ccp = &st->chain; local
    [all...]

Completed in 467 milliseconds