Searched refs:addrinfoW (Results 1 – 2 of 2) sorted by relevance
55 typedef struct addrinfoW { struct63 struct addrinfoW* ai_next; argument84 struct addrinfoW* hints; in uv__getaddrinfo_work()122 struct addrinfoW* addrinfow_ptr = req->addrinfow; in uv__getaddrinfo_done()291 hintssize = sizeof(struct addrinfoW); in uv_getaddrinfo()320 req->addrinfow = (struct addrinfoW*) ((char*) req->alloc + hintoff); in uv_getaddrinfo()
597 struct addrinfoW* addrinfow; \
Completed in 7 milliseconds