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

/dovecot/src/lib-master/
H A Dmaster-service-haproxy.c289 } v2; member in union:__anon127
316 } else if ((size_t)ret >= sizeof(buf.v2.hdr) &&
317 memcmp(buf.v2.hdr.sig, haproxy_v2sig, sizeof(haproxy_v2sig)) == 0) {
318 want = ntohs(buf.v2.hdr.len) + sizeof(buf.v2.hdr);
355 const struct haproxy_header_v2 *hdr = &buf.v2.hdr;
356 const struct haproxy_data_v2 *data = &buf.v2.data;
359 i_assert(ret >= (ssize_t)sizeof(buf.v2.hdr));
376 i_error("haproxy(v2): Client disconnected: "
388 /*i_debug("haproxy(v2)
[all...]
/dovecot/src/lib-dict-backend/
H A Ddict-sql.c1327 const char *const *v1, *const *v2; local
1343 v2 = array_get(map2_values, &count2);
1348 if (strcmp(v1[i], v2[i]) != 0)

Completed in 12 milliseconds