Home
last modified time | relevance | path

Searched defs:protocol_version (Results 1 – 25 of 1418) sorted by relevance

12345678910>>...57

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurm_protocol_pack.c335 uint16_t protocol_version) in _pack_network_callerid_msg()
1018 uint16_t protocol_version) in _unpack_update_node_msg()
1059 uint16_t protocol_version) in _pack_update_layout_msg()
1414 uint16_t protocol_version) in _unpack_resource_allocation_response_msg()
2197 uint16_t protocol_version, in slurm_pack_list()
2240 uint16_t protocol_version, in slurm_unpack_list()
2277 uint16_t protocol_version) in _pack_job_step_create_request_msg()
2332 uint16_t protocol_version) in _unpack_job_step_create_request_msg()
2756 uint16_t protocol_version) in _pack_job_step_create_response_msg()
2780 uint16_t protocol_version) in _unpack_job_step_create_response_msg()
[all …]
H A Dslurmdb_pack.c70 uint16_t protocol_version, Buf buffer) in _pack_slurmdb_stats()
585 uint16_t protocol_version, in slurmdb_pack_cluster_accounting_rec()
623 uint16_t protocol_version, in slurmdb_unpack_cluster_accounting_rec()
1134 uint16_t protocol_version, in slurmdb_unpack_accounting_rec()
1360 uint16_t protocol_version, in slurmdb_unpack_assoc_rec_members()
1633 uint16_t protocol_version, in slurmdb_pack_assoc_rec_with_usage()
2357 uint16_t protocol_version, in slurmdb_unpack_qos_rec_with_usage()
2490 uint16_t protocol_version, in slurmdb_unpack_reservation_rec()
3362 uint16_t protocol_version, in slurmdb_unpack_federation_cond()
4491 uint16_t protocol_version, in slurmdb_unpack_job_modify_cond()
[all …]
H A Dstepd_api.c233 uint16_t *protocol_version) in _stepd_connect_legacy()
312 uint16_t *protocol_version) in stepd_connect()
376 uint16_t *protocol_version) in stepd_connect_nss()
413 stepd_state(int fd, uint16_t protocol_version) in stepd_state()
524 stepd_attach(int fd, uint16_t protocol_version, in stepd_attach()
739 uint16_t protocol_version; in stepd_cleanup_sockets() local
1027 stepd_suspend(int fd, uint16_t protocol_version, in stepd_suspend()
1058 stepd_resume(int fd, uint16_t protocol_version, in stepd_resume()
1088 stepd_reconfig(int fd, uint16_t protocol_version) in stepd_reconfig()
1113 stepd_terminate(int fd, uint16_t protocol_version) in stepd_terminate()
[all …]
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Dcqltypes.py261 def serialize(val, protocol_version): argument
359 def serialize(val, protocol_version): argument
373 def serialize(dec, protocol_version): argument
397 def serialize(uuid, protocol_version): argument
423 def serialize(byts, protocol_version): argument
456 def serialize(byts, protocol_version): argument
468 def serialize(byts, protocol_version): argument
480 def serialize(byts, protocol_version): argument
575 def serialize(v, protocol_version): argument
629 def serialize(val, protocol_version): argument
[all …]
H A Ddeserializers.pyx41 cdef deserialize(self, Buffer *buf, int protocol_version):
46 cdef deserialize(self, Buffer *buf, int protocol_version):
55 cdef deserialize(self, Buffer *buf, int protocol_version):
62 cdef deserialize(self, Buffer *buf, int protocol_version):
73 cdef deserialize(self, Buffer *buf, int protocol_version):
78 cdef deserialize(self, Buffer *buf, int protocol_version):
85 cdef deserialize(self, Buffer *buf, int protocol_version):
90 cdef deserialize(self, Buffer *buf, int protocol_version):
99 cdef deserialize(self, Buffer *buf, int protocol_version):
104 cdef deserialize(self, Buffer *buf, int protocol_version):
[all …]
H A Dprotocol.py148 def recv_error_info(f, protocol_version): argument
194 def recv_error_info(f, protocol_version): argument
225 def recv_error_info(f, protocol_version): argument
242 def recv_error_info(f, protocol_version): argument
259 def recv_error_info(f, protocol_version): argument
291 def recv_error_info(f, protocol_version): argument
307 def recv_error_info(f, protocol_version): argument
370 def recv_error_info(f, protocol_version): argument
380 def recv_error_info(f, protocol_version): argument
404 def send_body(self, f, protocol_version): argument
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Dtls_record.erl245 protocol_version('tlsv1.3') -> function
247 protocol_version('tlsv1.2') -> function
249 protocol_version('tlsv1.1') -> function
251 protocol_version(tlsv1) -> function
253 protocol_version(sslv3) -> function
255 protocol_version(sslv2) -> %% Backwards compatibility function
257 protocol_version({3, 4}) -> function
259 protocol_version({3, 3}) -> function
261 protocol_version({3, 2}) -> function
263 protocol_version({3, 1}) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Dtls_record.erl275 protocol_version('tlsv1.3') -> function
277 protocol_version('tlsv1.2') -> function
279 protocol_version('tlsv1.1') -> function
281 protocol_version(tlsv1) -> function
283 protocol_version(sslv3) -> function
285 protocol_version(sslv2) -> %% Backwards compatibility function
287 protocol_version({3, 4}) -> function
289 protocol_version({3, 3}) -> function
291 protocol_version({3, 2}) -> function
293 protocol_version({3, 1}) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Dtls_record.erl275 protocol_version('tlsv1.3') -> function
277 protocol_version('tlsv1.2') -> function
279 protocol_version('tlsv1.1') -> function
281 protocol_version(tlsv1) -> function
283 protocol_version(sslv3) -> function
285 protocol_version(sslv2) -> %% Backwards compatibility function
287 protocol_version({3, 4}) -> function
289 protocol_version({3, 3}) -> function
291 protocol_version({3, 2}) -> function
293 protocol_version({3, 1}) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Dtls_record.erl275 protocol_version('tlsv1.3') -> function
277 protocol_version('tlsv1.2') -> function
279 protocol_version('tlsv1.1') -> function
281 protocol_version(tlsv1) -> function
283 protocol_version(sslv3) -> function
285 protocol_version(sslv2) -> %% Backwards compatibility function
287 protocol_version({3, 4}) -> function
289 protocol_version({3, 3}) -> function
291 protocol_version({3, 2}) -> function
293 protocol_version({3, 1}) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Dtls_record.erl275 protocol_version('tlsv1.3') -> function
277 protocol_version('tlsv1.2') -> function
279 protocol_version('tlsv1.1') -> function
281 protocol_version(tlsv1) -> function
283 protocol_version(sslv3) -> function
285 protocol_version(sslv2) -> %% Backwards compatibility function
287 protocol_version({3, 4}) -> function
289 protocol_version({3, 3}) -> function
291 protocol_version({3, 2}) -> function
293 protocol_version({3, 1}) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Dtls_record.erl275 protocol_version('tlsv1.3') -> function
277 protocol_version('tlsv1.2') -> function
279 protocol_version('tlsv1.1') -> function
281 protocol_version(tlsv1) -> function
283 protocol_version(sslv3) -> function
285 protocol_version(sslv2) -> %% Backwards compatibility function
287 protocol_version({3, 4}) -> function
289 protocol_version({3, 3}) -> function
291 protocol_version({3, 2}) -> function
293 protocol_version({3, 1}) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/src/
H A Dtls_record.erl232 protocol_version('tlsv1.2') -> function
234 protocol_version('tlsv1.1') -> function
236 protocol_version(tlsv1) -> function
238 protocol_version(sslv3) -> function
240 protocol_version(sslv2) -> %% Backwards compatibility function
242 protocol_version({3, 3}) -> function
244 protocol_version({3, 2}) -> function
246 protocol_version({3, 1}) -> function
248 protocol_version({3, 0}) -> function
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dhttp_utils.py45 def __init__(self, protocol_version=None): argument
199 protocol_version=None): argument
411 protocol_version=None): argument
443 protocol_version=None): argument
510 def __init__(self, protocol_version=None): argument
519 def __init__(self, protocol_version=None): argument
528 def __init__(self, protocol_version=None): argument
540 def __init__(self, protocol_version=None): argument
549 def __init__(self, protocol_version=None): argument
558 def __init__(self, protocol_version=None): argument
/dports/devel/py-python-subunit/python-subunit-1.3.0/python/subunit/
H A Dfilters.py47 forward_stream=None, protocol_version=1, passthrough_subunit=True): argument
109 input_stream=sys.stdin, protocol_version=1, argument
161 protocol_version=1, passthrough_subunit=True): argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/3rdparty/python-subunit-0.0.16/python/subunit/
H A Dfilters.py47 forward_stream=None, protocol_version=1, passthrough_subunit=True): argument
109 input_stream=sys.stdin, protocol_version=1, argument
161 protocol_version=1, passthrough_subunit=True): argument
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndml_nmb.c156 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error_raw() local
172 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error() local
219 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error_raw() local
234 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error() local
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndml_nmb.c156 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error_raw() local
172 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error() local
219 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error_raw() local
234 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error() local
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_nmb.c136 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error_raw() local
151 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error() local
191 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error_raw() local
205 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error() local
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_nmb.c156 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error_raw() local
172 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error() local
219 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error_raw() local
234 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error() local
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_nmb.c136 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error_raw() local
151 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error() local
191 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error_raw() local
205 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error() local
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_nmb.c136 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error_raw() local
151 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error() local
191 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error_raw() local
205 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error() local
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_nmb.c136 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error_raw() local
151 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error() local
191 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error_raw() local
205 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error() local
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_nmb.c156 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error_raw() local
172 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error() local
219 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error_raw() local
234 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error() local
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_nmb.c156 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error_raw() local
172 unsigned protocol_version = nmb->protocol_version; in ndmnmb_get_reply_error() local
219 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error_raw() local
234 unsigned protocol_version = nmb->protocol_version; in ndmnmb_set_reply_error() local

12345678910>>...57