HomeSort by: relevance | last modified time | path
    Searched defs:ocount (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/ia64/stand/common/
bcache.c 267 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;
  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_zlib.c 353 int ocount; /* Amount of data in output buffer */ member in struct:__anon77
524 ctx->ocount = 0;
538 while (ctx->ocount) {
539 ret = BIO_write(next, ctx->optr, ctx->ocount);
549 ctx->ocount -= ret;
569 ctx->ocount = ctx->obufsize - zout->avail_out;
582 if (!ctx->obuf || (ctx->odone && !ctx->ocount))
591 while (ctx->ocount) {
592 ret = BIO_write(next, ctx->optr, ctx->ocount);
598 ctx->ocount -= ret
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/comp/
c_zlib.c 278 int ocount; /* Amount of data in output buffer */ member in struct:__anon1195
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 -= ret
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/comp/
c_zlib.c 281 int ocount; /* Amount of data in output buffer */ member in struct:__anon1856
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 -= ret
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataslab.c 489 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 + oncount) * sizeof(unsigned int))
    [all...]
  /src/sys/netinet6/
ip6_mroute.h 197 u_quad_t ocount; /* Output packet count on mif */ member in struct:sioc_mif_req6
  /src/external/mpl/bind/dist/lib/dns/
rdataslab.c 528 unsigned int ocount, ncount, count, olength, tlength, tcount, length; local
552 ocount = get_uint16(ocurrent);
554 ocurrent += (4 * ocount);
562 INSIST(ocount > 0 && ncount > 0);
564 if (maxrrperset > 0 && ocount + ncount > maxrrperset) {
580 for (count = 0; count < ocount; count++) {
595 tcount = ocount;
624 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (tcount != ncount + ocount))
670 offsettable = isc_mem_cget(mctx, ocount + oncount,
678 INSIST(ocount != 0)
    [all...]
  /src/sys/netinet/
ip_mroute.h 190 u_long ocount; /* output packet count on vif */ member in struct:sioc_vif_req
  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc 1424 unsigned ocount = oparms.length (); local
1425 otypes.reserve_exact (ocount);
1426 for (unsigned i = 0; i < ocount; i++)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 1372 unsigned ocount = oparms.length (); local
1373 otypes.reserve_exact (ocount);
1374 for (unsigned i = 0; i < ocount; i++)
  /src/sys/compat/netbsd32/
netbsd32_ioctl.h 509 netbsd32_u_long ocount; /* output packet count on vif */ member in struct:netbsd32_sioc_vif_req

Completed in 25 milliseconds