Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dlog-buffer.c232 && xsum (*got, buf_count_mem (lb->back_buf)) >= lb->max) in log_buffer_input()
285 && xsum (*wrote, buf_count_mem (lb->back_buf)) >= lb->max) in log_buffer_output()
Dbuffer.h182 int buf_count_mem (struct buffer *);
Dbuffer.c151 buf_count_mem (struct buffer *buf) in buf_count_mem() function
Dserver.c3895 bufmemsize = buf_count_mem (buf_to_net); in do_cvs_command()
DChangeLog1489 * log-buffer.c (buf_count_mem): Compile this for PROXY_SUPPORT.