Lines Matching defs:pwt
3116 struct wstat *pwt = wstat_tbl;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;3135 while (pwt->bit) {3136 if (status & pwt->bit)3137 ret = apr_pstrcat(p, ret, pwt->name, NULL);3138 pwt++;