Lines Matching defs:service
67 const WCHAR* service,
91 err = GetAddrInfoW(req->node, req->service, hints, &req->addrinfow);
261 const char* service,
271 if (req == NULL || (node == NULL && service == NULL)) {
298 if (service != NULL) {
301 service,
343 /* Convert service string to UTF16 into allocated memory and save pointer in
345 if (service != NULL) {
346 req->service = (WCHAR*)alloc_ptr;
349 service,
358 req->service = NULL;