Searched refs:event_stream_server_connection_handler_properties (Results 1 – 3 of 3) sorted by relevance
226 event_stream_server_connection_handler_properties.continuationCls, in s_on_incoming_stream_fn()227 event_stream_server_connection_handler_properties.newContinuationConstructor, in s_on_incoming_stream_fn()249 event_stream_server_connection_handler_properties.onIncomingStream, in s_on_incoming_stream_fn()322 event_stream_server_connection_handler_properties.onProtocolMessage, in s_connection_protocol_message_fn()
593 …a_event_stream_server_connection_handler_properties event_stream_server_connection_handler_propert… variable599 event_stream_server_connection_handler_properties.continuationCls = (*env)->NewGlobalRef( in s_cache_event_stream_server_connection_handler_properties()601 AWS_FATAL_ASSERT(event_stream_server_connection_handler_properties.continuationCls); in s_cache_event_stream_server_connection_handler_properties()603 event_stream_server_connection_handler_properties.newContinuationConstructor = in s_cache_event_stream_server_connection_handler_properties()604 …(*env)->GetMethodID(env, event_stream_server_connection_handler_properties.continuationCls, "<init… in s_cache_event_stream_server_connection_handler_properties()605 AWS_FATAL_ASSERT(event_stream_server_connection_handler_properties.newContinuationConstructor); in s_cache_event_stream_server_connection_handler_properties()607 event_stream_server_connection_handler_properties.onProtocolMessage = in s_cache_event_stream_server_connection_handler_properties()609 AWS_FATAL_ASSERT(event_stream_server_connection_handler_properties.onProtocolMessage); in s_cache_event_stream_server_connection_handler_properties()611 event_stream_server_connection_handler_properties.onIncomingStream = (*env)->GetMethodID( in s_cache_event_stream_server_connection_handler_properties()617 AWS_FATAL_ASSERT(event_stream_server_connection_handler_properties.onIncomingStream); in s_cache_event_stream_server_connection_handler_properties()
277 …a_event_stream_server_connection_handler_properties event_stream_server_connection_handler_propert…