filterText 766 src/article.c blocker = filterText(type, CurrentGroupAuth, NULL, 0, NULL, 0, art_stack->data, art_stack->used-1); filterText 768 src/article.c blocker = filterText(type, CurrentGroupAuth, art_stack->data, head_len, art_stack->data, art_stack->used-1, (type == c_body || type == c_article)? art_stack->data+head_len+2: NULL, (type == c_body || type == c_article)? art_stack->used-1-head_len-2: 0); filterText 857 src/article.c blocker = filterText(type, CurrentGroupAuth, buf, body-buf-2, buf, len, body, buf+len-body); filterText 861 src/article.c blocker = filterText(type, CurrentGroupAuth, buf, body? body-buf-2: len, NULL, 0, NULL, 0);