Home
last modified time | relevance | path

Searched refs:wbucket (Results 1 – 11 of 11) sorted by relevance

/dports/www/mod_perl2/mod_perl-2.0.11/xs/Apache2/RequestIO/
H A DApache2__RequestIO.h43 rcfg->wbucket->outcnt, \
44 apr_pstrmemdup(rcfg->wbucket->pool, rcfg->wbucket->outbuf, \
45 rcfg->wbucket->outcnt)); \
65 mpxs_write_loop(modperl_wbucket_write, rcfg->wbucket, in mpxs_ap_rvputs()
94 mpxs_write_loop(modperl_wbucket_write, rcfg->wbucket, in mpxs_Apache2__RequestRec_print()
131 MP_RUN_CROAK(modperl_wbucket_write(aTHX_ rcfg->wbucket, in mpxs_ap_rprintf()
185 rcfg->wbucket->outcnt, in mpxs_Apache2__RequestRec_rflush()
186 apr_pstrmemdup(rcfg->wbucket->pool, rcfg->wbucket->outbuf, in mpxs_Apache2__RequestRec_rflush()
187 rcfg->wbucket->outcnt)); in mpxs_Apache2__RequestRec_rflush()
374 if (rcfg->wbucket->outcnt) { in mpxs_Apache2__RequestRec_sendfile()
[all …]
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_io_apache.c137 MP_TRACE_STR_TRUNC(rcfg->wbucket->pool, vbuf, count)); in PerlIOApache_write()
139 MP_RUN_CROAK(modperl_wbucket_write(aTHX_ rcfg->wbucket, vbuf, &count), in PerlIOApache_write()
167 MP_TRACE_o(MP_FUNC, "%4db [%s]", rcfg->wbucket->outcnt, in PerlIOApache_flush()
168 MP_TRACE_STR_TRUNC(rcfg->wbucket->pool, in PerlIOApache_flush()
169 rcfg->wbucket->outbuf, in PerlIOApache_flush()
170 rcfg->wbucket->outcnt)); in PerlIOApache_flush()
173 modperl_wbucket_flush(rcfg->wbucket, FALSE), in PerlIOApache_flush()
H A Dmodperl_util.h24 if (!rcfg->wbucket) { \
36 if (rcfg->wbucket) { \
37 rcfg->wbucket->header_parse = 0; \
H A Dmodperl_types.h217 modperl_wbucket_t *wbucket; member
252 modperl_wbucket_t *wbucket; member
H A Dmod_perl.c993 if (!rcfg->wbucket) { in modperl_response_init()
994 rcfg->wbucket = in modperl_response_init()
996 sizeof(*rcfg->wbucket)); in modperl_response_init()
999 wb = rcfg->wbucket; in modperl_response_init()
1015 return modperl_wbucket_flush(rcfg->wbucket, FALSE); in modperl_response_finish()
H A Dmodperl_filter.c44 if (!filter->wbucket) { \
53 filter->wbucket = wb; \
331 filter->wbucket = NULL; in modperl_filter_new()
847 filter->rc = modperl_wbucket_flush(filter->wbucket, add_flush_bucket); in modperl_output_filter_flush()
888 return modperl_wbucket_write(aTHX_ filter->wbucket, buf, len); in modperl_output_filter_write()
/dports/www/mod_perl2/mod_perl-2.0.11/xs/Apache2/SubRequest/
H A DApache2__SubRequest.h26 if (rcfg->wbucket) { in mpxs_ap_run_sub_req()
27 MP_RUN_CROAK(modperl_wbucket_flush(rcfg->wbucket, FALSE), in mpxs_ap_run_sub_req()
/dports/www/mod_perl2/mod_perl-2.0.11/xs/Apache2/Response/
H A DApache2__Response.h30 modperl_wbucket_write(aTHX_ rcfg->wbucket, bodytext, &len); \
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Dx11.c18 static MapEnt *wbucket[137]; variable
148 wmap.bucket = wbucket; in initdisplay()
149 wmap.nhash = nelem(wbucket); in initdisplay()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Dx11.c23 static MapEnt* wbucket[137]; variable
183 windowmap.bucket = wbucket; in initdisplay()
184 windowmap.nhash = nelem(wbucket); in initdisplay()
/dports/www/mod_perl2/mod_perl-2.0.11/
H A DChanges1952 Postpone the allocation of the wbucket in filters till the moment it's