Home
last modified time | relevance | path

Searched refs:SingleHook (Results 1 – 5 of 5) sorted by relevance

/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Dhook.h48 } SingleHook; typedef
53 SingleHook hooks[HOOKID_COUNT];
60 void single_hook_fill(pTHX_ const char *hook, const char *type, SingleHook *sth,
64 SingleHook *single_hook_new(const SingleHook *h);
70 void single_hook_update(SingleHook *dst, const SingleHook *src);
76 void single_hook_delete(SingleHook *hook);
83 const char *id, const SingleHook *hook, SV *in, int mortal);
93 SV *get_single_hook(pTHX_ const SingleHook *hook);
H A Dhook.c252 SingleHook *single_hook_new(const SingleHook *src) in single_hook_new()
255 SingleHook *dst; in single_hook_new()
259 New(0, dst, 1, SingleHook); in single_hook_new()
289 SingleHook *dst; in hook_new()
298 const SingleHook *src = &h->hooks[0]; in hook_new()
336 void single_hook_update(SingleHook *dst, const SingleHook *src) in single_hook_update()
382 const SingleHook *hook_src = &src->hooks[0]; in hook_update()
383 SingleHook *hook_dst = &dst->hooks[0]; in hook_update()
410 void single_hook_delete(SingleHook *hook) in single_hook_delete()
443 SingleHook *hook = &h->hooks[0]; in hook_delete()
[all …]
H A Ddimension.h45 SingleHook *hook;
H A Ddimension.c50 static long dimension_from_hook(pTHX_ SingleHook *hook, SV *self, HV *parent);
440 static long dimension_from_hook(pTHX_ SingleHook *hook, SV *self, HV *parent) in dimension_from_hook()
687 SingleHook newhook; in dimtag_parse()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/rpc/metadata/
H A Degress_metadata_hook_list_test.cpp101 TEST(EgressMetadataHookListTest, SingleHook) { in TEST() argument