Home
last modified time | relevance | path

Searched refs:stream_open_fd (Results 1 – 4 of 4) sorted by relevance

/trueos/usr.bin/csup/
HDstream.h60 struct stream *stream_open_fd(int, stream_readfn_t *, stream_writefn_t *,
HDmain.c212 lock = stream_open_fd(lockfd, in main()
HDstream.c344 stream_open_fd(int fd, stream_readfn_t *readfn, stream_writefn_t *writefn, in stream_open_fd() function
420 stream = stream_open_fd(fd, readfn, writefn, stream_close_fd); in stream_open_file()
HDproto.c549 config->server = stream_open_fd(config->socket, stream_read_fd, in proto_run()