Home
last modified time | relevance | path

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

/netbsd/external/mpl/bind/dist/lib/dns/
H A Drdataslab.c513 ocount = *ocurrent++ * 256; in dns_rdataslab_merge()
514 ocount += *ocurrent++; in dns_rdataslab_merge()
516 ocurrent += (4 * ocount); in dns_rdataslab_merge()
525 INSIST(ocount > 0 && ncount > 0); in dns_rdataslab_merge()
539 for (count = 0; count < ocount; count++) { in dns_rdataslab_merge()
555 tcount = ocount; in dns_rdataslab_merge()
639 INSIST(ocount != 0); in dns_rdataslab_merge()
642 INSIST(oorder < ocount); in dns_rdataslab_merge()
666 if (oadded == ocount) { in dns_rdataslab_merge()
691 if (oadded < ocount) { in dns_rdataslab_merge()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/comp/
H A Dc_zlib.c449 ctx->ocount = 0; in bio_zlib_write()
459 while (ctx->ocount) { in bio_zlib_write()
470 ctx->ocount -= ret; in bio_zlib_write()
490 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_write()
503 if (!ctx->obuf || (ctx->odone && !ctx->ocount)) in bio_zlib_flush()
512 while (ctx->ocount) { in bio_zlib_flush()
519 ctx->ocount -= ret; in bio_zlib_flush()
539 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_flush()
556 ctx->ocount = 0; in bio_zlib_ctrl()
606 ret = ctx->ocount; in bio_zlib_ctrl()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dc_zlib.c449 ctx->ocount = 0; in bio_zlib_write()
463 while (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()
523 ctx->ocount -= ret; in bio_zlib_flush()
543 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_flush()
560 ctx->ocount = 0; in bio_zlib_ctrl()
610 ret = ctx->ocount; in bio_zlib_ctrl()
[all …]
/netbsd/sys/arch/ia64/stand/common/
H A Dbcache.c267 int cand, ocount; in bcache_insert() local
272 ocount = bcache_ctl[0].bc_count; in bcache_insert()
281 if (bcache_ctl[i].bc_count < ocount) { in bcache_insert()
282 ocount = bcache_ctl[i].bc_count; in bcache_insert()
/netbsd/sys/netinet6/
H A Dip6_mroute.h197 u_quad_t ocount; /* Output packet count on mif */ member
H A Dip6_mroute.c447 req->ocount = mif6table[mifi].m6_pkt_out; in get_mif6_cnt()
/netbsd/sys/netinet/
H A Dip_mroute.h194 u_long ocount; /* output packet count on vif */ member
H A Dip_mroute.c574 req->ocount = viftable[vifi].v_pkt_out; in get_vif_cnt()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c257 p->ocount = (u_long)s32p->ocount; in netbsd32_to_sioc_vif_req()
803 s32p->ocount = (netbsd32_u_long)p->ocount; in netbsd32_from_sioc_vif_req()
H A Dnetbsd32_ioctl.h476 netbsd32_u_long ocount; /* output packet count on vif */ member
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.c983 unsigned ocount = oparms.length (); in common_initialization() local
984 otypes.reserve_exact (ocount); in common_initialization()
985 for (unsigned i = 0; i < ocount; i++) in common_initialization()
H A Dipa-param-manipulation.cc1324 unsigned ocount = oparms.length (); in common_initialization() local
1325 otypes.reserve_exact (ocount); in common_initialization()
1326 for (unsigned i = 0; i < ocount; i++) in common_initialization()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c983 unsigned ocount = oparms.length (); in common_initialization() local
984 otypes.reserve_exact (ocount); in common_initialization()
985 for (unsigned i = 0; i < ocount; i++) in common_initialization()
/netbsd/usr.sbin/mrouted/
H A Dsnmp.c774 v_req->icount = v_req->ocount = v_req->ibytes = v_req->obytes = 0;
867 long_return = v_req.ocount;
H A Dvif.c1363 v_req.ocount); in dump_vifs()
H A Dprune.c2127 resp->tr_vifout = htonl(v_req.ocount); in accept_mtrace()
/netbsd/external/mpl/dhcp/dist/common/
H A Doptions.c1243 store_options(int *ocount, in store_options() argument
1609 if (ocount != NULL) in store_options()
1610 *ocount |= 1; /* So that caller knows there's data there. */ in store_options()
1621 if (ocount != NULL) in store_options()
1622 *ocount |= 2; /* So that caller knows there's data there. */ in store_options()
/netbsd/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1923 store_options(int *ocount,