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

/dovecot/src/lib-otp/
H A Dotp-dictionary.c18 static const struct hint hints[] = { variable in typeref:struct:hint
574 l = hints[first].l;
575 u = hints[first].u;
/dovecot/src/lib/
H A Dnet.c625 struct addrinfo hints, *ai, *origai; local
641 i_zero(&hints);
642 hints.ai_socktype = SOCK_STREAM;
645 host_error = getaddrinfo(addr, NULL, &hints, &ai);

Completed in 1005 milliseconds