Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dneo_net.h17 #define NET_BUFSIZE 4096 macro
28 UINT8 ibuf[NET_BUFSIZE];
33 UINT8 obuf[NET_BUFSIZE];
Dneo_net.c355 r = read(sock->fd, sock->ibuf, NET_BUFSIZE); in ne_net_fill()
601 if (sock->ol < NET_BUFSIZE) in ne_net_write()
603 if (sock->ol + x <= NET_BUFSIZE) in ne_net_write()
609 l = NET_BUFSIZE - sock->ol; in ne_net_write()