Lines Matching refs:hints
146 const struct addrinfo *hints);
155 ADDRINFOEXW_ hints;
176 struct addrinfo hints;
227 const struct addrinfo *hints)
240 DEBUGASSERT(hints);
241 tsd->hints = *hints;
243 (void) hints;
462 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res);
601 const struct addrinfo *hints)
620 if(!init_thread_sync_data(td, hostname, port, hints)) {
649 td->tsd.w8.hints.ai_family = hints->ai_family;
650 td->tsd.w8.hints.ai_socktype = hints->ai_socktype;
658 NULL, &td->tsd.w8.hints, &td->tsd.w8.res,
917 struct addrinfo hints;
933 memset(&hints, 0, sizeof(hints));
934 hints.ai_family = pf;
935 hints.ai_socktype = (data->conn->transport == TRNSPRT_TCP)?
940 if(init_resolve_thread(data, hostname, port, &hints)) {