82 bin2blob (
const unsigned char *pbuff,
void bin2blob(const unsigned char *pbuff, char *pblob, uint32 bsize)
Convert a binary string to to a mySQL BLOB.
Definition: blob.c:148
void blob2bin(const char *pblob, unsigned char *pbuff, uint32 bsize)
Convert a mySQL BLOB to a binary string.
Definition: blob.c:119