Home
last modified time | relevance | path

Searched defs:hook_call (Results 1 – 7 of 7) sorted by relevance

/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Dhook.h85 #define hook_call CBC_hook_call macro
H A Dhook.c614 SV *hook_call(pTHX_ SV *self, const char *id_pre, const char *id, in hook_call() function
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dhook.cc86 EXPORT void hook_call(const char * name, void * data) in hook_call() function
/dports/ftp/wget/wget-1.21.2/testenv/test/
H A Dbase_test.py200 def hook_call(self, configs, name): member in BaseTest
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dhook.h180 #define hook_call(hookname, ...) hook_call_##hookname(__VA_ARGS__) macro
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dhook.h180 #define hook_call(hookname, ...) hook_call_##hookname(__VA_ARGS__) macro
/dports/devel/pecl-swoole/swoole-4.8.5/src/core/
H A Dbase.cc921 void hook_call(void **hooks, int type, void *arg) { in hook_call() function