Skip to content

File connection_list_sr.h

FileList > connection > connection_list_sr.h

Go to the source code of this file

Classes

Type Name
struct css_list
struct css_list_entry

Public Types

Type Name
typedef struct css_list CSS_LIST
typedef struct css_list_entry CSS_LIST_ENTRY
enum connection__list__sr_8h_1aa156d1cebb38c8a65846c4d9c006012a

Public Functions

Type Name
int css_add_list (CSS_LIST * ptr, void * item)
int css_add_list_to_head (CSS_LIST * ptr, void * item)
int css_finalize_list (CSS_LIST * ptr)
int css_initialize_list (CSS_LIST * ptr, int free_count)
bool css_list_isempty (CSS_LIST * ptr)
int css_remove_list (CSS_LIST * ptr, void * item)
void * css_remove_list_from_head (CSS_LIST * ptr)
int css_traverse_list (CSS_LIST * ptr, int(*)(void *, void *) func, void * arg)

Public Types Documentation

typedef CSS_LIST

typedef struct css_list CSS_LIST;

typedef CSS_LIST_ENTRY

typedef struct css_list_entry CSS_LIST_ENTRY;

enum connection__list__sr_8h_1aa156d1cebb38c8a65846c4d9c006012a

enum connection__list__sr_8h_1aa156d1cebb38c8a65846c4d9c006012a {
    TRAV_CONT = 0,
    TRAV_STOP = 1,
    TRAV_STOP_DELETE = 2,
    TRAV_CONT_DELETE = 3
};

Public Functions Documentation

function css_add_list

int css_add_list (
    CSS_LIST * ptr,
    void * item
) 

function css_add_list_to_head

int css_add_list_to_head (
    CSS_LIST * ptr,
    void * item
) 

function css_finalize_list

int css_finalize_list (
    CSS_LIST * ptr
) 

function css_initialize_list

int css_initialize_list (
    CSS_LIST * ptr,
    int free_count
) 

function css_list_isempty

bool css_list_isempty (
    CSS_LIST * ptr
) 

function css_remove_list

int css_remove_list (
    CSS_LIST * ptr,
    void * item
) 

function css_remove_list_from_head

void * css_remove_list_from_head (
    CSS_LIST * ptr
) 

function css_traverse_list

int css_traverse_list (
    CSS_LIST * ptr,
    int (*)( void *, void *) func,
    void * arg
) 


The documentation for this class was generated from the following file cubrid/src/connection/connection_list_sr.h