Searched refs:type_pattern (Results 1 – 1 of 1) sorted by relevance
156 char *type_pattern; member317 channel_add_timeout(struct ssh *ssh, const char *type_pattern, in channel_add_timeout() argument322 if (strcmp(type_pattern, "global") == 0) { in channel_add_timeout()328 type_pattern, timeout_secs); in channel_add_timeout()331 sc->timeouts[sc->ntimeouts].type_pattern = xstrdup(type_pattern); in channel_add_timeout()345 free(sc->timeouts[i].type_pattern); in channel_clear_timeouts()358 if (match_pattern(type, sc->timeouts[i].type_pattern)) in lookup_timeout()