Searched refs:buf_clientlog (Results 1 – 1 of 1) sorted by relevance
2418 struct buffer *buf_clientlog = log_buffer_rewind (proxy_log_out); in become_proxy() local2592 if (buf_clientlog in become_proxy()2596 while (buf_clientlog && toread > 0) in become_proxy()2598 s = buf_read_data (buf_clientlog, toread, &data, &got); in become_proxy()2603 buf_shutdown (buf_clientlog); in become_proxy()2604 buf_clientlog = NULL; in become_proxy()