Home
last modified time | relevance | path

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

/external/openssh/
Dnchan.c93 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 …]
Dchannels.c348 c->istate = CHAN_INPUT_OPEN; in channel_new()
444 other->istate = CHAN_INPUT_CLOSED; in channel_free()
732 c->istate, buffer_len(&c->input), in channel_open_message()
912 if (c->istate == CHAN_INPUT_OPEN && in channel_pre_open()
931 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) { in channel_pre_open()
1079 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open()
1089 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open()
1096 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client()
1099 if (c->istate == CHAN_INPUT_WAIT_DRAIN) { in channel_pre_mux_client()
1733 force = c->isatty && c->detach_close && c->istate != CHAN_INPUT_CLOSED;
[all …]
Dchannels.h100 u_int istate; /* input from channel (state of receive half) */ member
Dmux.c235 if (sc->istate == CHAN_INPUT_OPEN) in mux_master_control_cleanup_cb()
/external/python/cpython2/Parser/
Dpgen.c308 dumpstate(labellist *ll, nfa *nf, int istate) in dumpstate() argument
315 istate == nf->nf_start ? '*' : ' ', in dumpstate()
316 istate, in dumpstate()
317 istate == nf->nf_finish ? '.' : ' '); in dumpstate()
318 st = &nf->nf_state[istate]; in dumpstate()
345 addclosure(bitset ss, nfa *nf, int istate) in addclosure() argument
347 if (addbit(ss, istate)) { in addclosure()
348 nfastate *st = &nf->nf_state[istate]; in addclosure()
394 int istate, jstate, iarc, jarc, ibit; in makedfa() local
418 for (istate = 0; istate < xx_nstates; ++istate) { in makedfa()
[all …]
/external/skia/tools/viewer/sk_app/win/
DWindow_win.cpp273 Window::InputState istate = ((wParam & MK_LBUTTON) != 0) ? Window::kDown_InputState in WndProc() local
276 eventHandled = window->onMouse(xPos, yPos, istate, in WndProc()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dintialize.c132 wfdata->istate[k]=0.0; in WebRtcIsac_InitWeightingFilter()
Dstructs.h119 double istate[PITCH_WLPCORDER]; member