Searched defs:hand (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/cmd/unix/drawterm/libc/ |
H A D | pushtls.c | 13 finished(int hand, int isclient) in finished() 47 int n, data, ctl, hand; in pushtls() local
|
/plan9/sys/src/libc/9sys/ |
H A D | pushtls.c | 12 finished(int hand, int isclient) in finished() 46 int n, data, ctl, hand; in pushtls() local
|
/plan9/sys/src/games/ |
H A D | juggle.c | 39 int hand; /* hand in which ball will rest on arrival */ member 43 int hand=t%nhand; in throw() local
|
/plan9/sys/src/cmd/unix/drawterm/libsec/ |
H A D | tlshand.c | 56 int hand, ctl; // record layer file descriptors member 318 int n, data, ctl, hand; in tlsServer() local 371 int n, data, ctl, hand; in tlsClient() local 416 tlsServer2(int ctl, int hand, uchar *cert, int ncert, int (*trace)(char*fmt, ...)) in tlsServer2() 584 tlsClient2(int ctl, int hand, uchar *csid, int ncsid, int (*trace)(char*fmt, ...)) in tlsClient2()
|
/plan9/sys/src/libsec/port/ |
H A D | tlshand.c | 56 int hand, ctl; // record layer file descriptors member 320 int n, data, ctl, hand; in tlsServer() local 375 int n, data, ctl, hand; in tlsClient() local 434 tlsServer2(int ctl, int hand, uchar *cert, int ncert, int (*trace)(char*fmt, ...), PEMChain *chp) in tlsServer2() 605 tlsClient2(int ctl, int hand, uchar *csid, int ncsid, int (*trace)(char*fmt, ...)) in tlsClient2()
|