Lines Matching defs:z
15 VtSession *z = vtAlloc(); in vtClientAlloc() local
22 VtSession *z; in vtDial() local
56 vtRedial(VtSession *z, char *host) in vtRedial()
81 VtSession *z; in vtStdioServer() local
117 vtPing(VtSession *z) in vtPing()
129 vtHello(VtSession *z) in vtHello()
183 vtSync(VtSession *z) in vtSync()
203 vtWrite(VtSession *z, uchar score[VtScoreSize], int type, uchar *buf, int n) in vtWrite()
212 vtWritePacket(VtSession *z, uchar score[VtScoreSize], int type, Packet *p) in vtWritePacket()
249 vtRead(VtSession *z, uchar score[VtScoreSize], int type, uchar *buf, int n) in vtRead()
263 vtReadPacket(VtSession *z, uchar score[VtScoreSize], int type, int n) in vtReadPacket()
288 vtRPC(VtSession *z, int op, Packet *p) in vtRPC()