Searched refs:ACT_RAW (Results 1 – 5 of 5) sorted by relevance
98 #define ACT_RAW 0x0100 /* don't filter the input */ macro
208 if (reqbufp->actions & ACT_RAW)
212 reqp->actions |= ACT_RAW;
336 if (ret == fl_none && !(prs->request->actions & ACT_RAW)) { in pickfilter()
966 if (request->request->actions & ACT_RAW) { in exec()