Searched defs:Out (Results 1 – 7 of 7) sorted by relevance
9 typedef struct Out Out; typedef10 struct Out struct12 char err[ERRMAX]; /* error string */13 Channel *creply; /* send to finish rpc */14 uchar *p; /* pending request packet */15 int n; /* size of request */16 ulong tag; /* flush tag of pending request */17 ulong xid; /* xid of pending request */18 ulong st; /* first send time */19 ulong t; /* resend time */[all …]
31 typedef struct Out Out; typedef32 struct Out struct34 int fd;35 int offset; /* notional current offset in output */36 int written; /* number of bytes successfully transferred to output */37 DigestState *curr; /* digest state up to offset (if known) */61 int doftp(URL*, URL*, Range*, Out*, long); argument
50 Out, enumerator
252 iWrite(FILE *Out, byte Val) in iWrite()275 iWrite2(FILE *Out, int Val) in iWrite2()
1688 byte *Out = sd->stc.vals[i]; in stc_open() local
4670 #define put32(I32,Out) \ argument4673 #define put32(I32,Out) \ argument
1754 Bool Out; in Ins_IF() local