Searched refs:type_pattern (Results 1 – 1 of 1) sorted by relevance
151 char *type_pattern; member312 channel_add_timeout(struct ssh *ssh, const char *type_pattern, in channel_add_timeout() argument317 if (strcmp(type_pattern, "global") == 0) { in channel_add_timeout()323 type_pattern, timeout_secs); in channel_add_timeout()326 sc->timeouts[sc->ntimeouts].type_pattern = xstrdup(type_pattern); in channel_add_timeout()340 free(sc->timeouts[i].type_pattern); in channel_clear_timeouts()353 if (match_pattern(type, sc->timeouts[i].type_pattern)) in lookup_timeout()