Pepper_47_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_host_resolver_private.h File Reference
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
#include "ppapi/c/private/ppb_net_address_private.h"
Include dependency graph for ppb_host_resolver_private.h:

Go to the source code of this file.

Classes

struct  PP_HostResolver_Private_Hint
 
struct  PPB_HostResolver_Private_0_1
 

Macros

#define PPB_HOSTRESOLVER_PRIVATE_INTERFACE_0_1   "PPB_HostResolver_Private;0.1"
 
#define PPB_HOSTRESOLVER_PRIVATE_INTERFACE   PPB_HOSTRESOLVER_PRIVATE_INTERFACE_0_1
 

Typedefs

typedef struct
PPB_HostResolver_Private_0_1 
PPB_HostResolver_Private
 

Enumerations

enum  PP_HostResolver_Private_Flags { PP_HOST_RESOLVER_PRIVATE_FLAGS_CANONNAME = 1 << 0, PP_HOST_RESOLVER_PRIVATE_FLAGS_LOOPBACK_ONLY = 1 << 1 }
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_HostResolver_Private_Flags, 4)
 
 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_HostResolver_Private_Hint, 8)
 

Detailed Description

This file defines the PPB_HostResolver_Private interface.

Definition in file ppb_host_resolver_private.h.

Macro Definition Documentation

#define PPB_HOSTRESOLVER_PRIVATE_INTERFACE   PPB_HOSTRESOLVER_PRIVATE_INTERFACE_0_1

Definition at line 23 of file ppb_host_resolver_private.h.

#define PPB_HOSTRESOLVER_PRIVATE_INTERFACE_0_1   "PPB_HostResolver_Private;0.1"

Definition at line 22 of file ppb_host_resolver_private.h.