Go to the source code of this file.
|
void | populate_hash (xmlNode *nvpair_list, GHashTable *hash, const char **attrs, int attrs_length) |
|
enum pe_obj_types | get_resource_type (const char *name) |
|
const char * | get_resource_typename (enum pe_obj_types type) |
|
void | get_meta_attributes (GHashTable *meta_hash, resource_t *rsc, node_t *node, pe_working_set_t *data_set) |
|
void | get_rsc_attributes (GHashTable *meta_hash, resource_t *rsc, node_t *node, pe_working_set_t *data_set) |
|
gboolean | common_unpack (xmlNode *xml_obj, resource_t **rsc, resource_t *parent, pe_working_set_t *data_set) |
|
void | common_update_score (resource_t *rsc, const char *id, int score) |
|
gboolean | is_parent (resource_t *child, resource_t *rsc) |
|
resource_t * | uber_parent (resource_t *rsc) |
|
void | common_free (resource_t *rsc) |
|
§ common_free()
§ common_unpack()
§ common_update_score()
void common_update_score |
( |
resource_t * |
rsc, |
|
|
const char * |
id, |
|
|
int |
score |
|
) |
| |
§ get_meta_attributes()
§ get_resource_type()
§ get_resource_typename()
§ get_rsc_attributes()
§ is_parent()
§ populate_hash()
void populate_hash |
( |
xmlNode * |
nvpair_list, |
|
|
GHashTable * |
hash, |
|
|
const char ** |
attrs, |
|
|
int |
attrs_length |
|
) |
| |
§ uber_parent()
§ resource_class_functions