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

/httpd/modules/proxy/
H A Dproxy_util.c3116 struct wstat *pwt = wstat_tbl; local
3117 while (pwt->bit) {
3118 if (flag == pwt->flag) {
3120 *status |= pwt->bit;
3122 *status &= ~(pwt->bit);
3125 pwt++;
3134 struct wstat *pwt = wstat_tbl; local
3135 while (pwt->bit) {
3136 if (status & pwt->bit)
3137 ret = apr_pstrcat(p, ret, pwt
[all...]

Completed in 2067 milliseconds