Home
last modified time | relevance | path

Searched refs:access_hook (Results 1 – 21 of 21) sorted by relevance

/dports/audio/flac/flac-1.3.4/oss-fuzz/fuzzing/
H A Dtypes.hpp46 void access_hook(void) const { in access_hook() function in fuzzing::types::Container
53 access_hook(); in free()
67 access_hook(); in data()
72 access_hook(); in size()
93 access_hook(); in Container()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/doxygen/dox/so_5/
H A Dso_5_5_23__enveloped_msg.md78 The `access_hook()` is called when SObjectizer need to access the payload of an enveloped message.
80access_hook()` can be called in different cases: when a message is delivered to a receiver, when o…
86 …oke()` method for `invoker` object (the `invoker` object is passed as argument to `access_hook()`):
92 void access_hook(access_context_t context, handler_invoker_t & invoker) const noexcept {
99 Please note that `access_hook()` is marked as `noexcept`. It must not allow exceptions to leave the…
121 void access_hook(access_context_t, handler_invoker_t & invoker) const noexcept {
174 void access_hook(access_context_t, handler_invoker_t & invoker) const noexcept {
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/
H A Denveloped_msg.cpp68 envelope.access_hook( m_context, *this ); in invoke()
81 actual_envelope.access_hook( m_context, *this ); in try_get_payload()
H A Dhandler_makers.cpp37 envelope.access_hook( in process_envelope_when_handler_found()
H A Denveloped_msg.hpp189 access_hook(
H A Dagent.cpp1260 envelope.access_hook( in process_enveloped_msg()
/dports/net/arataga/so5extra-v.1.4.1/dev/sample/so_5_extra/enveloped_msg/delivery_receipt/
H A Dmain.cpp80 access_hook( in access_hook() function in custom_envelope_t
90 envelope_ns::just_envelope_t::access_hook(context, invoker); in access_hook()
/dports/net/arataga/so5extra-v.1.4.1/dev/so_5_extra/enveloped_msg/
H A Dtime_limited_delivery.hpp89 access_hook( in access_hook() function in so_5::extra::enveloped_msg::time_limited_delivery_t
H A Djust_envelope.hpp134 access_hook( in access_hook() function in so_5::extra::enveloped_msg::just_envelope_t
/dports/devel/git-svn/git-2.34.1/
H A Ddaemon.c322 static const char *access_hook; variable
334 *arg++ = access_hook; in run_access_hook()
350 access_hook); in run_access_hook()
355 access_hook); in run_access_hook()
361 access_hook); in run_access_hook()
436 if (access_hook && run_access_hook(service, dir, path, hi)) in run_service()
1326 access_hook = v; in cmd_main()
/dports/devel/git-gui/git-2.34.1/
H A Ddaemon.c322 static const char *access_hook; variable
334 *arg++ = access_hook; in run_access_hook()
350 access_hook); in run_access_hook()
355 access_hook); in run_access_hook()
361 access_hook); in run_access_hook()
436 if (access_hook && run_access_hook(service, dir, path, hi)) in run_service()
1326 access_hook = v; in cmd_main()
/dports/devel/git-p4/git-2.34.1/
H A Ddaemon.c322 static const char *access_hook; variable
334 *arg++ = access_hook; in run_access_hook()
350 access_hook); in run_access_hook()
355 access_hook); in run_access_hook()
361 access_hook); in run_access_hook()
436 if (access_hook && run_access_hook(service, dir, path, hi)) in run_service()
1326 access_hook = v; in cmd_main()
/dports/devel/git/git-2.34.1/
H A Ddaemon.c322 static const char *access_hook; variable
334 *arg++ = access_hook; in run_access_hook()
350 access_hook); in run_access_hook()
355 access_hook); in run_access_hook()
361 access_hook); in run_access_hook()
436 if (access_hook && run_access_hook(service, dir, path, hi)) in run_service()
1326 access_hook = v; in cmd_main()
/dports/devel/git-cvs/git-2.34.1/
H A Ddaemon.c322 static const char *access_hook; variable
334 *arg++ = access_hook; in run_access_hook()
350 access_hook); in run_access_hook()
355 access_hook); in run_access_hook()
361 access_hook); in run_access_hook()
436 if (access_hook && run_access_hook(service, dir, path, hi)) in run_service()
1326 access_hook = v; in cmd_main()
/dports/devel/cgit/cgit-1.2.3/git/
H A Ddaemon.c316 static const char *access_hook; variable
328 *arg++ = access_hook; in run_access_hook()
344 access_hook); in run_access_hook()
349 access_hook); in run_access_hook()
355 access_hook); in run_access_hook()
430 if (access_hook && run_access_hook(service, dir, path, hi)) in run_service()
1331 access_hook = v; in cmd_main()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/enveloped_msg/mchain_handled_count/
H A Dmain.cpp39 access_hook( in access_hook() function in special_wrapper_t
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/impl/
H A Denveloped_msg_details.hpp208 nested_envelope.access_hook( in invoke()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/enveloped_msg/
H A Dcommon_stuff.hpp58 access_hook( in access_hook() function in test_envelope_t
/dports/net/arataga/so5extra-v.1.4.1/dev/so_5_extra/revocable_msg/
H A Dpub.hpp134 access_hook( in access_hook() function in so_5::extra::revocable_msg::details::envelope_t
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/enveloped_msg/simplest/
H A Dmain.cpp41 access_hook( in access_hook() function in test_envelope_t
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/experimental/testing/v1/
H A Dall.cpp830 access_hook( in access_hook() function in so_5::experimental::testing::v1::impl::special_envelope_t