Searched refs:istate (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | nchan.c | 93 if (c->istate > CHAN_INPUT_CLOSED || next > CHAN_INPUT_CLOSED) in chan_set_istate() 94 fatal("chan_set_istate: bad state %d -> %d", c->istate, next); in chan_set_istate() 95 debug2("channel %d: input %s -> %s", c->self, istates[c->istate], in chan_set_istate() 97 c->istate = next; in chan_set_istate() 117 switch (c->istate) { in chan_rcvd_oclose1() 133 c->self, c->istate); in chan_rcvd_oclose1() 141 switch (c->istate) { in chan_read_failed() 148 c->self, c->istate); in chan_read_failed() 161 switch (c->istate) { in chan_ibuf_empty() 174 c->self, c->istate); in chan_ibuf_empty() [all …]
|
D | channels.c | 306 c->istate = CHAN_INPUT_OPEN; in channel_new() 636 c->istate, buffer_len(&c->input), in channel_open_message() 816 if (c->istate == CHAN_INPUT_OPEN && in channel_pre_open() 835 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) { in channel_pre_open() 976 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open() 986 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open() 993 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client() 996 if (c->istate == CHAN_INPUT_WAIT_DRAIN) { in channel_pre_mux_client() 1596 force = c->isatty && c->detach_close && c->istate != CHAN_INPUT_CLOSED; 1849 (c->istate == CHAN_INPUT_OPEN || [all …]
|
D | channels.h | 94 u_int istate; /* input from channel (state of receive half) */ member
|
D | mux.c | 230 if (sc->istate == CHAN_INPUT_OPEN) in mux_master_control_cleanup_cb()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | intialize.c | 136 wfdata->istate[k]=0.0; in WebRtcIsac_InitWeightingFilter()
|
D | structs.h | 119 double istate[PITCH_WLPCORDER]; member
|