Searched refs:buf_shutdown (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dbuffer.h146 extern int buf_shutdown PROTO((struct buffer *));
H A Dzlib.c384 return buf_shutdown (cb->buf);
426 return buf_shutdown (cb->buf);
H A Dbuffer.c1201 buf_shutdown (buf) function
1775 return buf_shutdown (pb->buf);
H A Dserver.c3337 buf_shutdown (protocol_inbuf);
3339 buf_shutdown (stderrbuf);
3341 buf_shutdown (stdoutbuf);
5055 /* The calls to buf_shutdown are currently only meaningful
5061 status = buf_shutdown (buf_from_net);
5072 (void) buf_shutdown (buf_to_net);
5170 (void) buf_shutdown (buf_to_net);
H A Dclient.c615 retval = buf_shutdown (lb->buf);
3599 /* The calls to buf_shutdown are currently only meaningful when we
3605 status = buf_shutdown (to_server);
3608 status = buf_shutdown (from_server);

Completed in 251 milliseconds