Searched refs:ctl_new_state (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_srvr.c | 127 static void ctl_new_state(struct ctl_sess *, 318 ctl_new_state(sess, writing, me); in ctl_response() 460 ctl_new_state(sess, initializing, me); in ctl_accept() 469 ctl_new_state(struct ctl_sess *sess, enum state new_state, const char *reason) in ctl_new_state() function 507 ctl_new_state(sess, closing, me); in ctl_close() 547 ctl_new_state(sess, reading, me); in ctl_start_read() 563 ctl_new_state(sess, idling, me); in ctl_stop_read() 648 ctl_new_state(sess, processing, me); in ctl_wrtimeout() 673 ctl_new_state(sess, processing, me); in ctl_rdtimeout() 689 ctl_new_state(sess, processing, me); in ctl_docommand()
|