#include <wintirpc.h>
#include <reentrant.h>
#include <stdio.h>
#include <errno.h>
#include <rpc/rpc.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <rpc/clnt.h>
Go to the source code of this file.
◆ MAXHOSTNAMELEN
◆ NETIDLEN
◆ rpc_call()
Definition at line 92 of file clnt_simple.c.
116 rcp =
malloc(
sizeof (*rcp));
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
#define CLSET_RETRY_TIMEOUT
#define thr_keycreate(k, d)
ACPI_SIZE strlen(const char *String)
#define thr_setspecific(k, p)
thread_key_t rpc_call_key
CLIENT * clnt_create(const char *hostname, const rpcprog_t prog, const rpcvers_t vers, const char *nettype)
static void rpc_call_destroy(void *)
#define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs)
_CRTIMP int __cdecl getpid(void)
#define thr_getspecific(k)
char host[MAXHOSTNAMELEN]
char * strcpy(char *DstString, const char *SrcString)
int strcmp(const char *String1, const char *String2)
#define CLNT_CONTROL(cl, rq, in)
static const struct timeval tottimeout
◆ rpc_call_destroy()
static void rpc_call_destroy |
( |
void * |
vp | ) |
|
|
static |