HomeSort by relevance Sort by last modified time
    Searched refs:istate (Results 1 - 8 of 8) 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 99 u_int istate; /* input from channel (state of receive half) */ member in struct:Channel
channels.c 328 c->istate = CHAN_INPUT_OPEN;
668 c->istate, buffer_len(&c->input),
848 if (c->istate == CHAN_INPUT_OPEN &&
867 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) {
1015 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate);
1025 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate);
1032 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause &&
1035 if (c->istate == CHAN_INPUT_WAIT_DRAIN) {
    [all...]
mux.c 232 if (sc->istate == CHAN_INPUT_OPEN)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgen.c 306 dumpstate(labellist *ll, nfa *nf, int istate)
313 istate == nf->nf_start ? '*' : ' ',
314 istate,
315 istate == nf->nf_finish ? '.' : ' ');
316 st = &nf->nf_state[istate];
343 addclosure(bitset ss, nfa *nf, int istate)
345 if (addbit(ss, istate)) {
346 nfastate *st = &nf->nf_state[istate];
392 int istate, jstate, iarc, jarc, ibit; local
416 for (istate = 0; istate < xx_nstates; ++istate) {
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
intialize.c 132 wfdata->istate[k]=0.0;
structs.h 119 double istate[PITCH_WLPCORDER]; member in struct:__anon37105
  /external/skia/tools/viewer/sk_app/win/
Window_win.cpp 271 Window::InputState istate = ((wParam & MK_LBUTTON) != 0) ? Window::kDown_InputState local
274 eventHandled = window->onMouse(xPos, yPos, istate,

Completed in 330 milliseconds