Searched defs:bufsize (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dmod_sed.c53 int bufsize; member in struct:sed_filter_ctxt
95 ctx->outbuf = apr_palloc(ctx->tpool, ctx->bufsize + 1);
161 remainbytes = ctx->bufsize - (ctx->curoutbuf - ctx->outbuf);
170 status = append_bucket(ctx, ctx->outbuf, ctx->bufsize);
175 if ((status == APR_SUCCESS) && (sz >= ctx->bufsize)) {
255 ctx->bufsize = MODSED_OUTBUF_SIZE;
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c320 size_t bufsize; local
339 bufsize = SIZEOF_UVERBS_INFO + (MAX_HCAS * SIZEOF_HCA_INFO);
340 buf = malloc(bufsize);
346 memset(buf, 0, bufsize);
465 int port_cnt, bufsize; local
490 bufsize = sizeof (sol_umad_ioctl_info_t) +
493 buf = malloc(bufsize);
494 memset(buf, 0, bufsize);

Completed in 34 milliseconds