s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
substdio.c
Go to the documentation of this file.
1
#include "
substdio.h
"
2
3
void
substdio_fdbuf
(
register
substdio
*s,
register
int
(*op)(),
register
int
fd
,
register
char
*
buf
,
register
int
len
)
4
{
5
s->
x
=
buf
;
6
s->
fd
=
fd
;
7
s->
op
= op;
8
s->
p
= 0;
9
s->
n
=
len
;
10
}
fd
int fd
Definition:
idedit.c:16
substdio::fd
int fd
Definition:
substdio.h:8
len
unsigned len
Definition:
matchup.c:36
substdio.h
substdio_fdbuf
void substdio_fdbuf(register substdio *s, register int(*op)(), register int fd, register char *buf, register int len)
Definition:
substdio.c:3
substdio
Definition:
substdio.h:4
substdio::n
int n
Definition:
substdio.h:7
buf
unsigned char * buf
Definition:
dns.c:41
substdio::op
int(* op)()
Definition:
substdio.h:9
substdio::x
char * x
Definition:
substdio.h:5
substdio::p
int p
Definition:
substdio.h:6
Generated on Sat Jan 12 2019 23:42:28 for s/qmail by
1.8.13