Searched refs:XMPP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
43 #define XMPP_BUF_SIZE 1024 macro
344 char buf[XMPP_BUF_SIZE]; in xmpp_client_thr()396 (void) memset(buf, 0, XMPP_BUF_SIZE); in xmpp_client_thr()397 cnt = ioread(&conn, buf, XMPP_BUF_SIZE); in xmpp_client_thr()