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

static int seen_calloc = 0
 
static int seen_free = 0
 
static int seen_malloc = 0
 
static int seen_realloc = 0
 
static 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
static

Definition at line 43 of file lib509.c.

int seen_free = 0
static

Definition at line 40 of file lib509.c.

int seen_malloc = 0
static

Definition at line 39 of file lib509.c.

int seen_realloc = 0
static

Definition at line 41 of file lib509.c.

int seen_strdup = 0
static

Definition at line 42 of file lib509.c.



rc_tagdetect_client
Author(s): Monika Florek-Jasinska , Raphael Schaller
autogenerated on Sat Feb 13 2021 03:42:17