Home
last modified time | relevance | path

Searched refs:ZBX_TCP_LINE_LEN (Results 1 – 20 of 20) sorted by relevance

/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxcomms/
H A Dcomms.c1575 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1652 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1659 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1660 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c1603 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1680 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1687 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1688 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c1603 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1680 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1687 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1688 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxcomms/
H A Dcomms.c1575 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1652 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1659 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1660 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c1603 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1680 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1687 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1688 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxcomms/
H A Dcomms.c1575 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1652 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1659 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1660 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxcomms/
H A Dcomms.c1575 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1652 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1659 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1660 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxcomms/
H A Dcomms.c1575 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1652 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1659 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1660 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c1603 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1680 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1687 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1688 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxcomms/
H A Dcomms.c1603 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1680 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1687 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1688 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxcomms/
H A Dcomms.c1494 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1571 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1578 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1579 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxcomms/
H A Dcomms.c1494 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1571 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1578 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1579 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxcomms/
H A Dcomms.c1494 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1571 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1578 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1579 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxcomms/
H A Dcomms.c1494 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1571 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1578 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1579 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxcomms/
H A Dcomms.c1494 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1571 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1578 if (0 != (left = (NULL == ptr ? ZBX_TCP_LINE_LEN - s->read_bytes :
1579 MIN(ZBX_TCP_LINE_LEN - s->read_bytes, (size_t)(ptr - buffer)))))
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c1470 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1547 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1554 if (0 != (left = MIN(ZBX_TCP_LINE_LEN - s->read_bytes, ptr - buffer)))
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c1470 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1547 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1554 if (0 != (left = MIN(ZBX_TCP_LINE_LEN - s->read_bytes, ptr - buffer)))
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c1470 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1547 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1554 if (0 != (left = MIN(ZBX_TCP_LINE_LEN - s->read_bytes, ptr - buffer)))
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c1470 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1547 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1554 if (0 != (left = MIN(ZBX_TCP_LINE_LEN - s->read_bytes, ptr - buffer)))
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxcomms/
H A Dcomms.c1470 #define ZBX_TCP_LINE_LEN (64 * ZBX_KIBIBYTE) macro
1547 if (s->read_bytes + nbytes < ZBX_TCP_LINE_LEN && s->read_bytes == line_length)
1554 if (0 != (left = MIN(ZBX_TCP_LINE_LEN - s->read_bytes, ptr - buffer)))