VSF Documented
|
Go to the source code of this file.
Data Structures | |
struct | res_sym |
struct | vsf_linux_resolv_vplt_t |
Macros | |
#define | __b64_ntop VSF_LINUX_WRAPPER(__b64_ntop) |
#define | __b64_pton VSF_LINUX_WRAPPER(__b64_pton) |
#define | b64_ntop __b64_ntop |
#define | b64_pton __b64_pton |
Typedefs | |
typedef struct vsf_linux_resolv_vplt_t | vsf_linux_resolv_vplt_t |
Functions | |
int | b64_ntop (const unsigned char *src, int srclen, char *dst, size_t dstlen) |
int | b64_pton (char *src, unsigned char *dst, size_t dstlen) |
Variables | |
__VSF_VPLT_DECORATOR__ vsf_linux_resolv_vplt_t | vsf_linux_resolv_vplt |
#define __b64_ntop VSF_LINUX_WRAPPER(__b64_ntop) |
#define __b64_pton VSF_LINUX_WRAPPER(__b64_pton) |
#define b64_ntop __b64_ntop |
#define b64_pton __b64_pton |
typedef struct vsf_linux_resolv_vplt_t vsf_linux_resolv_vplt_t |
int b64_ntop | ( | const unsigned char * | src, |
int | srclen, | ||
char * | dst, | ||
size_t | dstlen | ||
) |
int b64_pton | ( | char * | src, |
unsigned char * | dst, | ||
size_t | dstlen | ||
) |
|
extern |