Home
last modified time | relevance | path

Searched refs:pcomp (Results 1 – 8 of 8) sorted by relevance

/external/starlark-go/internal/compile/
Dcompile.go359 type pcomp struct { struct
371 pcomp *pcomp member
494 pcomp := &pcomp{
502 pcomp.prog.Toplevel = pcomp.function(name, pos, stmts, locals, nil)
504 return pcomp.prog
507 func (pcomp *pcomp) function(name string, pos syntax.Position, stmts []syntax.Stmt, locals, freevar… argument
509 pcomp: pcomp,
512 Prog: pcomp.prog,
952 func (pcomp *pcomp) nameIndex(name string) uint32 { argument
953 index, ok := pcomp.names[name]
[all …]
/external/ppp/pppd/plugins/pppol2tp-android/
Dpppol2tp-android.c77 static void pppol2tp_send_config(int mtu, u_int32_t accm, int pcomp, int accomp) in pppol2tp_send_config() argument
86 static void pppol2tp_recv_config(int mru, u_int32_t accm, int pcomp, int accomp) in pppol2tp_recv_config() argument
/external/python/cpython2/PC/bdist_wininst/
Dextract.c228 char *pcomp; in unzip_archive() local
246 pcomp = &data[pcdir->ofs_local_header in unzip_archive()
309 if (!extract_file(dst, pcomp, pfhdr->method, in unzip_archive()
/external/ppp/pppd/
Dmain.c1139 ppp_send_config(unit, mtu, accm, pcomp, accomp) in ppp_send_config() argument
1142 int pcomp, accomp;
1149 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1160 ppp_recv_config(unit, mru, accm, pcomp, accomp) in ppp_recv_config() argument
1163 int pcomp, accomp;
1170 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
Dsys-solaris.c1542 tty_send_config(mtu, asyncmap, pcomp, accomp) in tty_send_config() argument
1545 int pcomp, accomp;
1562 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1592 tty_recv_config(mru, asyncmap, pcomp, accomp) in tty_recv_config() argument
1595 int pcomp, accomp;
1612 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
Dtty.c817 tty_do_send_config(mtu, accm, pcomp, accomp) in tty_do_send_config() argument
820 int pcomp, accomp;
823 tty_send_config(mtu, accm, pcomp, accomp);
Dsys-linux.c1228 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp) in tty_send_config() argument
1242 x = (pcomp? SC_COMP_PROT: 0) | (accomp? SC_COMP_AC: 0) in tty_send_config()
1268 void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp) in tty_recv_config() argument
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c244 int pcomp, in PPPOERecvConfig() argument