Home
last modified time | relevance | path

Searched refs:type_pattern (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dchannels.c149 char *type_pattern; member
310 channel_add_timeout(struct ssh *ssh, const char *type_pattern, in channel_add_timeout() argument
315 if (strcmp(type_pattern, "global") == 0) { in channel_add_timeout()
321 type_pattern, timeout_secs); in channel_add_timeout()
324 sc->timeouts[sc->ntimeouts].type_pattern = xstrdup(type_pattern); in channel_add_timeout()
338 free(sc->timeouts[i].type_pattern); in channel_clear_timeouts()
351 if (match_pattern(type, sc->timeouts[i].type_pattern)) in lookup_timeout()