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

/httpd/modules/filters/
H A Dmod_ext_filter.c69 int noop, hit_eos; member in struct:ef_ctx_t
589 ctx->noop = 1;
593 ctx->noop = 1;
599 ctx->noop = 1;
604 ctx->noop = 1;
606 if (!ctx->noop) {
625 ctx->noop ? "NOT " : "",
869 if (ctx->noop) {
921 if (ctx->noop) {
H A Dmod_charset_lite.c94 int noop; /* should we pass brigades through unchanged? */ member in struct:charset_filter_ctx_t
529 * subrequest will be noop-ed.
551 if (ctx->noop) {
571 * already in place, noop our instance
573 * . We are only willing to noop our own instance.
574 * . It is possible to noop another instance which has not
577 * . It is not possible to noop an instance which has
581 last_xlate_ctx->noop = 1;
784 ctx->noop = 1;
790 if (!ctx->noop
[all...]

Completed in 11 milliseconds