Searched refs:COMP_DELAYED (Results 1 – 5 of 5) sorted by relevance
65 #define COMP_DELAYED 2 macro
578 comp->type = COMP_DELAYED; in choose_comp()
299 options->compression = COMP_DELAYED; in fill_default_server_options()930 { "delayed", COMP_DELAYED },
988 (comp->type == COMP_DELAYED && in ssh_set_newkeys()1037 if (comp && !comp->enabled && comp->type == COMP_DELAYED) { in ssh_packet_enable_delayed_compress()
2566 } else if (options.compression == COMP_DELAYED) {