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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdataslab.c489 unsigned int ocount, ncount, count, olength, tlength, tcount, length; local
513 ocount = *ocurrent++ * 256;
514 ocount += *ocurrent++;
516 ocurrent += (4 * ocount);
525 INSIST(ocount > 0 && ncount > 0);
539 for (count = 0; count < ocount; count++) {
555 tcount = ocount;
584 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (tcount != ncount + ocount))
631 (ocount + oncount) * sizeof(unsigned int));
632 memset(offsettable, 0, (ocount
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drdataslab.c489 unsigned int ocount, ncount, count, olength, tlength, tcount, length; local
513 ocount = *ocurrent++ * 256;
514 ocount += *ocurrent++;
516 ocurrent += (4 * ocount);
525 INSIST(ocount > 0 && ncount > 0);
539 for (count = 0; count < ocount; count++) {
555 tcount = ocount;
584 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (tcount != ncount + ocount))
631 (ocount + oncount) * sizeof(unsigned int));
632 memset(offsettable, 0, (ocount
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/comp/
H A Dc_zlib.c281 int ocount; /* Amount of data in output buffer */ member in struct:__anon59
449 ctx->ocount = 0;
459 while (ctx->ocount) {
460 ret = BIO_write(next, ctx->optr, ctx->ocount);
470 ctx->ocount -= ret;
490 ctx->ocount = ctx->obufsize - zout->avail_out;
503 if (!ctx->obuf || (ctx->odone && !ctx->ocount))
512 while (ctx->ocount) {
513 ret = BIO_write(next, ctx->optr, ctx->ocount);
519 ctx->ocount
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dc_zlib.c278 int ocount; /* Amount of data in output buffer */ member in struct:__anon123
449 ctx->ocount = 0;
463 while (ctx->ocount) {
464 ret = BIO_write(next, ctx->optr, ctx->ocount);
474 ctx->ocount -= ret;
494 ctx->ocount = ctx->obufsize - zout->avail_out;
507 if (!ctx->obuf || (ctx->odone && !ctx->ocount))
516 while (ctx->ocount) {
517 ret = BIO_write(next, ctx->optr, ctx->ocount);
523 ctx->ocount
[all...]
/netbsd-current/sys/arch/ia64/stand/common/
H A Dbcache.c267 int cand, ocount; local
272 ocount = bcache_ctl[0].bc_count;
281 if (bcache_ctl[i].bc_count < ocount) {
282 ocount = bcache_ctl[i].bc_count;
/netbsd-current/sys/netinet6/
H A Dip6_mroute.h197 u_quad_t ocount; /* Output packet count on mif */ member in struct:sioc_mif_req6
H A Dip6_mroute.c447 req->ocount = mif6table[mifi].m6_pkt_out;
/netbsd-current/sys/netinet/
H A Dip_mroute.h194 u_long ocount; /* output packet count on vif */ member in struct:sioc_vif_req
H A Dip_mroute.c574 req->ocount = viftable[vifi].v_pkt_out;
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c271 p->ocount = (u_long)s32p->ocount;
831 s32p->ocount = (netbsd32_u_long)p->ocount;
H A Dnetbsd32_ioctl.h509 netbsd32_u_long ocount; /* output packet count on vif */ member in struct:netbsd32_sioc_vif_req
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c983 unsigned ocount = oparms.length (); local
984 otypes.reserve_exact (ocount);
985 for (unsigned i = 0; i < ocount; i++)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc1372 unsigned ocount = oparms.length (); local
1373 otypes.reserve_exact (ocount);
1374 for (unsigned i = 0; i < ocount; i++)
/netbsd-current/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);
H A Dprune.c2127 resp->tr_vifout = htonl(v_req.ocount);
/netbsd-current/external/mpl/dhcp/dist/common/
H A Doptions.c1243 store_options(int *ocount, argument
1609 if (ocount != NULL)
1610 *ocount |= 1; /* So that caller knows there's data there. */
1621 if (ocount != NULL)
1622 *ocount |= 2; /* So that caller knows there's data there. */
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1923 store_options(int *ocount,

Completed in 188 milliseconds