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

  /external/curl/lib/
ssh-libssh.c 550 sshc->nextstate = SSH_NO_STATE;
877 if(sshc->nextstate != SSH_NO_STATE) {
878 state(conn, sshc->nextstate);
879 sshc->nextstate = SSH_NO_STATE;
900 sshc->nextstate = SSH_NO_STATE;
919 sshc->nextstate = SSH_NO_STATE;
934 sshc->nextstate = SSH_NO_STATE;
950 sshc->nextstate = SSH_NO_STATE;
964 sshc->nextstate = SSH_NO_STATE;
978 sshc->nextstate = SSH_NO_STATE
    [all...]
ssh.c 647 sshc->nextstate = SSH_NO_STATE;
    [all...]
ssh.h 39 SSH_NO_STATE = -1, /* Used for "nextState" so say there is none */
124 sshstate nextstate; /* the state to goto after stopping */ member in struct:ssh_conn
  /external/ppp/pppd/
fsm.c 211 terminate_layer(f, nextstate)
213 int nextstate;
231 f->state = nextstate == CLOSING ? CLOSED : STOPPED;
240 f->state = nextstate;
  /external/opencv/cvaux/src/
cvhmm1d.cpp 854 int nextstate;
862 nextstate = info->state[counter+1];
863 hmm->transP[ state * transP_size + nextstate] += 1;
    [all...]
cvhmm.cpp 916 int nextsuperstate, nextstate; local
936 nextstate = info->state[2*(counter+1) + 1] - begin_ind;
937 hmm->u.ehmm[superstate].transP[ state * transP_size + nextstate] += 1;
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
fsm.c 258 terminate_layer(fsm *f, int nextstate)
  /external/mksh/src/
edit.c 3952 nextstate(int ch) function
    [all...]

Completed in 80 milliseconds