Searched refs:clientbuf (Results 1 – 2 of 2) sorted by relevance
709 uint8_t clientbuf[RTMP_SIG_SIZE + 4], *clientsig=clientbuf+4; in HandShake() local
3750 char clientbuf[RTMP_SIG_SIZE + 1], *clientsig = clientbuf + 1; in HandShake() local3753 clientbuf[0] = 0x03; /* not encrypted */ in HandShake()3768 if (!WriteN(r, clientbuf, RTMP_SIG_SIZE + 1)) in HandShake()3776 if (type != clientbuf[0]) in HandShake()3778 __FUNCTION__, clientbuf[0], type); in HandShake()