Home
last modified time | relevance | path

Searched refs:put_bytes (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/pywebsocket/src/test/
H A Dtest_mux.py136 self.put_bytes(close_frame)
552 request.connection.put_bytes(
554 request.connection.put_bytes(
556 request.connection.put_bytes(
558 request.connection.put_bytes(
560 request.connection.put_bytes(
594 request.connection.put_bytes(
600 request.connection.put_bytes(
624 request.connection.put_bytes(
660 request.connection.put_bytes(
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pywebsocket/src/test/
H A Dtest_mux.py136 self.put_bytes(close_frame)
552 request.connection.put_bytes(
554 request.connection.put_bytes(
556 request.connection.put_bytes(
558 request.connection.put_bytes(
560 request.connection.put_bytes(
594 request.connection.put_bytes(
600 request.connection.put_bytes(
624 request.connection.put_bytes(
660 request.connection.put_bytes(
[all …]
/dports/sysutils/tlsdate/tlsdate-tlsdate-0.0.13/src/
H A Dproxy-bio-unittest.c92 void put_bytes (BIO *test, const unsigned char *buf, size_t sz) in put_bytes() function
125 put_bytes (self->test, kReply, sizeof (kReply)); in TEST_F()
146 put_bytes (self->test, kReply, sizeof (kReply)); in TEST_F()
195 put_bytes (self->test, kSocks5AuthReply, sizeof (kSocks5AuthReply)); in TEST_F()
196 put_bytes (self->test, kSocks5ConnectReply, sizeof (kSocks5ConnectReply)); in TEST_F()
216 put_bytes (self->test, kAuthFail, sizeof (kAuthFail)); in TEST_F()
238 put_bytes (self->test, kSocks5AuthReply, sizeof (kSocks5AuthReply)); in TEST_F()
239 put_bytes (self->test, kConnectFail, sizeof (kConnectFail)); in TEST_F()
260 put_bytes (self->test, (unsigned char *) kConnectResponse, in TEST_F()
283 put_bytes (self->test, (unsigned char *) kConnectResponse, in TEST_F()
/dports/games/qstat/qstat-2.17/
H A Dut2004.c245 buf = put_bytes(buf, &l, 1, left); in put_string()
278 b = put_bytes(b, "", 1, &left); in ut2004_send_query()
300 b = put_bytes(b, "", 1, &left); in ut2004_send_query()
310 b = put_bytes(b, "", 1, &left); in ut2004_send_query()
325 b = put_bytes(b, "", 1, &left); in ut2004_send_query()
335 b = put_bytes(b, "", 1, &left); in ut2004_send_query()
345 b = put_bytes(b, "", 1, &left); in ut2004_send_query()
355 b = put_bytes(b, "", 1, &left); in ut2004_send_query()
386 b = put_bytes(b, r, flen, &left); in ut2004_send_query()
387 b = put_bytes(b, "", 1, &left); in ut2004_send_query()
[all …]
/dports/security/p5-Crypt-OpenPGP/Crypt-OpenPGP-1.12/lib/Crypt/OpenPGP/
H A DSignature.pm101 $buf->put_bytes($sp_data) if $sp_data;
169 $buf->put_bytes($sig->{key_id}, 8);
180 $buf->put_bytes($sp_data) if $sp_data;
183 $buf->put_bytes($sig->{chk}, 2);
213 $sp_buf->put_bytes($data);
227 $buf->put_bytes($pk);
237 $buf->put_bytes($ud);
244 $buf->put_bytes($k);
253 $buf->put_bytes(Crypt::OpenPGP::Util::canonical_text($data));
256 $buf->put_bytes($data);
[all …]
H A DPlaintext.pm45 $buf->put_bytes($pt->{filename});
47 $buf->put_bytes($pt->{data});
/dports/security/p5-Crypt-OpenPGP/Crypt-OpenPGP-1.12/lib/Crypt/OpenPGP/Signature/
H A DSubPacket.pm53 $_[0]->put_bytes($_[1]->{fingerprint}, 20) } },
57 w => sub { $_[0]->put_bytes($_[1], 8) } },
67 $_[0]->put_bytes($_[1]->{name});
69 $_[0]->put_bytes($_[1]->{value}) } },
73 w => sub { $_[0]->put_bytes(pack 'C*', @{ $_[1] }) } },
77 w => sub { $_[0]->put_bytes(pack 'C*', @{ $_[1] }) } },
110 $_[0]->put_bytes($_[1]->{reason}) } },
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_clean_tree.py60 transport.put_bytes('.bzrignore', b'*~\n*.pyc\n.bzrignore\n')
61 transport.put_bytes('file.BASE', b'contents')
64 transport.put_bytes('file', b'contents')
65 transport.put_bytes('file~', b'contents')
66 transport.put_bytes('file.pyc', b'contents')
H A Dper_transport.py266 t.put_bytes('a', b'new text for a\n')
732 t.put_bytes('a', b'a text\n')
733 t.put_bytes('b', b'b text\n')
734 t.put_bytes('c', b'c text\n')
799 t.put_bytes('foo-bar', b'')
844 ta.put_bytes('f', b'aoeu')
903 t.put_bytes('c', b'c this file\n')
917 t.put_bytes('a', b'a file\n')
926 t.put_bytes('d', b'text in d\n')
1478 transport.put_bytes('foo', b'bar')
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/
H A Dtest_basis_inventory.py87 t._transport.put_bytes('basis-inventory-cache', b'booga')
89 t._transport.put_bytes('basis-inventory-cache', b'<xml/>')
91 t._transport.put_bytes('basis-inventory-cache', b'<inventory />')
93 t._transport.put_bytes('basis-inventory-cache',
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dzip-writer.c61 put_bytes (struct zip_writer *zw, const void *p, size_t n) in put_bytes() function
72 put_bytes (zw, &x, sizeof x); in put_u16()
81 put_bytes (zw, &x, sizeof x); in put_u32()
134 put_bytes (zw, member_name, strlen (member_name)); in put_local_header()
156 put_bytes (zw, buf, bytes_read); in zip_writer_add()
255 put_bytes (zw, m->name, strlen (m->name)); in zip_writer_close()
/dports/www/py-quilt3/quilt3-3.6.0/quilt3/backends/
H A Dbase.py10 put_bytes,
139 put_bytes(manifest_data, self.manifest_pk(pkg_name, top_hash))
143 put_bytes(hash_bytes, self.pointer_pk(pkg_name, timestamp_str))
144 put_bytes(hash_bytes, self.pointer_latest_pk(pkg_name))
250 put_bytes(manifest_data, self.manifest_pk(pkg_name, top_hash))
251 put_bytes(top_hash.encode(), self.pointer_latest_pk(pkg_name))
267 put_bytes(new_latest.encode(), self.pointer_latest_pk(pkg_name))
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dbranch.py284 self._transport.put_bytes('parent', url + b'\n',
354 self._transport.put_bytes(
398 self._transport.put_bytes('last-revision', out_string,
409 self.control_transport.put_bytes(
436 return self._transport.put_bytes('tags', bytes)
704 self._transport.put_bytes('format', format_string)
773 branch_transport.put_bytes(
997 transport.put_bytes('location', to_url.encode('utf-8'))
1018 branch_transport.put_bytes('format', self.as_string())
1096 new_branch._transport.put_bytes(
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/webauthn/cbor-cpp/src/
H A Dencoder.cpp106 _out->put_bytes(data, size); in write_bytes()
111 _out->put_bytes((const unsigned char *) data, size); in write_string()
116 _out->put_bytes((const unsigned char *) str.c_str(), (int) str.size()); in write_string()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/webauthn/cbor-cpp/src/
H A Dencoder.cpp106 _out->put_bytes(data, size); in write_bytes()
111 _out->put_bytes((const unsigned char *) data, size); in write_string()
116 _out->put_bytes((const unsigned char *) str.c_str(), (int) str.size()); in write_string()
/dports/www/firefox/firefox-99.0/dom/webauthn/cbor-cpp/src/
H A Dencoder.cpp106 _out->put_bytes(data, size); in write_bytes()
111 _out->put_bytes((const unsigned char *) data, size); in write_string()
116 _out->put_bytes((const unsigned char *) str.c_str(), (int) str.size()); in write_string()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webauthn/cbor-cpp/src/
H A Dencoder.cpp106 _out->put_bytes(data, size); in write_bytes()
111 _out->put_bytes((const unsigned char *) data, size); in write_string()
116 _out->put_bytes((const unsigned char *) str.c_str(), (int) str.size()); in write_string()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/webauthn/cbor-cpp/src/
H A Dencoder.cpp99 _out->put_bytes(data, size); in write_bytes()
104 _out->put_bytes((const unsigned char *)data, size); in write_string()
109 _out->put_bytes((const unsigned char *)str.c_str(), (int)str.size()); in write_string()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/fw/uifv1/
H A Dstream.h65 short (*put_bytes)(void*, unsigned short); member
99 #define STREAM_put_bytes (*_stream_Funcs->put_bytes)
126 #define STREAM_put_bytes (*_stream_Funcs.put_bytes)
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/fw/fet/
H A Dstream.h72 short (*put_bytes)(void*, unsigned short); member
110 #define STREAM_put_bytes (*_stream_Funcs->put_bytes)
145 #define STREAM_put_bytes (*_stream_Funcs.put_bytes)
/dports/net/quiche/quiche-0.9.0/src/
H A Dpacket.rs420 out.put_bytes(&self.dcid)?; in to_bytes()
441 out.put_bytes(&self.dcid)?; in to_bytes()
444 out.put_bytes(&self.scid)?; in to_bytes()
694 b.put_bytes(&scid)?; in negotiate_version()
696 b.put_bytes(&dcid)?; in negotiate_version()
731 b.put_bytes(tag.as_ref())?; in retry()
797 pb.put_bytes(odcid)?; in compute_retry_integrity_tag()
798 pb.put_bytes(&b.buf()[..hdr_len])?; in compute_retry_integrity_tag()
1845 b.put_bytes(header).unwrap(); in assert_encrypt_initial_pkt()
1857 b.put_bytes(frames).unwrap(); in assert_encrypt_initial_pkt()
[all …]
/dports/net/netatalk3/netatalk-3.1.12/libatalk/tdb/
H A Dcheck.c144 static void put_bytes(struct tdb_context *tdb, TDB_DATA d) in put_bytes() function
274 put_bytes(tdb, data); in tdb_check_used_record()
277 put_bytes(tdb, key); in tdb_check_used_record()
281 put_bytes(tdb, data); in tdb_check_used_record()
283 put_bytes(tdb, key); in tdb_check_used_record()
/dports/net/samba412/samba-4.12.15/lib/tdb/common/
H A Dcheck.c152 static void put_bytes(struct tdb_context *tdb, TDB_DATA d)
297 put_bytes(tdb, data);
300 put_bytes(tdb, key);
304 put_bytes(tdb, data);
306 put_bytes(tdb, key);
/dports/databases/tdb/tdb-1.4.3/common/
H A Dcheck.c152 static void put_bytes(struct tdb_context *tdb, TDB_DATA d) in put_bytes() function
297 put_bytes(tdb, data); in tdb_check_used_record()
300 put_bytes(tdb, key); in tdb_check_used_record()
304 put_bytes(tdb, data); in tdb_check_used_record()
306 put_bytes(tdb, key); in tdb_check_used_record()
/dports/databases/ldb15/ldb-1.5.6/lib/tdb/common/
H A Dcheck.c152 static void put_bytes(struct tdb_context *tdb, TDB_DATA d)
297 put_bytes(tdb, data);
300 put_bytes(tdb, key);
304 put_bytes(tdb, data);
306 put_bytes(tdb, key);

12345678910>>...14