preludedb-path-selection

preludedb-path-selection

Functions

Types and Values

Description

Functions

preludedb_selected_path_new ()

int
preludedb_selected_path_new (preludedb_selected_path_t **selected_path,
                             idmef_path_t *path,
                             int flags);

Returns


preludedb_selected_path_new_string ()

int
preludedb_selected_path_new_string (preludedb_selected_path_t **selected_path,
                                    const char *str);

Returns


preludedb_selected_path_destroy ()

void
preludedb_selected_path_destroy (preludedb_selected_path_t *selected_path);


preludedb_selected_path_get_path ()

idmef_path_t *
preludedb_selected_path_get_path (preludedb_selected_path_t *selected_path);

Returns


preludedb_selected_path_get_flags ()

preludedb_selected_path_flags_t
preludedb_selected_path_get_flags (preludedb_selected_path_t *selected_path);

Returns


preludedb_path_selection_new ()

int
preludedb_path_selection_new (preludedb_path_selection_t **path_selection);

Returns


preludedb_path_selection_destroy ()

void
preludedb_path_selection_destroy (preludedb_path_selection_t *path_selection);


preludedb_path_selection_add ()

void
preludedb_path_selection_add (preludedb_path_selection_t *path_selection,
                              preludedb_selected_path_t *selected_path);


preludedb_path_selection_get_next ()

preludedb_selected_path_t *
preludedb_path_selection_get_next (preludedb_path_selection_t *path_selection,
                                   preludedb_selected_path_t *selected_path);

Returns


preludedb_path_selection_get_count ()

unsigned int
preludedb_path_selection_get_count (preludedb_path_selection_t *path_selection);

Returns

Types and Values

enum preludedb_selected_path_flags_t

Members

PRELUDEDB_SELECTED_OBJECT_FUNCTION_MIN

   

PRELUDEDB_SELECTED_OBJECT_FUNCTION_MAX

   

PRELUDEDB_SELECTED_OBJECT_FUNCTION_AVG

   

PRELUDEDB_SELECTED_OBJECT_FUNCTION_STD

   

PRELUDEDB_SELECTED_OBJECT_FUNCTION_COUNT

   

PRELUDEDB_SELECTED_OBJECT_GROUP_BY

   

PRELUDEDB_SELECTED_OBJECT_ORDER_ASC

   

PRELUDEDB_SELECTED_OBJECT_ORDER_DESC

   

preludedb_path_selection_t

typedef struct preludedb_path_selection preludedb_path_selection_t;


preludedb_selected_path_t

typedef struct preludedb_selected_path preludedb_selected_path_t;