#include "alpm.h"


Go to the source code of this file.
Data Structures | |
| struct | __pmgrp_t |
Defines | |
| #define | GRP_NAME_LEN 256 |
Functions | |
| pmgrp_t * | _alpm_grp_new (void) |
| void | _alpm_grp_free (pmgrp_t *grp) |
| int | _alpm_grp_cmp (const void *g1, const void *g2) |
| #define GRP_NAME_LEN 256 |
| int _alpm_grp_cmp | ( | const void * | g1, | |
| const void * | g2 | |||
| ) |
Definition at line 59 of file group.c.
References __pmgrp_t::name.
Referenced by _alpm_db_load_grpcache().

| void _alpm_grp_free | ( | pmgrp_t * | grp | ) |
Definition at line 45 of file group.c.
References ALPM_LOG_FUNC, FREE, FREELIST, and __pmgrp_t::packages.
Referenced by _alpm_db_free_grpcache().

| pmgrp_t* _alpm_grp_new | ( | void | ) |
Definition at line 34 of file group.c.
References ALPM_LOG_FUNC, CALLOC, PM_ERR_MEMORY, and RET_ERR.
Referenced by _alpm_db_load_grpcache().

1.5.4