Home
last modified time | relevance | path

Searched refs:read_state (Results 1 – 24 of 24) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_smtpd.c845 if (state->read_state == PSC_SMTPD_CMD_ST_ANY in psc_smtpd_read_event()
862 for (transp = cmd_trans; transp->state != state->read_state; transp++) in psc_smtpd_read_event()
865 myname, state->read_state); in psc_smtpd_read_event()
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()
871 state->read_state = PSC_SMTPD_CMD_ST_ANY; in psc_smtpd_read_event()
872 if (state->read_state == PSC_SMTPD_CMD_ST_CR_LF) { in psc_smtpd_read_event()
968 state->read_state = PSC_SMTPD_CMD_ST_ANY; in psc_smtpd_read_event()
1188 state->read_state = PSC_SMTPD_CMD_ST_ANY; in psc_smtpd_tests()
H A Dpostscreen_state.c186 state->read_state = 0; in psc_new_session_state()
H A Dpostscreen.h97 int read_state; /* command read state machine */ member
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem.c494 st->read_state = READ_STATE_HEADER; in init_read_state_machine()
570 switch (st->read_state) { in read_state_machine()
617 st->read_state = READ_STATE_BODY; in read_state_machine()
653 st->read_state = READ_STATE_POST_PROCESS; in read_state_machine()
658 st->read_state = READ_STATE_HEADER; in read_state_machine()
675 st->read_state = READ_STATE_HEADER; in read_state_machine()
H A Dstatem.h102 READ_STATE read_state; member
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem.c502 st->read_state = READ_STATE_HEADER; in init_read_state_machine()
578 switch (st->read_state) { in read_state_machine()
624 st->read_state = READ_STATE_BODY; in read_state_machine()
664 st->read_state = READ_STATE_POST_PROCESS; in read_state_machine()
669 st->read_state = READ_STATE_HEADER; in read_state_machine()
686 st->read_state = READ_STATE_HEADER; in read_state_machine()
H A Dstatem.h102 READ_STATE read_state; member
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h131 void (*read_state)( member
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.h412 void read_state (const char* path);
H A Dgengtype-state.c2571 read_state (const char *path) in read_state() function
H A Dgengtype.c5182 read_state (read_state_filename); in main()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgengtype.h423 void read_state (const char* path);
H A Dgengtype-state.c2571 read_state (const char *path) in read_state() function
H A Dgengtype-state.cc2614 read_state (const char *path) in read_state() function
H A Dgengtype.c5182 read_state (read_state_filename); in main()
H A Dgengtype.cc5233 read_state (read_state_filename); in main()
H A DChangeLog-20103186 (main): Call read_state and write_state. Print type_count.
3189 (read_state, write_state): New declarations.
H A DChangeLog-202127391 * gengtype-state.c (read_state): Use htab_eq_string.
H A DChangeLog-201129127 (read_state): Use string_eq instead of strcmp when creating the
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_link_encoder.c320 .read_state = link_enc2_read_state,
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_link_encoder.c331 .read_state = link_enc2_read_state,
/netbsd/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
H A Dsave.h477 uint8_t read_state; member
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hw_sequencer.c438 if (lenc->funcs->read_state) { in dcn10_log_hw_state()
439 lenc->funcs->read_state(lenc, &s); in dcn10_log_hw_state()
/netbsd/external/bsd/nsd/dist/doc/
H A DChangeLog4787 - cleaned up send_udp in xfrd, and read_state.