Functions | Variables
lib509.c File Reference
#include "test.h"
Include dependency graph for lib509.c:

Go to the source code of this file.

Functions

void * custom_calloc (size_t nmemb, size_t size)
void custom_free (void *ptr)
void * custom_malloc (size_t size)
void * custom_realloc (void *ptr, size_t size)
char * custom_strdup (const char *ptr)
int test (char *URL)

Variables

int seen_calloc = 0
int seen_free = 0
int seen_malloc = 0
int seen_realloc = 0
int seen_strdup = 0

Function Documentation

void * custom_calloc ( size_t  nmemb,
size_t  size 
)

Definition at line 52 of file lib509.c.

void custom_free ( void *  ptr)

Definition at line 93 of file lib509.c.

void * custom_malloc ( size_t  size)

Definition at line 61 of file lib509.c.

void * custom_realloc ( void *  ptr,
size_t  size 
)

Definition at line 84 of file lib509.c.

char * custom_strdup ( const char *  ptr)

Definition at line 70 of file lib509.c.

int test ( char *  URL)

Definition at line 103 of file lib509.c.


Variable Documentation

int seen_calloc = 0

Definition at line 43 of file lib509.c.

int seen_free = 0

Definition at line 40 of file lib509.c.

int seen_malloc = 0

Definition at line 39 of file lib509.c.

int seen_realloc = 0

Definition at line 41 of file lib509.c.

int seen_strdup = 0

Definition at line 42 of file lib509.c.



rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:09