| 258 | } |
| 259 | |
| 260 | static int |
| 261 | reverse_null_transform(TSCont contp, TSEvent event, void *edata) |
| 262 | { |
| 263 | return null_transform(contp, event, edata, false); |
| 264 | } |
| 265 | |
| 266 | static void |
| 267 | transform_add(TSHttpTxn txnp) |
nothing calls this directly
no test coverage detected