MCPcopy Create free account

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

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

↓ 8 callersFunctionpn_link_remote_source
c/src/core/engine.c:1351
↓ 8 callersFunctionpn_link_set_snd_settle_mode
c/src/core/engine.c:2026
↓ 8 callersFunctionpn_listener_addr
c/src/proactor/epoll.c:2964
↓ 8 callersFunctionpn_message_encode
c/src/core/message.c:840
↓ 8 callersFunctionpn_netaddr_host_port
c/src/proactor/netaddr-internal.c:73
↓ 8 callersMethodpn_object
cpp/src/test_handler.hpp:130
↓ 8 callersFunctionpn_object_incref
c/src/core/object/object.c:132
↓ 8 callersFunctionpn_proactor_connect2
c/src/proactor/epoll.c:1452
↓ 8 callersFunctionpn_quote_data
c/src/core/util.c:37
↓ 8 callersFunctionpn_raw_connection_close
c/src/proactor/libuv.c:1392
↓ 8 callersFunctionpn_selectable_set_fd
c/src/reactor/selectable.c:204
↓ 8 callersFunctionpn_session_head
c/src/core/engine.c:867
↓ 8 callersFunctionpn_strncasecmp
c/src/core/util.c:98
↓ 8 callersFunctionpn_terminus_set_expiry_policy
c/src/core/engine.c:1407
↓ 8 callersFunctionpn_tls_is_secure
c/src/tls/openssl.c:1479
↓ 8 callersFunctionpn_tls_take_decrypt_output_buffers
c/src/tls/openssl.c:1770
↓ 8 callersFunctionpn_transport_closed
c/src/core/transport.c:3091
↓ 8 callersFunctionpn_transport_tick
c/src/core/transport.c:2898
↓ 8 callersFunctionpni_emitter_remaining
c/src/core/emitters.h:93
↓ 8 callersFunctionpni_iocpdesc_map_get
c/src/reactor/io/windows/iocp.c:805
↓ 8 callersFunctionpni_logger_vlogf
c/src/core/logger.c:270
↓ 8 callersFunctionpni_mem_subreallocate
c/src/core/memory.c:245
↓ 8 callersFunctionpni_msgid_clear
c/src/core/message.c:83
↓ 8 callersFunctionpni_selectable_get_index
c/src/reactor/selectable.c:186
↓ 8 callersFunctionpni_switch_to_raw
c/src/core/util.h:114
↓ 8 callersFunctionpni_transport
c/src/reactor/connection.c:58
↓ 8 callersMethodpriority
Returns the priority.
ruby/lib/core/message.rb:186
↓ 8 callersFunctionpsocket_error
c/src/proactor/win_iocp.cpp:2053
↓ 8 callersMethodreceiver
The receiver link associated with the event, or ``None`` if none is associated with it. This is essentially an alias for ``li
python/proton/_events.py:581
↓ 8 callersMethodreconnect
cpp/src/proactor_container_impl.cpp:226
↓ 8 callersMethodrelease
c/src/proactor/win_iocp.cpp:1559
↓ 8 callersFunctionrun
c/tests/ssl_proactor_test.cpp:141
↓ 8 callersMethodrun
cpp/src/connect_config_test.cpp:180
↓ 8 callersMethodselectable
NO IDEA! :param handler: no idea :type handler: ? :param delegate: no idea :type delegate: ?
python/proton/_reactor.py:380
↓ 8 callersMethodsend
cpp/src/sender.cpp:63
↓ 8 callersMethodsession
Returns a new session on this connection. :return: New session :raises: :class:`SessionException`
python/proton/_endpoints.py:425
↓ 8 callersFunctionset_iocp_error_status
c/src/reactor/io/windows/iocp.c:82
↓ 8 callersFunctionsetup_connection
c/tests/ssl_proactor_test.cpp:179
↓ 8 callersFunctionshovel
Copies output from first connection driver into input of the second. */
c/benchmarks/connection-driver.cpp:446
↓ 8 callersMethodstop
(self)
python/examples/proton_tornado.py:114
↓ 8 callersMethodsymbol
If the current node is a symbol, returns its value. Otherwise, it returns an empty string (""). @return [Symbol] The symbol value.
ruby/lib/codec/data.rb:646
↓ 8 callersMethodtag
cpp/src/tracker.cpp:36
↓ 8 callersMethodtestBuffering
(self, count=32, size=1024, capacity=16 * 1024, max_frame=1024)
python/tests/proton_tests/engine.py:1839
↓ 8 callersMethodto
cpp/src/message.cpp:138
↓ 8 callersMethodtrigger
Request that the given event be dispatched on the event thread of the container to which this EventInjector was added. :para
python/proton/_reactor.py:426
↓ 8 callersMethodtype
()
ruby/lib/codec/data.rb:98
↓ 8 callersMethodurl
cpp/src/reconnect_test.cpp:100
↓ 8 callersMethodwidth
tests/include/catch.hpp:8623
↓ 8 callersMethodwrap
(impl)
python/proton/_endpoints.py:718
↓ 7 callersMethodDuration
tests/include/catch.hpp:16317
↓ 7 callersMethodEncode
Encode encodes the message as AMQP data. If buffer is non-nil and is large enough the message is encoded into it, otherwise a new buffer is created. R
go/pkg/amqp/message.go:160
↓ 7 callersFunctionErrorf
Errorf makes a Error with name and formatted description as per fmt.Sprintf
go/pkg/amqp/error.go:44
↓ 7 callersMethodIsNil
()
go/pkg/proton/wrappers.go:103
↓ 7 callersFunctionNewConnection
NewConnection creates a connection with the given options. Options are applied in order.
go/pkg/electron/connection.go:194
↓ 7 callersFunctionPN_HANDLE
c/src/reactor/acceptor.c:37
↓ 7 callersMethodRun
Run the engine. Engine.Run() will exit when the engine is closed or disconnected. You can check for errors after exit with Engine.Error().
go/pkg/proton/engine.go:366
↓ 7 callersFunctionSASLAllowedMechs
SASLAllowedMechs returns a ConnectionOption to set the list of allowed SASL mechanisms. Can be used on the client or the server to restrict the SASL
go/pkg/electron/connection.go:380
↓ 7 callersMethodState
State is the open/closed state.
go/pkg/proton/wrappers.go:179
↓ 7 callersMethodUnmarshal
Unmarshal the message body, using amqp.Unmarshal()
go/pkg/amqp/message.go:155
↓ 7 callersFunction_pni_min
c/src/ssl/schannel.cpp:420
↓ 7 callersMethod_test_int
(self, itype)
python/tests/proton_tests/codec.py:391
↓ 7 callersMethod_test_source_target
(self, config_source, config_target)
python/tests/proton_tests/engine.py:658
↓ 7 callersMethodaccept
cpp/src/delivery.cpp:49
↓ 7 callersMethodadd
All new tasks are added here
ruby/lib/core/container.rb:454
↓ 7 callersMethodapply
Apply options to this terminus. @option opts [String] :address the node address @option opts [Boolean] :dynamic (false) if true, request a new node wi
ruby/lib/core/terminus.rb:226
↓ 7 callersMethodauto_stop
cpp/src/container.cpp:96
↓ 7 callersMethodcapabilities
cpp/src/terminus.cpp:59
↓ 7 callersMethodclose
Close the link.
python/proton/_utils.py:78
↓ 7 callersMethodclose_head
Indicate that the output has closed. This tells the transport that no more output will be popped. :raise: :exc:`TransportEx
python/proton/_transport.py:362
↓ 7 callersMethodcmdline
(self)
python/tests/proton_tests/common.py:329
↓ 7 callersMethodcode
()
ruby/lib/codec/data.rb:96
↓ 7 callersMethodcommit
Commit this transaction. Closes the transaction as a success.
python/proton/_reactor.py:557
↓ 7 callersMethodcopy
Copy the contents of another pn_data_t object. Any values in the data object will be lost. :param src: The source object fro
python/proton/_data.py:1377
↓ 7 callersFunctiondat2obj
(dimpl)
python/proton/_data.py:1639
↓ 7 callersMethoddecode_data_file
(self, name)
python/tests/proton_tests/interop.py:64
↓ 7 callersMethoddecref
cpp/src/object.cpp:30
↓ 7 callersMethoddefault
(self, name, value, **kwargs)
python/tests/proton_tests/soak.py:38
↓ 7 callersMethoddelivery_count
Returns the delivery count for the message. This is the number of delivery attempts for the given message.
ruby/lib/core/message.rb:239
↓ 7 callersMethoddiscard
tests/include/catch.hpp:12246
↓ 7 callersMethodempty
cpp/src/map.cpp:193
↓ 7 callersMethodempty?
@private
ruby/lib/core/work_queue.rb:92
↓ 7 callersMethodengine
()
go/pkg/electron/link.go:215
↓ 7 callersFunctionfree_tcp_ports
return a list of 'count' TCP ports that are free to used (ie. unbound)
python/tests/proton_tests/common.py:37
↓ 7 callersFunctiongetString
(c *C.char)
go/pkg/amqp/message.go:469
↓ 7 callersMethodget_cert_subject_subfield
Returns a string that contains the value of the sub field of the subject field in the ssl certificate. The subject field usua
python/proton/_transport.py:941
↓ 7 callersFunctiongoBytes
(cBytes C.pn_bytes_t)
go/pkg/amqp/types.go:191
↓ 7 callersMethodhasExpression
tests/include/catch.hpp:8329
↓ 7 callersMethodincref
cpp/src/object.cpp:26
↓ 7 callersFunctionincrement_index
c/tools/include/pncompat/internal/getopt.c:60
↓ 7 callersMethodlisten
(host, port)
python/proton/_io.py:45
↓ 7 callersFunctionlistener_has_event
c/src/proactor/win_iocp.cpp:2030
↓ 7 callersFunctionmixedCase
(s string)
go/genwrap.go:153
↓ 7 callersFunctionnew_rbuf
c/tests/tls_test.cpp:256
↓ 7 callersFunctionpconnection_has_event
c/src/proactor/win_iocp.cpp:2026
↓ 7 callersFunctionpn_buffer
c/src/core/buffer.c:43
↓ 7 callersFunctionpn_buffer_free
c/src/core/buffer.c:66
↓ 7 callersFunctionpn_connection_driver_finished
c/src/core/connection_driver.c:150
↓ 7 callersFunctionpn_connection_set_hostname
c/src/core/engine.c:627
↓ 7 callersFunctionpn_data_appendn
c/src/core/codec.c:2144
↓ 7 callersFunctionpn_data_copy
c/src/core/codec.c:2131
← previousnext →701–800 of 8,826, ranked by callers