Home | History | Annotate | Download | only in openssh

Lines Matching refs:comp

737 	Comp *comp;
760 comp = &active_state->newkeys[mode]->comp;
767 xfree(comp->name);
775 comp = &active_state->newkeys[mode]->comp;
785 if ((comp->type == COMP_ZLIB ||
786 (comp->type == COMP_DELAYED &&
787 active_state->after_authentication)) && comp->enabled == 0) {
793 comp->enabled = 1;
816 Comp *comp = NULL;
828 comp = &active_state->newkeys[mode]->comp;
829 if (comp && !comp->enabled && comp->type == COMP_DELAYED) {
835 comp->enabled = 1;
853 Comp *comp = NULL;
859 comp = &active_state->newkeys[MODE_OUT]->comp;
871 if (comp && comp->enabled) {
1242 Comp *comp = NULL;
1250 comp = &active_state->newkeys[MODE_IN]->comp;
1352 if (comp && comp->enabled) {