Home
last modified time | relevance | path

Searched refs:hookpoint (Results 1 – 22 of 22) sorted by relevance

/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/ns/tests/
H A Dquery_test.c627 ns_hookpoint_t hookpoint; /* hook point specified for resume */ member
644 ns_hookpoint_t hookpoint; /* specifies where to resume */ member
686 rev->hookpoint = asdata->hookpoint; in test_hookasync()
709 ns_hookpoint_t hookpoint) { in hook_async_common() argument
715 asdata->lasthookpoint = hookpoint; /* ditto */ in hook_async_common()
731 switch (hookpoint) { in hook_async_common()
882 .hookpoint = test->hookpoint, in run_hookasync_test()
1297 ns_hookpoint_t hookpoint; /* specifies where to resume */ member
1327 rev->hookpoint = asdata->hookpoint; in test_hookasync_e2e()
1388 .hookpoint = test->hookpoint, in run_hookasync_e2e_test()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/hooks/driver/
H A Dtest-async.c61 ns_hookpoint_t hookpoint; member
300 rev->hookpoint = state->hookpoint; in doasync()
333 state->hookpoint = NS_QUERY_DONE_BEGIN; in async_query_done_begin()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/ns/include/ns/
H A Dhooks.h443 ns_hookpoint_t hookpoint; /* hook point from which to resume */ member
585 ns_hookpoint_t hookpoint, const ns_hook_t *hook);
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/ns/
H A Dhooks.c311 ns_hookpoint_t hookpoint, const ns_hook_t *hook) { in ns_hook_add() argument
316 REQUIRE(hookpoint < NS_HOOKPOINTS_COUNT); in ns_hook_add()
327 ISC_LIST_APPEND((*hooktable)[hookpoint], copy, link); in ns_hook_add()
H A Dquery.c6751 switch (rev->hookpoint) { in query_hookresume()
/dports/dns/bind916/bind-9.16.27/lib/ns/
H A Dhooks.c494 ns_hookpoint_t hookpoint, const ns_hook_t *hook) { in ns_hook_add() argument
499 REQUIRE(hookpoint < NS_HOOKPOINTS_COUNT); in ns_hook_add()
510 ISC_LIST_APPEND((*hooktable)[hookpoint], copy, link); in ns_hook_add()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/ns/
H A Dhooks.c491 ns_hookpoint_t hookpoint, const ns_hook_t *hook) { in ns_hook_add() argument
496 REQUIRE(hookpoint < NS_HOOKPOINTS_COUNT); in ns_hook_add()
507 ISC_LIST_APPEND((*hooktable)[hookpoint], copy, link); in ns_hook_add()
/dports/dns/bind-tools/bind-9.16.27/lib/ns/
H A Dhooks.c494 ns_hookpoint_t hookpoint, const ns_hook_t *hook) { in ns_hook_add() argument
499 REQUIRE(hookpoint < NS_HOOKPOINTS_COUNT); in ns_hook_add()
510 ISC_LIST_APPEND((*hooktable)[hookpoint], copy, link); in ns_hook_add()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dhooks.py152 hookpoint = HookPoint(name=name, doc=doc, introduced=introduced,
154 self[name] = hookpoint
/dports/dns/bind916/bind-9.16.27/lib/ns/include/ns/
H A Dhooks.h393 ns_hookpoint_t hookpoint, const ns_hook_t *hook);
/dports/dns/samba-nsupdate/bind-9.16.5/lib/ns/include/ns/
H A Dhooks.h391 ns_hookpoint_t hookpoint, const ns_hook_t *hook);
/dports/dns/bind-tools/bind-9.16.27/lib/ns/include/ns/
H A Dhooks.h393 ns_hookpoint_t hookpoint, const ns_hook_t *hook);
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/doc/
H A Dplugins93 hooked to an ettercap hookpoint. In case the plugin
142 HOOK_PROTO_* Some protocols declare an hookpoint. Look in
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/
H A D_cprequest.py151 hookpoint = k.split('.', 1)[0]
156 cherrypy.serving.request.hooks[hookpoint].append(v)
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/
H A D_cprequest.py143 hookpoint = k.split('.', 1)[0]
148 cherrypy.serving.request.hooks[hookpoint].append(v)
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_transport.py457 hookpoint = transport.TransportHooks()
458 self.assertTrue("post_connect" in hookpoint,
459 "post_connect not in %s" % (hookpoint,))
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_client.c284 _e_client_hook_call(E_Client_Hook_Point hookpoint, E_Client *ec) in _e_client_hook_call() argument
290 EINA_INLIST_FOREACH(_e_client_hooks[hookpoint], ch) in _e_client_hook_call()
294 if ((hookpoint != E_CLIENT_HOOK_DEL) && in _e_client_hook_call()
295 (hookpoint != E_CLIENT_HOOK_MOVE_END) && in _e_client_hook_call()
296 (hookpoint != E_CLIENT_HOOK_RESIZE_END) && in _e_client_hook_call()
297 (hookpoint != E_CLIENT_HOOK_FOCUS_UNSET) && in _e_client_hook_call()
3587 e_client_hook_add(E_Client_Hook_Point hookpoint, E_Client_Hook_Cb func, const void *data) in e_client_hook_add() argument
3591 EINA_SAFETY_ON_TRUE_RETURN_VAL(hookpoint >= E_CLIENT_HOOK_LAST, NULL); in e_client_hook_add()
3594 ch->hookpoint = hookpoint; in e_client_hook_add()
3597 _e_client_hooks[hookpoint] = eina_inlist_append(_e_client_hooks[hookpoint], EINA_INLIST_GET(ch)); in e_client_hook_add()
[all …]
H A De_client.h214 E_Client_Hook_Point hookpoint; member
804 E_API E_Client_Hook *e_client_hook_add(E_Client_Hook_Point hookpoint, E_Client_Hook_Cb func, const …
/dports/net/kea/kea-2.0.1/doc/sphinx/arm/
H A Dhooks-run-script.rst28 script to be called on each hookpoint, and also the 'sync' option to be able
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/run_script/
H A Drun_script.dox70 script to be called on each hookpoint, and also the 'sync' option to be able
/dports/www/py-cherrypy/CherryPy-17.4.2/docs/
H A Dextend.rst415 :ref:`hook point <hookpoint>`.
517 Since you can register many tools at the same hookpoint,
H A Dconfig.rst352 to add ``my_hook_func`` to the ``before_handler`` hookpoint: