Go to the source code of this file.
Data Structures | |
union | rpmhookArgv |
struct | rpmhookArgs_s |
Typedefs | |
typedef rpmhookArgs_s * | rpmhookArgs |
typedef int(* | rpmhookFunc )(rpmhookArgs args, void *data) |
Functions | |
rpmhookArgs | rpmhookArgsNew (int argc) |
rpmhookArgs | rpmhookArgsFree (rpmhookArgs args) |
void | rpmhookRegister (const char *name, rpmhookFunc func, void *data) |
void | rpmhookUnregister (const char *name, rpmhookFunc func, void *data) |
void | rpmhookUnregisterAny (const char *name, rpmhookFunc func) |
void | rpmhookUnregisterAll (const char *name) |
void | rpmhookCall (const char *name, const char *argt,...) |
void | rpmhookCallArgs (const char *name, rpmhookArgs args) |
|
|
|
|
|
Definition at line 42 of file rpmhook.c. Referenced by rpmhookCall(). |
|
Definition at line 34 of file rpmhook.c. References xcalloc(). Referenced by rpmhookArgsParse(). |
|
Definition at line 271 of file rpmhook.c. References rpmhookArgsFree(), rpmhookArgsParse(), and rpmhookTableCallArgs(). |
|
Definition at line 286 of file rpmhook.c. References rpmhookTableCallArgs(). |
|
Definition at line 244 of file rpmhook.c. References RPMHOOK_TABLE_INITSIZE, rpmhookTableAddItem(), and rpmhookTableNew(). |
|
Definition at line 253 of file rpmhook.c. References rpmhookTableDelItem(). |
|
Definition at line 265 of file rpmhook.c. References rpmhookTableDelItem(). |
|
Definition at line 259 of file rpmhook.c. References rpmhookTableDelItem(). |