Searched refs:next_state (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dstrverscmp.c100 static const unsigned int next_state[] = local
134 state = next_state[state];
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/examples/
H A Ddpfp.c48 static int next_state(void);
161 if (next_state() < 0)
241 static int next_state(void) function
295 if (next_state() < 0) {
305 if (next_state() < 0) {
330 if (next_state() < 0) {
357 return next_state();
H A Ddpfp_threaded.c49 static int next_state(void);
190 if (next_state() < 0)
270 static int next_state(void) function
323 if (next_state() < 0) {
333 if (next_state() < 0) {
357 if (next_state() < 0) {
384 return next_state();
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBattery.cpp975 int next_state = (uintptr_t)ref; local
983 next_state, transaction->status, transaction->protocol,
997 next_state = kTransactionRestart;
1018 retryCurrentTransaction(next_state);
1028 if (handleSetItAndForgetIt(next_state, val16, transaction->receiveData,
1035 switch(next_state)
1237 if (kBReadCellVoltage1Cmd == next_state) {
1257 if (kBReadCellVoltage4Cmd == next_state)
1277 BattLog("SmartBattery: Error state %x not expected\n", next_state);
1282 if (kFinishPolling != next_state) {
[all...]
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_proto.c1152 NOCLOBBER int next_state; local
1321 next_state = SMTP_STATE_XFORWARD_PROTO_HELO;
1323 next_state = SMTP_STATE_MAIL;
1350 next_state = SMTP_STATE_MAIL;
1426 next_state = SMTP_STATE_RCPT;
1458 next_state = DEL_REQ_TRACE_ONLY(request->flags) ?
1468 next_state = SMTP_STATE_DOT;
1483 next_state = THIS_SESSION_IS_CACHED ?
1501 next_state = THIS_SESSION_IS_CACHED ?
1513 next_state
[all...]
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-match-backtrack.c406 tre_tnfa_transition_t *next_state; local
657 next_state = NULL;
675 if (next_state == NULL)
679 next_state = trans_i->state;
707 if (next_state != NULL)
710 state = next_state;
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dd1_srvr.c253 s->s3->tmp.next_state=SSL3_ST_SR_CLNT_HELLO_A;
308 s->s3->tmp.next_state=SSL3_ST_SR_CLNT_HELLO_A;
444 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
455 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
468 s->state=s->s3->tmp.next_state;
592 s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A;
594 s->s3->tmp.next_state=SSL_ST_OK;
H A Dd1_clnt.c241 s->s3->tmp.next_state=SSL3_ST_CR_SRVR_HELLO_A;
455 s->s3->tmp.next_state=SSL_ST_OK;
468 s->s3->tmp.next_state=SSL3_ST_CR_SESSION_TICKET_A;
472 s->s3->tmp.next_state=SSL3_ST_CR_FINISHED_A;
519 s->state=s->s3->tmp.next_state;
H A Dssl3.h433 int next_state; member in struct:ssl3_state_st::__anon3432
H A Ds3_srvr.c278 s->s3->tmp.next_state=SSL3_ST_SW_HELLO_REQ_C;
434 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
444 s->s3->tmp.next_state=SSL3_ST_SR_CERT_A;
469 s->state=s->s3->tmp.next_state;
603 s->s3->tmp.next_state=SSL3_ST_SR_FINISHED_A;
605 s->s3->tmp.next_state=SSL_ST_OK;
H A Ds3_clnt.c451 s->s3->tmp.next_state=SSL_ST_OK;
464 s->s3->tmp.next_state=SSL3_ST_CR_SESSION_TICKET_A;
468 s->s3->tmp.next_state=SSL3_ST_CR_FINISHED_A;
514 s->state=s->s3->tmp.next_state;
/macosx-10.10/postfix-255/postfix/src/smtpstone/
H A Dsmtp-sink.c865 int next_state; member in struct:data_trans
893 state->data_state = dp->next_state;
895 state->data_state = data_trans[0].next_state;
1108 int next_state; member in struct:cmd_trans
1149 state->data_state = cp->next_state;
1151 state->data_state = cmd_trans[0].next_state;
/macosx-10.10/postfix-255/postfix/src/postscreen/
H A Dpostscreen_smtpd.c726 int next_state; member in struct:cmd_trans
812 state->read_state = transp->next_state;
814 state->read_state = cmd_trans[0].next_state;
/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.c519 int next_state, state = 0; local
551 next_state = choose_next_state(state, contig, final,
558 if (state != 0 && (force_new_sect || next_state != state ||
577 if (next_state != state || force_new_sect) {
578 debug3("%s: start state 0x%02x", __func__, next_state);
579 state = next_state;
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregexec.c135 re_dfastate_t *next_state)
2349 re_dfastate_t *next_state)
2356 mctx->state_log[cur_idx] = next_state;
2361 mctx->state_log[cur_idx] = next_state;
2374 if (next_state != NULL)
2376 table_nodes = next_state->entrance_nodes;
2390 next_state = mctx->state_log[cur_idx]
2393 this function is next_state and ERR is already set. */
2399 if (BE (dfa->nbackref, 0) && next_state != NULL)
2404 *err = check_subexp_matching_top (mctx, &next_state
2344 merge_state_with_log(reg_errcode_t *err, re_match_context_t *mctx, re_dfastate_t *next_state) argument
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dpattern.c1982 goto next_state;
1988 goto next_state;
1993 goto next_state;
2006 goto next_state;
2008 goto next_state;
2083 next_state:
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dpattern.c1978 goto next_state;
1984 goto next_state;
1989 goto next_state;
2002 goto next_state;
2004 goto next_state;
2079 next_state:
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dssl3.h433 int next_state; member in struct:ssl3_state_st::__anon3417
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c239 ucs2_t next_state; member in struct:__anon3047
1796 tp->next_state = buf->states.states[sp->trans[j].rhs].id;
1937 fprintf(out, "S%hd", sp->trans[j].next_state);
2059 stp = dfa->states + stp->trans[i].next_state;
2105 stp = dfa->states + stp->trans[i].next_state;
/macosx-10.10/ruby-106/ruby/
H A Drandom.c161 next_state(struct MT *mt) function
185 if (--mt->left <= 0) next_state(mt);

Completed in 240 milliseconds