Home
last modified time | relevance | path

Searched defs:buf_avail (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_fast.c38 const uint32_t buf_avail = my_min(mf_avail(mf) + 1, MATCH_LEN_MAX); in lzma_lzma_optimum_fast() local
H A Dlzma_encoder_optimum_normal.c289 const uint32_t buf_avail = my_min(mf_avail(mf) + 1, MATCH_LEN_MAX); in helper1() local
561 const uint32_t buf_avail = my_min(buf_avail_full, nice_len); in helper2() local
/dragonfly/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c111 const size_t buf_avail = coder->size - coder->pos; in simple_code() local
/dragonfly/usr.sbin/ftp-proxy/
H A Dftp-proxy.c256 size_t buf_avail, bread, bwritten; in client_read() local
1124 size_t buf_avail, bread, bwritten; in server_read() local