Searched refs:ocount (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/comp/ |
H A D | c_zlib.c | 278 int ocount; /* Amount of data in output buffer */ member 449 ctx->ocount = 0; in bio_zlib_write() 463 while (ctx->ocount) { in bio_zlib_write() 464 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_write() 474 ctx->ocount -= ret; in bio_zlib_write() 494 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_write() 507 if (!ctx->obuf || (ctx->odone && !ctx->ocount)) in bio_zlib_flush() 516 while (ctx->ocount) { in bio_zlib_flush() 517 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_flush() 523 ctx->ocount -= ret; in bio_zlib_flush() [all …]
|
/freebsd/lib/libc/locale/ |
H A D | gb2312.c | 114 int i, len, ocount; in _GB2312_mbrtowc() local 132 ocount = gs->count; in _GB2312_mbrtowc() 146 return (wc == L'\0' ? 0 : len - ocount); in _GB2312_mbrtowc()
|
H A D | gb18030.c | 97 int ch, len, ocount; in _GB18030_mbrtowc() local 115 ocount = gs->count; in _GB18030_mbrtowc() 169 return (wch == L'\0' ? 0 : len - ocount); in _GB18030_mbrtowc()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_rate.c | 1556 int32_t alphadrift, startdrift, reqout, ocount, reqin, align; in z_resampler_feed_internal() local 1570 ocount = SND_FXDIV(count, align); in z_resampler_feed_internal() 1571 if (ocount == 0) in z_resampler_feed_internal() 1578 reqin = z_gy2gx(info, ocount) - z_fetched(info); in z_resampler_feed_internal() 1643 reqout = z_min(z_gx2gy(info, z_fetched(info)), ocount); in z_resampler_feed_internal() 1645 ocount -= reqout; in z_resampler_feed_internal() 1672 } while (reqin != 0 && ocount != 0); in z_resampler_feed_internal()
|
/freebsd/sys/netinet6/ |
H A D | ip6_mroute.h | 193 u_quad_t ocount; /* Output packet count on mif */ member
|
H A D | ip6_mroute.c | 527 req->ocount = mif6table[mifi].m6_pkt_out; in get_mif6_cnt()
|
/freebsd/sys/netinet/ |
H A D | ip_mroute.h | 246 u_long ocount; /* Output packet count on vif */ member
|
H A D | ip_mroute.c | 612 req->ocount = V_viftable[vifi].v_pkt_out; in get_vif_cnt()
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 1371 int ocount; in vnlru_free_impl() local 1381 ocount = count; in vnlru_free_impl() 1462 return (ocount - count); in vnlru_free_impl()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table.c | 83 uint32_t ocount; /* used by set swapping */ member
|