Home
last modified time | relevance | path

Searched refs:BUFF_SIZE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libfetch/
H A Dcommon.h78 #define BUFF_SIZE HEAD_SIZE + FQDN_SIZE + PACK_SIZE + PORT_SIZE macro
H A Dcommon.c410 unsigned char buf[BUFF_SIZE]; in fetch_socks5_init()
472 if (!fetch_read(conn, buf, BUFF_SIZE)) { in fetch_socks5_init()