Lines Matching refs:into
15 | go into CONNECTING state.
16 | If connection is done synchronously, go into CONNECTED
18 | For any unexpected problems, go into ERROR state.
23 | If connection is complete, go into CONNECTED state.
24 | For any unexpected problems, go into DISCONNECTING state.
28 | go into READING state.
29 | For any unexpected problems, go into DISCONNECTING state.
32 | If read is done, go into READ_DONE state.
33 | For any unexpected problems, go into DISCONNECTING state.
38 | go into WRITING state.
39 | For any unexpected problems, go into DISCONNECTING state.
42 | If write is done, go into WRITE_DONE state.
43 | For any unexpected problems, go into DISCONNECTING state.
47 | go into READING_ACK state.
48 | For any unexpected problems, go into DISCONNECTING state.
53 | Go into DISCONNECTING state.
55 DISCONNECTING | Disconnect from the pipe, reset the event and go into
57 | fails, go into ERROR state.