HomeSort by relevance Sort by last modified time
    Searched refs:istate (Results 1 - 6 of 6) sorted by null

  /external/openssh/
nchan.c 93 if (c->istate > CHAN_INPUT_CLOSED || next > CHAN_INPUT_CLOSED)
94 fatal("chan_set_istate: bad state %d -> %d", c->istate, next);
95 debug2("channel %d: input %s -> %s", c->self, istates[c->istate],
97 c->istate = next;
117 switch (c->istate) {
132 error("channel %d: protocol error: rcvd_oclose for istate %d",
133 c->self, c->istate);
141 switch (c->istate) {
147 error("channel %d: chan_read_failed for istate %d",
148 c->self, c->istate);
    [all...]
channels.h 94 u_int istate; /* input from channel (state of receive half) */ member in struct:Channel
channels.c 306 c->istate = CHAN_INPUT_OPEN;
636 c->istate, buffer_len(&c->input),
816 if (c->istate == CHAN_INPUT_OPEN &&
835 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) {
976 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate);
986 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate);
993 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause &&
996 if (c->istate == CHAN_INPUT_WAIT_DRAIN) {
    [all...]
mux.c 230 if (sc->istate == CHAN_INPUT_OPEN)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
intialize.c 136 wfdata->istate[k]=0.0;
structs.h 119 double istate[PITCH_WLPCORDER]; member in struct:__anon30470

Completed in 788 milliseconds