Detailed Description
These functions are used internally to pack various parts of the protocol. Not all functions are defined in pack.c, they are in the most appropriate source file (for example, handshake.c for drizzle_pack_client_handshake).
Function Documentation
Pack length-encoded number.
Definition at line 40 of file pack.c.
Unpack length-encoded number.
Definition at line 72 of file pack.c.
Pack length-encoded string.
Definition at line 120 of file pack.c.
Unpack length-encoded string.
Definition at line 134 of file pack.c.
Pack user, scramble, and db.
Definition at line 172 of file pack.c.