Home
last modified time | relevance | path

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

/memcached-1.4.29/
H A Dmemcached.h522 int msgbytes; /* number of bytes in current msg */ member
H A Dmemcached.c287 c->msgbytes = 0; in add_msghdr()
852 (limit_to_mtu && c->msgbytes >= UDP_MAX_PAYLOAD_SIZE)) { in add_iov()
861 if (limit_to_mtu && len + c->msgbytes > UDP_MAX_PAYLOAD_SIZE) { in add_iov()
862 leftover = len + c->msgbytes - UDP_MAX_PAYLOAD_SIZE; in add_iov()
872 c->msgbytes += len; in add_iov()