All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Functions
as_host.h File Reference
#include <citrusleaf/alloc.h>
#include <stdint.h>
+ Include dependency graph for as_host.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  as_host
 

Functions

static void as_host_copy (const as_host *src, as_host *trg)
 
static void as_host_destroy (as_host *host)
 

Function Documentation

static void as_host_copy ( const as_host src,
as_host trg 
)
inlinestatic

Deep copy host.

Definition at line 58 of file as_host.h.

References as_host::name, as_host::port, and as_host::tls_name.

static void as_host_destroy ( as_host host)
inlinestatic

Release memory associated with host.

Definition at line 69 of file as_host.h.

References as_host::name, and as_host::tls_name.