Searched refs:type_pattern (Results 1 – 1 of 1) sorted by relevance
143 char *type_pattern; member304 channel_add_timeout(struct ssh *ssh, const char *type_pattern, in channel_add_timeout() argument309 if (strcmp(type_pattern, "global") == 0) { in channel_add_timeout()315 type_pattern, timeout_secs); in channel_add_timeout()318 sc->timeouts[sc->ntimeouts].type_pattern = xstrdup(type_pattern); in channel_add_timeout()332 free(sc->timeouts[i].type_pattern); in channel_clear_timeouts()345 if (match_pattern(type, sc->timeouts[i].type_pattern)) in lookup_timeout()