Searched defs:dlen (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dtest-ostream-multiplex.c60 size_t siz,dlen=0,pos=0; local
65 if (dlen > 0) {
66 if (dlen < N_ELEMENTS(msgs)) {
68 msgs[dlen], dlen)==0,
72 pos += dlen;
73 dlen = 0;
74 } else if (dlen == 0) {
78 dlen = be32_to_cpu_unaligned(&data[pos]);
80 test_assert(dlen >
[all...]
/dovecot/src/lib-master/
H A Dmaster-service-haproxy.c171 static int get_ssl_tlv(const unsigned char *kvdata, size_t dlen, argument
174 if (dlen < SIZEOF_PP2_TLV_SSL)
180 kv->len = dlen - SIZEOF_PP2_TLV_SSL;
184 static int get_tlv(const unsigned char *kvdata, size_t dlen, argument
187 if (dlen < SIZEOF_PP2_TLV)
199 if (kv->len + SIZEOF_PP2_TLV > dlen)

Completed in 12 milliseconds