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

/httpd/modules/filters/
H A Dmod_sed.c100 /* append_bucket
103 static apr_status_t append_bucket(sed_filter_ctxt* ctx, char* buf, int sz) function
142 status = append_bucket(ctx, out, size);
170 status = append_bucket(ctx, ctx->outbuf, ctx->bufsize);
177 status = append_bucket(ctx, newbuf, sz);
178 /* pool might get clear after append_bucket */

Completed in 11 milliseconds