Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dkeymgr.c548 dst_key_state_t next_state, in keymgr_key_match_state() argument
557 if (next_state != NA && i == type && in keymgr_key_match_state()
561 state = next_state; in keymgr_key_match_state()
620 dst_key_state_t next_state, in keymgr_key_is_successor() argument
684 if (keymgr_key_match_state(y->key, key, type, next_state, zst)) in keymgr_key_is_successor()
691 next_state, keyring)); in keymgr_key_is_successor()
709 int type, dst_key_state_t next_state, in keymgr_key_exists_with_state() argument
723 next_state, states)) in keymgr_key_exists_with_state()
745 next_state, states2)) in keymgr_key_exists_with_state()
754 key->key, type, next_state, in keymgr_key_exists_with_state()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dkeymgr.c594 * If 'next_state' is set (not NA), we are pretending as if record 'type' of
600 dst_key_state_t next_state, in keymgr_direct_dep()
609 if (next_state != NA && i == type &&
614 state = next_state; in keymgr_dep()
680 dst_key_state_t next_state, in keymgr_key_is_successor()
744 if (keymgr_key_match_state(y->key, key, type, next_state, zst)) in keymgr_key_exists_with_state()
751 next_state, keyring); in keymgr_key_exists_with_state()
762 * If 'next_state' is not NA, we are actually looking for a key as if in keymgr_key_exists_with_state()
769 int type, dst_key_state_t next_state, in keymgr_key_exists_with_state()
783 next_state, state
565 keymgr_key_match_state(dst_key_t * key,dst_key_t * subject,int type,dst_key_state_t next_state,dst_key_state_t states[NUM_KEYSTATES]) keymgr_key_match_state() argument
637 keymgr_key_is_successor(dst_key_t * x,dst_key_t * z,dst_key_t * key,int type,dst_key_state_t next_state,dns_dnsseckeylist_t * keyring) keymgr_key_is_successor() argument
726 keymgr_key_exists_with_state(dns_dnsseckeylist_t * keyring,dns_dnsseckey_t * key,int type,dst_key_state_t next_state,dst_key_state_t states[NUM_KEYSTATES],dst_key_state_t states2[NUM_KEYSTATES],bool check_successor,bool match_algorithms) keymgr_key_exists_with_state() argument
809 keymgr_ds_hidden_or_chained(dns_dnsseckeylist_t * keyring,dns_dnsseckey_t * key,int type,dst_key_state_t next_state,bool match_algorithms,bool must_be_hidden) keymgr_ds_hidden_or_chained() argument
878 keymgr_dnskey_hidden_or_chained(dns_dnsseckeylist_t * keyring,dns_dnsseckey_t * key,int type,dst_key_state_t next_state,bool match_algorithms) keymgr_dnskey_hidden_or_chained() argument
928 keymgr_have_ds(dns_dnsseckeylist_t * keyring,dns_dnsseckey_t * key,int type,dst_key_state_t next_state,bool secure_to_insecure) keymgr_have_ds() argument
958 keymgr_have_dnskey(dns_dnsseckeylist_t * keyring,dns_dnsseckey_t * key,int type,dst_key_state_t next_state) keymgr_have_dnskey() argument
1050 keymgr_have_rrsig(dns_dnsseckeylist_t * keyring,dns_dnsseckey_t * key,int type,dst_key_state_t next_state) keymgr_have_rrsig() argument
1185 keymgr_transition_allowed(dns_dnsseckeylist_t * keyring,dns_dnsseckey_t * key,int type,dst_key_state_t next_state,bool secure_to_insecure) keymgr_transition_allowed() argument
1244 keymgr_transition_time(dns_dnsseckey_t * key,int type,dst_key_state_t next_state,dns_kasp_t * kasp,isc_stdtime_t now,isc_stdtime_t * when) keymgr_transition_time() argument
1431 dst_key_state_t state, next_state; keymgr_update() local
[all...]
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-match-backtrack.c360 tre_tnfa_transition_t *next_state; in tre_tnfa_run_backtrack() local
523 next_state = NULL; in tre_tnfa_run_backtrack()
541 if (next_state == NULL) in tre_tnfa_run_backtrack()
545 next_state = trans_i->state; in tre_tnfa_run_backtrack()
571 if (next_state != NULL) in tre_tnfa_run_backtrack()
574 state = next_state; in tre_tnfa_run_backtrack()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c1476 NOCLOBBER int next_state; in smtp_loop() local
1627 next_state = SMTP_STATE_XFORWARD_PROTO_HELO; in smtp_loop()
1629 next_state = SMTP_STATE_MAIL; in smtp_loop()
1656 next_state = SMTP_STATE_MAIL; in smtp_loop()
1746 next_state = SMTP_STATE_RCPT; in smtp_loop()
1795 next_state = (DEL_REQ_TRACE_ONLY(request->flags) in smtp_loop()
1806 next_state = SMTP_STATE_DOT; in smtp_loop()
1821 next_state = THIS_SESSION_IS_CACHED ? in smtp_loop()
1839 next_state = THIS_SESSION_IS_CACHED ? in smtp_loop()
1851 next_state = SMTP_STATE_LAST; in smtp_loop()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc1494 program_state *next_state, in on_edge() argument
1502 if (!next_state->on_edge (eg, this, succ, uncertainty)) in on_edge()
3357 program_state *next_state = &it->m_processed_state; in maybe_process_run_of_before_supernode_enodes() local
3358 next_state->validate (m_ext_state); in maybe_process_run_of_before_supernode_enodes()
3364 &state, next_state, in maybe_process_run_of_before_supernode_enodes()
3369 next_state->m_region_model->update_for_phis in maybe_process_run_of_before_supernode_enodes()
3372 next_state->validate (m_ext_state); in maybe_process_run_of_before_supernode_enodes()
3537 program_state next_state, in maybe_create_dynamic_call() argument
3573 next_state.push_call (*this, node, call, uncertainty); in maybe_create_dynamic_call()
3575 if (next_state.m_valid) in maybe_create_dynamic_call()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dstrverscmp.c100 static const unsigned int next_state[] = in strverscmp() local
134 state = next_state[state]; in strverscmp()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dstrverscmp.c100 static const unsigned int next_state[] = in strverscmp() local
134 state = next_state[state]; in strverscmp()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dstrverscmp.c100 static const unsigned int next_state[] = in strverscmp() local
134 state = next_state[state]; in strverscmp()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dstrverscmp.c100 static const unsigned int next_state[] = in strverscmp() local
134 state = next_state[state]; in strverscmp()
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_l.l39 int next_state __P((int, int));
239 return next_state(wt->state, wt->next);
250 int next_state(nstate, fornext)
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.c190 next_state(struct iter_qstate* iq, enum iter_state nextstate) in next_state() function
219 return next_state(iq, iq->final_state); in final_state()
1373 return next_state(iq, COLLECT_CLASS_STATE); in processInitRequest()
1476 next_state(iq, FINISHED_STATE); in processInitRequest()
1495 return next_state(iq, INIT_REQUEST_STATE); in processInitRequest()
1535 return next_state(iq, QUERYTARGETS_STATE); in processInitRequest()
1592 return next_state(iq, INIT_REQUEST_2_STATE); in processInitRequest()
1619 return next_state(iq, INIT_REQUEST_2_STATE); in processInitRequest()
1716 return next_state(iq, INIT_REQUEST_2_STATE); in processInitRequest()
1781 return next_state(iq, INIT_REQUEST_3_STATE); in processInitRequest2()
[all …]
/netbsd-src/sys/net/lagg/
H A Dif_lagg_lacp.c2305 enum lacp_mux_state next_state; in lacp_sm_mux() local
2314 next_state = lacpp->lp_mux_state; in lacp_sm_mux()
2323 next_state = LACP_MUX_WAITING; in lacp_sm_mux()
2332 next_state = LACP_MUX_DETACHED; in lacp_sm_mux()
2335 next_state = LACP_MUX_ATTACHED; in lacp_sm_mux()
2337 next_state = LACP_MUX_STANDBY; in lacp_sm_mux()
2339 next_state = LACP_MUX_DETACHED; in lacp_sm_mux()
2345 next_state = LACP_MUX_ATTACHED; in lacp_sm_mux()
2347 next_state = LACP_MUX_DETACHED; in lacp_sm_mux()
2356 next_state = LACP_MUX_DETACHED; in lacp_sm_mux()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c908 int next_state; in data_read() member
936 state->data_state = dp->next_state; in data_read()
938 state->data_state = data_trans[0].next_state; in data_read()
1151 int next_state; in command_read() member
1192 state->data_state = cp->next_state; in command_read()
1194 state->data_state = cmd_trans[0].next_state; in command_read()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-cris.c527 relax_substateT next_state; in cris_relax_frag() local
578 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()
580 next_state = 0; in cris_relax_frag()
584 this_state = next_state; in cris_relax_frag()
586 next_state = this_type->rlx_more; in cris_relax_frag()
592 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()
594 next_state = 0; in cris_relax_frag()
598 this_state = next_state; in cris_relax_frag()
600 next_state = this_type->rlx_more; in cris_relax_frag()
H A Dtc-m68hc11.c3874 relax_substateT next_state; in m68hc11_relax_frag() local
3918 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()
3920 next_state = 0; in m68hc11_relax_frag()
3924 this_state = next_state; in m68hc11_relax_frag()
3926 next_state = this_type->rlx_more; in m68hc11_relax_frag()
3932 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()
3934 next_state = 0; in m68hc11_relax_frag()
3938 this_state = next_state; in m68hc11_relax_frag()
3940 next_state = this_type->rlx_more; in m68hc11_relax_frag()
H A Dtc-msp430.c4982 relax_substateT next_state; in msp430_relax_frag() local
5014 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()
5016 next_state = 0; in msp430_relax_frag()
5020 this_state = next_state; in msp430_relax_frag()
5022 next_state = this_type->rlx_more; in msp430_relax_frag()
5028 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()
5030 next_state = 0; in msp430_relax_frag()
5034 this_state = next_state; in msp430_relax_frag()
5036 next_state = this_type->rlx_more; in msp430_relax_frag()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-cris.c527 relax_substateT next_state; in cris_relax_frag() local
578 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()
580 next_state = 0; in cris_relax_frag()
584 this_state = next_state; in cris_relax_frag()
586 next_state = this_type->rlx_more; in cris_relax_frag()
592 for (next_state = this_type->rlx_more; next_state;) in cris_relax_frag()
594 next_state = 0; in cris_relax_frag()
598 this_state = next_state; in cris_relax_frag()
600 next_state = this_type->rlx_more; in cris_relax_frag()
H A Dtc-msp430.c4980 relax_substateT next_state; in msp430_relax_frag() local
5012 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()
5014 next_state = 0; in msp430_relax_frag()
5018 this_state = next_state; in msp430_relax_frag()
5020 next_state = this_type->rlx_more; in msp430_relax_frag()
5026 for (next_state = this_type->rlx_more; next_state;) in msp430_relax_frag()
5028 next_state = 0; in msp430_relax_frag()
5032 this_state = next_state; in msp430_relax_frag()
5034 next_state = this_type->rlx_more; in msp430_relax_frag()
H A Dtc-m68hc11.c3874 relax_substateT next_state; in m68hc11_relax_frag() local
3918 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()
3920 next_state = 0; in m68hc11_relax_frag()
3924 this_state = next_state; in m68hc11_relax_frag()
3926 next_state = this_type->rlx_more; in m68hc11_relax_frag()
3932 for (next_state = this_type->rlx_more; next_state;) in m68hc11_relax_frag()
3934 next_state = 0; in m68hc11_relax_frag()
3938 this_state = next_state; in m68hc11_relax_frag()
3940 next_state = this_type->rlx_more; in m68hc11_relax_frag()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dwrite.c2556 relax_substateT next_state; in relax_frag() local
2624 for (next_state = this_type->rlx_more; next_state;) in relax_frag()
2626 next_state = 0; in relax_frag()
2630 this_state = next_state; in relax_frag()
2632 next_state = this_type->rlx_more; in relax_frag()
2638 for (next_state = this_type->rlx_more; next_state;) in relax_frag()
2640 next_state = 0; in relax_frag()
2644 this_state = next_state; in relax_frag()
2646 next_state = this_type->rlx_more; in relax_frag()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dwrite.c2563 relax_substateT next_state; in relax_frag() local
2631 for (next_state = this_type->rlx_more; next_state;) in relax_frag()
2633 next_state = 0; in relax_frag()
2637 this_state = next_state; in relax_frag()
2639 next_state = this_type->rlx_more; in relax_frag()
2645 for (next_state = this_type->rlx_more; next_state;) in relax_frag()
2647 next_state = 0; in relax_frag()
2651 this_state = next_state; in relax_frag()
2653 next_state = this_type->rlx_more; in relax_frag()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dkrl.c586 int next_state, state = 0; in revoked_certs_generate() local
619 next_state = choose_next_state(state, contig, final, in revoked_certs_generate()
626 if (state != 0 && (force_new_sect || next_state != state || in revoked_certs_generate()
647 if (next_state != state || force_new_sect) { in revoked_certs_generate()
649 next_state)); in revoked_certs_generate()
650 state = next_state; in revoked_certs_generate()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc1145 program_state *next_state, in on_edge() argument
1153 if (!next_state->on_edge (eg, *this, succ, change)) in on_edge()
2453 program_state next_state (state); in process_node() local
2459 &state, &next_state, &change, in process_node()
2464 next_state.m_region_model->update_for_phis in process_node()
2476 = get_or_create_node (next_point, next_state, &change); in process_node()
2485 exploded_node *next = get_or_create_node (next_point, next_state, in process_node()
2509 program_state next_state (state); in process_node() local
2530 = node->on_stmt (*this, snode, stmt, &next_state, &change); in process_node()
2548 next_state, &change); in process_node()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c126 re_dfastate_t *next_state) internal_function;
2305 re_dfastate_t *next_state) in merge_state_with_log() argument
2312 mctx->state_log[cur_idx] = next_state; in merge_state_with_log()
2317 mctx->state_log[cur_idx] = next_state; in merge_state_with_log()
2330 if (next_state != NULL) in merge_state_with_log()
2332 table_nodes = next_state->entrance_nodes; in merge_state_with_log()
2346 next_state = mctx->state_log[cur_idx] in merge_state_with_log()
2355 if (BE (dfa->nbackref, 0) && next_state != NULL) in merge_state_with_log()
2360 *err = check_subexp_matching_top (mctx, &next_state->nodes, in merge_state_with_log()
2366 if (next_state->has_backref) in merge_state_with_log()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_smtpd.c781 int next_state; in psc_smtpd_read_event() member
867 state->read_state = transp->next_state; in psc_smtpd_read_event()
869 state->read_state = cmd_trans[0].next_state; in psc_smtpd_read_event()

12