Home
last modified time | relevance | path

Searched refs:istzero (Results 1 – 16 of 16) sorted by relevance

/dports/net/haproxy20/haproxy-2.0.26/tests/
H A Dist.c106 struct ist f_istzero(struct ist ist, size_t size) { return istzero(ist, size); } in f_istzero()
111 if (istzero(ist2(buf, 5), 10).ptr != buf) in test_istzero()
114 if (istzero(ist2(buf, 5), 10).len != 5) in test_istzero()
117 if (istzero(ist2(buf, 5), 5).len != 4) in test_istzero()
123 if (istzero(ist2(buf, 5), 0).len != 0) in test_istzero()
/dports/net/haproxy19/haproxy-1.9.16/tests/
H A Dist.c106 struct ist f_istzero(struct ist ist, size_t size) { return istzero(ist, size); } in f_istzero()
111 if (istzero(ist2(buf, 5), 10).ptr != buf) in test_istzero()
114 if (istzero(ist2(buf, 5), 10).len != 5) in test_istzero()
117 if (istzero(ist2(buf, 5), 5).len != 4) in test_istzero()
123 if (istzero(ist2(buf, 5), 0).len != 0) in test_istzero()
/dports/net/haproxy/haproxy-2.4.10/tests/unit/
H A Dist.c106 struct ist f_istzero(struct ist ist, size_t size) { return istzero(ist, size); } in f_istzero()
111 if (istzero(ist2(buf, 5), 10).ptr != buf) in test_istzero()
114 if (istzero(ist2(buf, 5), 10).len != 5) in test_istzero()
117 if (istzero(ist2(buf, 5), 5).len != 4) in test_istzero()
123 if (istzero(ist2(buf, 5), 0).len != 0) in test_istzero()
/dports/net/haproxy23/haproxy-2.3.16/tests/
H A Dist.c106 struct ist f_istzero(struct ist ist, size_t size) { return istzero(ist, size); } in f_istzero()
111 if (istzero(ist2(buf, 5), 10).ptr != buf) in test_istzero()
114 if (istzero(ist2(buf, 5), 10).len != 5) in test_istzero()
117 if (istzero(ist2(buf, 5), 5).len != 4) in test_istzero()
123 if (istzero(ist2(buf, 5), 0).len != 0) in test_istzero()
/dports/net/haproxy21/haproxy-2.1.12/tests/
H A Dist.c106 struct ist f_istzero(struct ist ist, size_t size) { return istzero(ist, size); } in f_istzero()
111 if (istzero(ist2(buf, 5), 10).ptr != buf) in test_istzero()
114 if (istzero(ist2(buf, 5), 10).len != 5) in test_istzero()
117 if (istzero(ist2(buf, 5), 5).len != 4) in test_istzero()
123 if (istzero(ist2(buf, 5), 0).len != 0) in test_istzero()
/dports/net/haproxy18/haproxy-1.8.30/tests/
H A Dist.c106 struct ist f_istzero(struct ist ist, size_t size) { return istzero(ist, size); } in f_istzero()
111 if (istzero(ist2(buf, 5), 10).ptr != buf) in test_istzero()
114 if (istzero(ist2(buf, 5), 10).len != 5) in test_istzero()
117 if (istzero(ist2(buf, 5), 5).len != 4) in test_istzero()
123 if (istzero(ist2(buf, 5), 0).len != 0) in test_istzero()
/dports/net/haproxy22/haproxy-2.2.19/tests/
H A Dist.c106 struct ist f_istzero(struct ist ist, size_t size) { return istzero(ist, size); } in f_istzero()
111 if (istzero(ist2(buf, 5), 10).ptr != buf) in test_istzero()
114 if (istzero(ist2(buf, 5), 10).len != 5) in test_istzero()
117 if (istzero(ist2(buf, 5), 5).len != 4) in test_istzero()
123 if (istzero(ist2(buf, 5), 0).len != 0) in test_istzero()
/dports/net/nuster/nuster-5.0.4.21/tests/
H A Dist.c106 struct ist f_istzero(struct ist ist, size_t size) { return istzero(ist, size); } in f_istzero()
111 if (istzero(ist2(buf, 5), 10).ptr != buf) in test_istzero()
114 if (istzero(ist2(buf, 5), 10).len != 5) in test_istzero()
117 if (istzero(ist2(buf, 5), 5).len != 4) in test_istzero()
123 if (istzero(ist2(buf, 5), 0).len != 0) in test_istzero()
/dports/net/haproxy18/haproxy-1.8.30/include/common/
H A Dist.h165 static inline struct ist istzero(const struct ist ist, size_t size) in istzero() function
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dist.h250 static inline struct ist istzero(const struct ist ist, size_t size) in istzero() function
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dist.h250 static inline struct ist istzero(const struct ist ist, size_t size) in istzero() function
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dist.h250 static inline struct ist istzero(const struct ist ist, size_t size) in istzero() function
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dist.h250 static inline struct ist istzero(const struct ist ist, size_t size) in istzero() function
/dports/net/haproxy/haproxy-2.4.10/include/import/
H A Dist.h319 static inline struct ist istzero(const struct ist ist, size_t size) in istzero() function
/dports/net/haproxy22/haproxy-2.2.19/include/import/
H A Dist.h268 static inline struct ist istzero(const struct ist ist, size_t size) in istzero() function
/dports/net/haproxy23/haproxy-2.3.16/include/import/
H A Dist.h268 static inline struct ist istzero(const struct ist ist, size_t size) in istzero() function