Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c2427 struct buffer *buf_clientlog = log_buffer_rewind (proxy_log_out); in become_proxy() local
2601 if (buf_clientlog in become_proxy()
2605 while (buf_clientlog && toread > 0) in become_proxy()
2607 s = buf_read_data (buf_clientlog, toread, &data, &got); in become_proxy()
2612 buf_shutdown (buf_clientlog); in become_proxy()
2613 buf_clientlog = NULL; in become_proxy()