Searched refs:istate (Results 1 – 8 of 8) 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 | 348 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 …]
|
D | channels.h | 100 u_int istate; /* input from channel (state of receive half) */ member
|
D | mux.c | 235 if (sc->istate == CHAN_INPUT_OPEN) in mux_master_control_cleanup_cb()
|
/external/python/cpython2/Parser/ |
D | pgen.c | 308 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/ |
D | Window_win.cpp | 273 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/ |
D | intialize.c | 132 wfdata->istate[k]=0.0; in WebRtcIsac_InitWeightingFilter()
|
D | structs.h | 119 double istate[PITCH_WLPCORDER]; member
|