These functions are used in the protocol parsing state machine. Not all functions are defined in state.c, they are in the most appropriate source file (for example, handshake.c for drizzle_state_handshake_server_read).
Main state loop for connections.
[in] | con | Connection structure previously initialized with drizzle_con_create(), drizzle_con_clone(), or related functions. |
Definition at line 74 of file handshake.c.
Definition at line 192 of file handshake.c.
Definition at line 288 of file handshake.c.
Definition at line 433 of file handshake.c.
Definition at line 508 of file handshake.c.