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

◆ custom_calloc()

void * custom_calloc ( size_t  nmemb,
size_t  size 
)

Definition at line 52 of file lib509.c.

◆ custom_free()

void custom_free ( void *  ptr)

Definition at line 93 of file lib509.c.

◆ custom_malloc()

void * custom_malloc ( size_t  size)

Definition at line 61 of file lib509.c.

◆ custom_realloc()

void * custom_realloc ( void *  ptr,
size_t  size 
)

Definition at line 84 of file lib509.c.

◆ custom_strdup()

char * custom_strdup ( const char *  ptr)

Definition at line 70 of file lib509.c.

◆ test()

int test ( char *  URL)

Definition at line 103 of file lib509.c.

Variable Documentation

◆ seen_calloc

int seen_calloc = 0
static

Definition at line 43 of file lib509.c.

◆ seen_free

int seen_free = 0
static

Definition at line 40 of file lib509.c.

◆ seen_malloc

int seen_malloc = 0
static

Definition at line 39 of file lib509.c.

◆ seen_realloc

int seen_realloc = 0
static

Definition at line 41 of file lib509.c.

◆ seen_strdup

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 Sun May 15 2022 02:25:02