ITS
asn_SET_OF.c File Reference
#include <asn_internal.h>
#include <asn_SET_OF.h>
#include <errno.h>
Include dependency graph for asn_SET_OF.c:

Go to the source code of this file.

Functions

int asn_set_add (void *asn_set_of_x, void *ptr)
 
void asn_set_del (void *asn_set_of_x, int number, int _do_free)
 
void asn_set_empty (void *asn_set_of_x)
 

Function Documentation

◆ asn_set_add()

int asn_set_add ( void *  asn_set_of_x,
void *  ptr 
)

Definition at line 13 of file asn_SET_OF.c.

References _A_SET_FROM_VOID, and REALLOC.

◆ asn_set_del()

void asn_set_del ( void *  asn_set_of_x,
int  number,
int  _do_free 
)

Definition at line 43 of file asn_SET_OF.c.

References _A_SET_FROM_VOID.

◆ asn_set_empty()

void asn_set_empty ( void *  asn_set_of_x)

Definition at line 71 of file asn_SET_OF.c.

References _A_SET_FROM_VOID, and FREEMEM.

Referenced by SET_OF_free().

Here is the caller graph for this function: