Home
last modified time | relevance | path

Searched refs:endpoint_ptr (Results 1 – 13 of 13) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_osc_handler.hpp82 typedef std::shared_ptr<nova_endpoint> endpoint_ptr; typedef
88 typedef std::vector<endpoint_ptr> observer_vector;
95 int add_observer(endpoint_ptr const& ep);
96 int remove_observer(endpoint_ptr const& ep);
124 observer_vector::iterator find(endpoint_ptr const& ep);
139 bundle_node(time_tag const& timeout, const char* data, endpoint_ptr const& endpoint): in bundle_node()
148 endpoint_ptr endpoint_;
202 received_packet(const char* dat, size_t length, endpoint_ptr const& endpoint): in received_packet()
216 endpoint_ptr endpoint_;
290 void handle_packet_async(const char* data, size_t length, endpoint_ptr const& endpoint);
[all …]
H A Dsc_osc_handler.cpp50 using nova::detail::endpoint_ptr;
211 void send_done_message(endpoint_ptr const& endpoint, const char* cmd) { in send_done_message()
381 int sc_notify_observers::add_observer(endpoint_ptr const& ep) { in add_observer()
390 int sc_notify_observers::remove_observer(endpoint_ptr const& ep) { in remove_observer()
534 endpoint_ptr const& endpoint) { in insert_bundle()
875 template <bool realtime> void handle_quit(endpoint_ptr endpoint) { in handle_quit()
1888 void trigger_async(endpoint_ptr const& endpoint) { in trigger_async()
1900 void handle(endpoint_ptr const& endpoint) const { in handle()
3313 endpoint_ptr const& endpoint) { in dispatch_buffer_commands()
3456 endpoint_ptr const& endpoint) { in dispatch_synth_commands()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/lib/iomgr/event_engine/
H A Dtcp.cc117 grpc_closure* closure, grpc_endpoint** endpoint_ptr) { in GrpcClosureToOnConnectCallback() argument
118 return [closure, endpoint_ptr]( in GrpcClosureToOnConnectCallback()
123 reinterpret_cast<grpc_event_engine_endpoint*>(*endpoint_ptr); in GrpcClosureToOnConnectCallback()
126 grpc_endpoint_destroy(*endpoint_ptr); in GrpcClosureToOnConnectCallback()
127 *endpoint_ptr = nullptr; in GrpcClosureToOnConnectCallback()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/iomgr/event_engine/
H A Dtcp.cc117 grpc_closure* closure, grpc_endpoint** endpoint_ptr) { in GrpcClosureToOnConnectCallback() argument
118 return [closure, endpoint_ptr]( in GrpcClosureToOnConnectCallback()
123 reinterpret_cast<grpc_event_engine_endpoint*>(*endpoint_ptr); in GrpcClosureToOnConnectCallback()
126 grpc_endpoint_destroy(*endpoint_ptr); in GrpcClosureToOnConnectCallback()
127 *endpoint_ptr = nullptr; in GrpcClosureToOnConnectCallback()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/iomgr/event_engine/
H A Dtcp.cc118 grpc_closure* closure, grpc_endpoint** endpoint_ptr) { in GrpcClosureToOnConnectCallback() argument
119 return [closure, endpoint_ptr]( in GrpcClosureToOnConnectCallback()
124 reinterpret_cast<grpc_event_engine_endpoint*>(*endpoint_ptr); in GrpcClosureToOnConnectCallback()
127 grpc_endpoint_destroy(*endpoint_ptr); in GrpcClosureToOnConnectCallback()
128 *endpoint_ptr = nullptr; in GrpcClosureToOnConnectCallback()
/dports/dns/dnscap/dnscap-2.0.1/src/
H A Dendpoint.c84 endpoint_ptr ep; in endpoint_add()
95 endpoint_ptr ep; in ep_present()
H A Dbpft.c134 endpoint_ptr ep; in prepare_bpft()
154 endpoint_ptr ep; in prepare_bpft()
H A Ddnscap.h326 typedef struct endpoint* endpoint_ptr; typedef
H A Dargs.c706 endpoint_ptr ep; in parse_args()
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dhttp.cpp545 webpp::ws_server::Endpoint *endpoint_ptr(&endpoint); in add_endpoint() local
546 …auto endpoint_impl = std::make_shared<websocket_endpoint_impl>(endpoint_ptr, on_open, on_message, … in add_endpoint()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dhttp.cpp545 webpp::ws_server::Endpoint *endpoint_ptr(&endpoint); in add_endpoint() local
546 …auto endpoint_impl = std::make_shared<websocket_endpoint_impl>(endpoint_ptr, on_open, on_message, … in add_endpoint()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/openib/
H A Dbtl_openib.c838 volatile mca_btl_base_endpoint_t **endpoint_ptr, in init_ib_proc_nolock() argument
846 *endpoint_ptr = NULL; in init_ib_proc_nolock()
998 *endpoint_ptr = endpoint; in init_ib_proc_nolock()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/openib/
H A Dbtl_openib.c837 volatile mca_btl_base_endpoint_t **endpoint_ptr, in init_ib_proc_nolock() argument
845 *endpoint_ptr = NULL; in init_ib_proc_nolock()
997 *endpoint_ptr = endpoint; in init_ib_proc_nolock()