#include "system.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <rpmhook.h>
Go to the source code of this file.
|
|
|
Definition at line 11 of file rpmhook.c. Referenced by rpmhookRegister(). |
|
|
|
|
|
|
|
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 194 of file rpmhook.c. References rpmhookArgs_s::argc, rpmhookArgs_s::argt, rpmhookArgs_s::argv, rpmhookArgv::f, rpmhookArgv::i, rpmhookArgv::p, rpmhookArgsNew(), and rpmhookArgv::s. Referenced by rpmhookCall(). |
|
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 140 of file rpmhook.c. References rpmhookBucket_s::item, rpmhookBucket_s::name, rpmhookItem_s::next, rpmhookTableFindBucket(), and xcalloc(). Referenced by rpmhookRegister(). |
|
Definition at line 228 of file rpmhook.c. References rpmhookItem_s::data, rpmhookItem_s::func, rpmhookItem_s::next, and rpmhookTableFindBucket(). Referenced by rpmhookCall(), and rpmhookCallArgs(). |
|
Definition at line 159 of file rpmhook.c. References rpmhookItem_s::data, rpmhookItem_s::func, rpmhookBucket_s::item, rpmhookBucket_s::name, rpmhookItem_s::next, and rpmhookTableFindBucket(). Referenced by rpmhookUnregister(), rpmhookUnregisterAll(), and rpmhookUnregisterAny(). |
|
Definition at line 84 of file rpmhook.c. References rpmhookBucket_s::hash, rpmhookBucket_s::name, and rpmhookTableRehash(). Referenced by rpmhookTableAddItem(), rpmhookTableCallArgs(), rpmhookTableDelItem(), and rpmhookTableRehash(). |
|
Definition at line 50 of file rpmhook.c. References xcalloc(). Referenced by rpmhookRegister(), and rpmhookTableRehash(). |
|
Definition at line 118 of file rpmhook.c. References rpmhookTable_s::bucket, rpmhookBucket_s::item, rpmhookBucket_s::name, rpmhookTableFindBucket(), rpmhookTableNew(), and rpmhookTable_s::used. Referenced by rpmhookTableFindBucket(). |
|
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(). |
|
|