MCPcopy Create free account

hub / github.com/apache/qpid-proton / functions

Functions8,826 in github.com/apache/qpid-proton

↓ 9 callersFunctionpn_condition_clear
c/src/core/engine.c:2325
↓ 9 callersFunctionpn_condition_free
c/src/core/engine.c:245
↓ 9 callersFunctionpn_connection_driver_write_buffer
c/src/core/connection_driver.c:114
↓ 9 callersFunctionpn_data_put_list
c/src/core/codec.c:1600
↓ 9 callersFunctionpn_default_logger
c/src/core/logger.c:152
↓ 9 callersFunctionpn_error_copy
c/src/core/error.c:115
↓ 9 callersFunctionpn_hash_next
c/src/core/object/map.c:442
↓ 9 callersFunctionpn_hash_value
c/src/core/object/map.c:452
↓ 9 callersFunctionpn_map_get
c/src/core/object/map.c:259
↓ 9 callersFunctionpn_proactor_interrupt
c/src/proactor/epoll.c:2795
↓ 9 callersFunctionpn_proactor_now_64
c/src/proactor/epoll.c:2972
↓ 9 callersFunctionpn_raw_connection_give_read_buffers
c/src/proactor/raw_connection.c:279
↓ 9 callersFunctionpn_raw_connection_is_write_closed
c/src/proactor/raw_connection.c:822
↓ 9 callersFunctionpn_selectable_attachments
c/src/reactor/selectable.c:170
↓ 9 callersFunctionpn_selectable_terminate
c/src/reactor/selectable.c:260
↓ 9 callersFunctionpn_tls_give_decrypt_input_buffers
c/src/tls/openssl.c:1620
↓ 9 callersFunctionpn_tls_give_encrypt_output_buffers
c/src/tls/openssl.c:1654
↓ 9 callersFunctionpn_tls_is_input_closed
c/src/tls/openssl.c:2278
↓ 9 callersFunctionpn_tls_need_encrypt_output_buffers
c/src/tls/openssl.c:2224
↓ 9 callersFunctionpn_tls_take_encrypt_input_buffers
c/src/tls/openssl.c:1740
↓ 9 callersFunctionpn_transport_close_head
c/src/core/transport.c:3061
↓ 9 callersFunctionpn_transport_connection
c/src/core/transport.c:3095
↓ 9 callersFunctionpn_work_update
c/src/core/engine.c:761
↓ 9 callersFunctionpni_raw_rwclosed
Fully closed for read/write - sent both closed events
c/src/proactor/raw_connection.c:202
↓ 9 callersFunctionpnx_sasl_set_bytes_out
c/src/sasl/sasl.c:143
↓ 9 callersFunctionpump
Transfer all pending bytes between two Proton engines by repeatedly calling peek/pop and push. Asserts that each engine accepts some
python/tests/proton_tests/common.py:85
↓ 9 callersMethodput
(self, obj: Any, etype: 'EventType')
python/proton/_events.py:50
↓ 9 callersMethodrelease
Release a message, indicating to the sender that it was not processed but may be delivered again to this or another receiver. @param opts [Hash] Inst
ruby/lib/core/delivery.rb:50
↓ 9 callersMethodreply_to
cpp/src/message.cpp:165
↓ 9 callersMethodreply_to
Returns the reply-to address
ruby/lib/core/message.rb:323
↓ 9 callersFunctionresume
Call with no lock
c/src/proactor/epoll.c:410
↓ 9 callersMethodrewind
cpp/src/data.cpp:45
↓ 9 callersMethodsasl
Get the :class:`SASL` object associated with this transport. :return: SASL object associated with this transport.
python/proton/_transport.py:465
↓ 9 callersMethodsession
Returns the parent session. @return [Session] The session.
ruby/lib/core/link.rb:265
↓ 9 callersMethodsetUp
(self)
python/tests/proton_tests/ssl.py:48
↓ 9 callersMethodset_close_on_wake
c/tests/raw_connection_proactor_test.cpp:75
↓ 9 callersMethodsource
Returns the locally defined source terminus. @return [Terminus] The terminus
ruby/lib/core/link.rb:233
↓ 9 callersMethodssl_client_options
cpp/src/ssl_options.cpp:104
↓ 9 callersMethodstart
tests/include/catch.hpp:14986
↓ 9 callersMethodstatus
(self)
python/tests/proton_tests/main.py:394
↓ 9 callersMethodtransport
cpp/src/connection.cpp:51
↓ 9 callersMethodtype
cpp/src/scalar_base.cpp:46
↓ 9 callersMethoduninitialized
cpp/src/endpoint.cpp:42
↓ 9 callersFunctionusage
c/tools/reactor-send.c:64
↓ 9 callersFunctionusage
c/tools/msgr-send.c:54
↓ 9 callersMethodwork_queue
@return [WorkQueue] The parent connection's work-queue.
ruby/lib/core/transfer.rb:73
↓ 9 callersFunctionwrite
tests/include/catch.hpp:11554
↓ 8 callersFunctionCloseError
CloseError sets an error condition (if err != nil) on an endpoint and closes the endpoint if not already closed
go/pkg/proton/wrappers.go:196
↓ 8 callersMethodDecode
Decode reads the next AMQP value from the Reader and stores it in the value pointed to by v. See the documentation for Unmarshal for details about th
go/pkg/amqp/unmarshal.go:130
↓ 8 callersMethodDial
Dial is shorthand for conn, err := net.Dial(); c, err := Connection(conn, opts...) See net.Dial() for the meaning of the network, address arguments.
go/pkg/electron/container.go:48
↓ 8 callersMethodHandleEvent
HandleEvent is called with an event. Typically HandleEvent() is implemented as a switch on e.Type()
go/pkg/proton/handlers.go:28
↓ 8 callersFunctionSASLAllowInsecure
SASLAllowInsecure returns a ConnectionOption that allows or disallows clear text SASL authentication mechanisms By default the SASL layer is configur
go/pkg/electron/connection.go:394
↓ 8 callersMethodString
String returns Id()
go/pkg/electron/container.go:55
↓ 8 callersMethodTarget
Target address that messages are going to.
go/pkg/electron/link.go:35
↓ 8 callersMethod__init__
(self, function_suffix: str, types: List[str], consume_types: Union[List[str], None] = None)
c/tools/codec-generator/generate.py:20
↓ 8 callersMethod_check
(self, err: int)
python/proton/_transport.py:117
↓ 8 callersMethod_check
(self, err: int)
python/proton/_endpoints.py:1293
↓ 8 callersMethod_testDisposition
(self, count=1, tag="tag%i", type=None, value=None)
python/tests/proton_tests/engine.py:2322
↓ 8 callersMethod_test_int_array
(self, atype)
python/tests/proton_tests/codec.py:209
↓ 8 callersMethodaddRow
tests/include/catch.hpp:16690
↓ 8 callersMethodassertNotEqual
(self, a, b)
python/tests/proton_tests/url.py:29
↓ 8 callersFunctionassign_thread
Call with sched lock
c/src/proactor/epoll.c:440
↓ 8 callersFunctioncheck_condition
c/benchmarks/connection-driver.cpp:435
↓ 8 callersMethodclosed_read_count
c/tests/raw_connection_proactor_test.cpp:79
↓ 8 callersMethodconvert
Convert an object to a condition. @param obj the object to turn into a condition @param default_name name to use if obj does not imply a name @return
ruby/lib/core/condition.rb:60
↓ 8 callersMethoddata
Wrap an existing Proton-C data object.
cpp/include/proton/internal/data.hpp:40
↓ 8 callersMethoddeclare_transaction
Declare a local transaction. :param context: Context for the transaction, usually the connection. :param handler: Handler fo
python/proton/_reactor.py:1548
↓ 8 callersMethoddouble
If the current node is a double, returns its value. Otherwise, returns 0. @return [Float] The double precision floating point value.
ruby/lib/codec/data.rb:473
↓ 8 callersMethoddrain_events
c/tests/raw_connection_proactor_test.cpp:248
↓ 8 callersMethoddrain_read_buffer
c/tests/raw_connection_proactor_test.cpp:221
↓ 8 callersMethoddraining
Check if a link is currently draining. A link is defined to be draining when drain mode is set to ``True``, and the sender st
python/proton/_endpoints.py:1243
↓ 8 callersMethoderror
Additional error information associated with the connection. Whenever a connection operation fails (i.e. returns an error code),
python/proton/_endpoints.py:474
↓ 8 callersMethodfloat
If the current node is a float, returns its value. Otherwise, returns 0. @return [Float] The floating point value.
ruby/lib/codec/data.rb:456
↓ 8 callersFunctionfree_rbuf
c/tests/tls_test.cpp:264
↓ 8 callersMethodgetMessage
tests/include/catch.hpp:8375
↓ 8 callersMethodgetSourceInfo
tests/include/catch.hpp:8378
↓ 8 callersFunctionget_sasl_internal
c/src/sasl/sasl.c:281
↓ 8 callersFunctiongoTime
goTime converts a pn_timestamp_t to a Go time.Time. Take care to convert zero values to zero values.
go/pkg/amqp/types.go:176
↓ 8 callersMethodinsert
@param at [Time] Insert item at time +at+ @param at [Numeric] Insert item at +Time.now \+ at+ @param at [0] Insert item at Time.at(0)
ruby/lib/util/schedule.rb:46
↓ 8 callersFunctionlink_recv
c/tests/engine_test.cpp:378
↓ 8 callersFunctionmaybe
Return true with given probability */
c/tests/threaderciser.c:374
↓ 8 callersMethodmore
cpp/src/decoder.cpp:68
↓ 8 callersFunctionmsgr_now
c/tools/msgr-common.c:47
↓ 8 callersMethodopen
Opens the connection. In more detail, this moves the local state of the connection to the ``ACTIVE`` state and triggers an o
python/proton/_endpoints.py:373
↓ 8 callersMethodparse
tests/include/catch.hpp:9346
↓ 8 callersFunctionpnTime
pnTime converts Go time.Time to Proton millisecond Unix time. Take care to convert zero values to zero values.
go/pkg/amqp/types.go:167
↓ 8 callersFunctionpn_buffer_clear
c/src/core/buffer.c:212
↓ 8 callersFunctionpn_bytes_equal
c/src/core/util.h:51
↓ 8 callersFunctionpn_class_incref
c/src/core/object/object.c:186
↓ 8 callersFunctionpn_connection_collect
c/src/core/engine.c:588
↓ 8 callersFunctionpn_connection_condition
c/src/core/engine.c:2283
↓ 8 callersFunctionpn_connection_driver_has_event
c/src/core/connection_driver.c:146
↓ 8 callersFunctionpn_connection_driver_read_buffer
c/src/core/connection_driver.c:95
↓ 8 callersFunctionpn_connection_driver_read_done
c/src/core/connection_driver.c:100
↓ 8 callersFunctionpn_connection_driver_write_done
c/src/core/connection_driver.c:120
↓ 8 callersFunctionpn_data_put_array
c/src/core/codec.c:1616
↓ 8 callersFunctionpn_data_put_symbol
c/src/core/codec.c:1819
↓ 8 callersMethodpn_domain
cpp/src/ssl_options_impl.hpp:35
↓ 8 callersFunctionpn_ep_incref
c/src/core/engine.c:431
↓ 8 callersFunctionpn_link_condition
c/src/core/engine.c:2308
← previousnext →601–700 of 8,826, ranked by callers