Searched refs:nbbio_create (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dnbbio.h69 extern NBBIO *nbbio_create(int, ssize_t, const char *, NBBIO_ACTION, void *);
H A Dnbbio.c11 /* NBBIO *nbbio_create(fd, bufsize, label, action, context)
68 /* nbbio_create() creates a pair of buffers of the named size
339 /* nbbio_create - create socket buffer */
341 NBBIO *nbbio_create(int fd, ssize_t bufsize, const char *label, function
350 msg_panic("nbbio_create: bad file descriptor: %d", fd);
352 msg_panic("nbbio_create: bad buffer size: %ld", (long) bufsize);
/netbsd-current/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c779 nbbio_create(vstream_fileno(state->plaintext_stream),

Completed in 201 milliseconds