Functions
win/getnameinfo.c File Reference
#include <assert.h>
#include <stdio.h>
#include "uv.h"
#include "internal.h"
#include "req-inl.h"
Include dependency graph for win/getnameinfo.c:

Go to the source code of this file.

Functions

int WSAAPI GetNameInfoW (const SOCKADDR *pSockaddr, socklen_t SockaddrLength, PWCHAR pNodeBuffer, DWORD NodeBufferSize, PWCHAR pServiceBuffer, DWORD ServiceBufferSize, INT Flags)
 
static void uv__getnameinfo_done (struct uv__work *w, int status)
 
static void uv__getnameinfo_work (struct uv__work *w)
 
int uv_getnameinfo (uv_loop_t *loop, uv_getnameinfo_t *req, uv_getnameinfo_cb getnameinfo_cb, const struct sockaddr *addr, int flags)
 

Function Documentation

◆ GetNameInfoW()

int WSAAPI GetNameInfoW ( const SOCKADDR *  pSockaddr,
socklen_t  SockaddrLength,
PWCHAR  pNodeBuffer,
DWORD  NodeBufferSize,
PWCHAR  pServiceBuffer,
DWORD  ServiceBufferSize,
INT  Flags 
)

◆ uv__getnameinfo_done()

static void uv__getnameinfo_done ( struct uv__work w,
int  status 
)
static

Definition at line 90 of file win/getnameinfo.c.

◆ uv__getnameinfo_work()

static void uv__getnameinfo_work ( struct uv__work w)
static

Definition at line 41 of file win/getnameinfo.c.

◆ uv_getnameinfo()

int uv_getnameinfo ( uv_loop_t loop,
uv_getnameinfo_t req,
uv_getnameinfo_cb  getnameinfo_cb,
const struct sockaddr *  addr,
int  flags 
)

Definition at line 117 of file win/getnameinfo.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:13